/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.h | 47 FastISel *createFastISel(FunctionLoweringInfo &FuncInfo, 87 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
|
D | WebAssemblyFastISel.cpp | 78 FastISel *WebAssembly::createFastISel(FunctionLoweringInfo &FuncInfo, in createFastISel() function in WebAssembly
|
D | WebAssemblyISelLowering.cpp | 193 FastISel *WebAssemblyTargetLowering::createFastISel( in createFastISel() function in WebAssemblyTargetLowering 195 return WebAssembly::createFastISel(FuncInfo, LibInfo); in createFastISel()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.h | 258 FastISel *createFastISel(FunctionLoweringInfo &funcInfo, 554 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
|
D | AArch64FastISel.cpp | 4959 llvm::FastISel *AArch64::createFastISel(FunctionLoweringInfo &FuncInfo, in createFastISel() function in llvm::AArch64
|
D | AArch64ISelLowering.cpp | 829 AArch64TargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in AArch64TargetLowering 831 return AArch64::createFastISel(funcInfo, libInfo); in createFastISel()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.h | 396 FastISel *createFastISel(FunctionLoweringInfo &funcInfo, 672 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
|
D | ARMFastISel.cpp | 3063 FastISel *ARM::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in llvm::ARM
|
D | ARMISelLowering.cpp | 1272 ARMTargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in ARMTargetLowering 1274 return ARM::createFastISel(funcInfo, libInfo); in createFastISel()
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.h | 231 FastISel *createFastISel(FunctionLoweringInfo &funcInfo, 595 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
|
D | MipsISelLowering.cpp | 456 MipsTargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in MipsTargetLowering 459 return TargetLowering::createFastISel(funcInfo, libInfo); in createFastISel() 460 return Mips::createFastISel(funcInfo, libInfo); in createFastISel()
|
D | MipsFastISel.cpp | 1881 FastISel *Mips::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in llvm::Mips
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.h | 648 FastISel *createFastISel(FunctionLoweringInfo &FuncInfo, 880 FastISel *createFastISel(FunctionLoweringInfo &FuncInfo,
|
D | PPCFastISel.cpp | 2339 FastISel *PPC::createFastISel(FunctionLoweringInfo &FuncInfo, in createFastISel() function in llvm::PPC
|
D | PPCISelLowering.cpp | 11589 PPCTargetLowering::createFastISel(FunctionLoweringInfo &FuncInfo, in createFastISel() function in PPCTargetLowering 11591 return PPC::createFastISel(FuncInfo, LibInfo); in createFastISel()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 911 FastISel *createFastISel(FunctionLoweringInfo &funcInfo, 1157 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
|
D | X86FastISel.cpp | 3604 FastISel *X86::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in llvm::X86
|
D | X86ISelLowering.cpp | 3879 X86TargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in X86TargetLowering 3881 return X86::createFastISel(funcInfo, libInfo); in createFastISel()
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 2620 virtual FastISel *createFastISel(FunctionLoweringInfo &, in createFastISel() function
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGISel.cpp | 1153 FastIS = TLI->createFastISel(*FuncInfo, LibInfo); in SelectAllBasicBlocks()
|