/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.h | 47 FastISel *createFastISel(FunctionLoweringInfo &FuncInfo, 92 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
|
D | WebAssemblyISelLowering.cpp | 140 FastISel *WebAssemblyTargetLowering::createFastISel( in createFastISel() function in WebAssemblyTargetLowering 142 return WebAssembly::createFastISel(FuncInfo, LibInfo); in createFastISel()
|
D | WebAssemblyFastISel.cpp | 1180 FastISel *WebAssembly::createFastISel(FunctionLoweringInfo &FuncInfo, in createFastISel() function in WebAssembly
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMISelLowering.h | 349 virtual FastISel *createFastISel(FunctionLoweringInfo &funcInfo) const; 536 FastISel *createFastISel(FunctionLoweringInfo &funcInfo);
|
D | ARMFastISel.cpp | 2114 llvm::FastISel *ARM::createFastISel(FunctionLoweringInfo &funcInfo) { in createFastISel() function in llvm::ARM
|
D | ARMISelLowering.cpp | 967 ARMTargetLowering::createFastISel(FunctionLoweringInfo &funcInfo) const { in createFastISel() function in ARMTargetLowering 968 return ARM::createFastISel(funcInfo); in createFastISel()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.h | 262 FastISel *createFastISel(FunctionLoweringInfo &funcInfo, 582 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
|
D | AArch64FastISel.cpp | 4992 llvm::FastISel *AArch64::createFastISel(FunctionLoweringInfo &FuncInfo, in createFastISel() function in llvm::AArch64
|
D | AArch64ISelLowering.cpp | 828 AArch64TargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in AArch64TargetLowering 830 return AArch64::createFastISel(funcInfo, libInfo); in createFastISel()
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.h | 231 FastISel *createFastISel(FunctionLoweringInfo &funcInfo, 608 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
|
D | MipsISelLowering.cpp | 452 MipsTargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in MipsTargetLowering 455 return TargetLowering::createFastISel(funcInfo, libInfo); in createFastISel() 456 return Mips::createFastISel(funcInfo, libInfo); in createFastISel()
|
D | MipsFastISel.cpp | 1894 FastISel *Mips::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in llvm::Mips
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.h | 401 FastISel *createFastISel(FunctionLoweringInfo &funcInfo, 690 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
|
D | ARMFastISel.cpp | 3059 FastISel *ARM::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in llvm::ARM
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86ISelLowering.h | 709 virtual FastISel *createFastISel(FunctionLoweringInfo &funcInfo) const; 982 FastISel *createFastISel(FunctionLoweringInfo &funcInfo);
|
D | X86FastISel.cpp | 2159 llvm::FastISel *X86::createFastISel(FunctionLoweringInfo &funcInfo) { in createFastISel() function in llvm::X86
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.h | 715 FastISel *createFastISel(FunctionLoweringInfo &FuncInfo, 941 FastISel *createFastISel(FunctionLoweringInfo &FuncInfo,
|
D | PPCFastISel.cpp | 2349 FastISel *PPC::createFastISel(FunctionLoweringInfo &FuncInfo, in createFastISel() function in llvm::PPC
|
D | PPCISelLowering.cpp | 12074 PPCTargetLowering::createFastISel(FunctionLoweringInfo &FuncInfo, in createFastISel() function in PPCTargetLowering 12076 return PPC::createFastISel(FuncInfo, LibInfo); in createFastISel()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 971 FastISel *createFastISel(FunctionLoweringInfo &funcInfo, 1236 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
|
D | X86FastISel.cpp | 3782 FastISel *X86::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in llvm::X86
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetLowering.h | 1351 virtual FastISel *createFastISel(FunctionLoweringInfo &) const { in createFastISel() function
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 2778 virtual FastISel *createFastISel(FunctionLoweringInfo &, in createFastISel() function
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGISel.cpp | 829 FastIS = TLI.createFastISel(*FuncInfo); in SelectAllBasicBlocks()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGISel.cpp | 1270 FastIS = TLI->createFastISel(*FuncInfo, LibInfo); in SelectAllBasicBlocks()
|