Home
last modified time | relevance | path

Searched refs:FunctionLoweringInfo (Results 1 – 25 of 27) sorted by relevance

12

/external/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp105 void FunctionLoweringInfo::set(const Function &fn, MachineFunction &mf, in set()
452 void FunctionLoweringInfo::clear() { in clear()
473 unsigned FunctionLoweringInfo::CreateReg(MVT VT) { in CreateReg()
485 unsigned FunctionLoweringInfo::CreateRegs(Type *Ty) { in CreateRegs()
510 const FunctionLoweringInfo::LiveOutInfo *
511 FunctionLoweringInfo::GetLiveOutRegInfo(unsigned Reg, unsigned BitWidth) { in GetLiveOutRegInfo()
530 void FunctionLoweringInfo::ComputePHILiveOutRegInfo(const PHINode *PN) { in ComputePHILiveOutRegInfo()
625 void FunctionLoweringInfo::setArgumentFrameIndex(const Argument *A, in setArgumentFrameIndex()
633 int FunctionLoweringInfo::getArgumentFrameIndex(const Argument *A) { in getArgumentFrameIndex()
DCMakeLists.txt4 FunctionLoweringInfo.cpp
DAndroid.mk6 FunctionLoweringInfo.cpp \
DSelectionDAGBuilder.h47 class FunctionLoweringInfo; variable
524 FunctionLoweringInfo &FuncInfo;
544 SelectionDAGBuilder(SelectionDAG &dag, FunctionLoweringInfo &funcinfo, in SelectionDAGBuilder()
DSelectionDAGISel.cpp346 FuncInfo(new FunctionLoweringInfo()), in SelectionDAGISel()
1036 FunctionLoweringInfo *FuncInfo) { in isFoldedOrDeadInstruction()
DFastISel.cpp1589 FastISel::FastISel(FunctionLoweringInfo &FuncInfo, in FastISel()
DSelectionDAGBuilder.cpp645 SDValue getCopyFromRegs(SelectionDAG &DAG, FunctionLoweringInfo &FuncInfo,
674 FunctionLoweringInfo &FuncInfo, in getCopyFromRegs()
712 const FunctionLoweringInfo::LiveOutInfo *LOI = in getCopyFromRegs()
/external/llvm/include/llvm/CodeGen/
DSelectionDAGISel.h34 class FunctionLoweringInfo; variable
46 FunctionLoweringInfo *FuncInfo;
DFunctionLoweringInfo.h53 class FunctionLoweringInfo {
DFastISel.h188 FunctionLoweringInfo &FuncInfo;
308 explicit FastISel(FunctionLoweringInfo &FuncInfo,
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h269 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
512 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
DAArch64FastISel.cpp247 explicit AArch64FastISel(FunctionLoweringInfo &FuncInfo, in AArch64FastISel()
4972 llvm::FastISel *AArch64::createFastISel(FunctionLoweringInfo &FuncInfo, in createFastISel()
DAArch64ISelLowering.cpp774 AArch64TargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel()
/external/llvm/lib/Target/ARM/
DARMISelLowering.h371 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
614 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
DARMFastISel.cpp93 explicit ARMFastISel(FunctionLoweringInfo &funcInfo, in ARMFastISel()
3062 FastISel *ARM::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel()
DARMISelLowering.cpp1177 ARMTargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.h227 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
564 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
DMipsFastISel.cpp175 explicit MipsFastISel(FunctionLoweringInfo &funcInfo, in MipsFastISel()
1454 FastISel *Mips::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel()
DMipsISelLowering.cpp438 MipsTargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel()
/external/llvm/lib/Target/X86/
DX86ISelLowering.h839 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
1081 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
DX86FastISel.cpp60 explicit X86FastISel(FunctionLoweringInfo &funcInfo, in X86FastISel()
3527 FastISel *X86::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.h617 FastISel *createFastISel(FunctionLoweringInfo &FuncInfo,
838 FastISel *createFastISel(FunctionLoweringInfo &FuncInfo,
DPPCFastISel.cpp96 explicit PPCFastISel(FunctionLoweringInfo &FuncInfo, in PPCFastISel()
2320 FastISel *PPC::createFastISel(FunctionLoweringInfo &FuncInfo, in createFastISel()
/external/llvm/include/llvm/Target/
DTargetLowering.h47 class FunctionLoweringInfo; variable
2522 virtual FastISel *createFastISel(FunctionLoweringInfo &, in createFastISel() argument
/external/llvm/patches/
D0004-Add-Android-makefiles-for-LLVM.patch804 + FunctionLoweringInfo.cpp \

12