LLVM  8.0.1
Functions
PreISelIntrinsicLowering.cpp File Reference
#include "llvm/CodeGen/PreISelIntrinsicLowering.h"
#include "llvm/CodeGen/Passes.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/Intrinsics.h"
#include "llvm/IR/IRBuilder.h"
#include "llvm/IR/Instructions.h"
#include "llvm/IR/Module.h"
#include "llvm/IR/Type.h"
#include "llvm/IR/User.h"
#include "llvm/Pass.h"
#include "llvm/Support/Casting.h"
Include dependency graph for PreISelIntrinsicLowering.cpp:

Go to the source code of this file.

Functions

static bool lowerLoadRelative (Function &F)
 
static bool lowerObjCCall (Function &F, const char *NewFn, bool setNonLazyBind=false)
 
static bool lowerIntrinsics (Module &M)
 
 INITIALIZE_PASS (PreISelIntrinsicLoweringLegacyPass, "pre-isel-intrinsic-lowering", "Pre-ISel Intrinsic Lowering", false, false) ModulePass *llvm
 

Function Documentation

◆ INITIALIZE_PASS()

INITIALIZE_PASS ( PreISelIntrinsicLoweringLegacyPass  ,
"pre-isel-intrinsic-lowering ,
"Pre-ISel Intrinsic Lowering ,
false  ,
false   
)

Definition at line 202 of file PreISelIntrinsicLowering.cpp.

◆ lowerIntrinsics()

static bool lowerIntrinsics ( Module M)
static

◆ lowerLoadRelative()

static bool lowerLoadRelative ( Function F)
static

◆ lowerObjCCall()

static bool lowerObjCCall ( Function F,
const char NewFn,
bool  setNonLazyBind = false 
)
static