| /llvm-project-15.0.7/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.h | 58 FastISel *createFastISel(FunctionLoweringInfo &FuncInfo, 155 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
|
| H A D | WebAssemblyFastISel.cpp | 1432 FastISel *WebAssembly::createFastISel(FunctionLoweringInfo &FuncInfo, in createFastISel() function in WebAssembly
|
| H A D | WebAssemblyISelLowering.cpp | 402 FastISel *WebAssemblyTargetLowering::createFastISel( in createFastISel() function in WebAssemblyTargetLowering 404 return WebAssembly::createFastISel(FuncInfo, LibInfo); in createFastISel()
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.h | 276 FastISel *createFastISel(FunctionLoweringInfo &funcInfo, 719 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
|
| H A D | MipsFastISel.cpp | 2143 FastISel *Mips::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in llvm::Mips
|
| H A D | MipsISelLowering.cpp | 521 MipsTargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in MipsTargetLowering 537 return UseFastISel ? Mips::createFastISel(funcInfo, libInfo) : nullptr; in createFastISel()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.h | 588 FastISel *createFastISel(FunctionLoweringInfo &funcInfo, 989 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
|
| H A D | ARMFastISel.cpp | 3079 FastISel *ARM::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in llvm::ARM
|
| H A D | ARMISelLowering.cpp | 1934 ARMTargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in ARMTargetLowering 1936 return ARM::createFastISel(funcInfo, libInfo); in createFastISel()
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.h | 1099 FastISel *createFastISel(FunctionLoweringInfo &FuncInfo, 1475 FastISel *createFastISel(FunctionLoweringInfo &FuncInfo,
|
| H A D | PPCFastISel.cpp | 2467 FastISel *PPC::createFastISel(FunctionLoweringInfo &FuncInfo, in createFastISel() function in llvm::PPC
|
| H A D | PPCISelLowering.cpp | 16836 PPCTargetLowering::createFastISel(FunctionLoweringInfo &FuncInfo, in createFastISel() function in PPCTargetLowering 16838 return PPC::createFastISel(FuncInfo, LibInfo); in createFastISel()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.h | 540 FastISel *createFastISel(FunctionLoweringInfo &funcInfo, 1169 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
|
| H A D | AArch64FastISel.cpp | 5110 FastISel *AArch64::createFastISel(FunctionLoweringInfo &FuncInfo, in createFastISel() function in AArch64
|
| H A D | AArch64ISelLowering.cpp | 2034 AArch64TargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in AArch64TargetLowering 2036 return AArch64::createFastISel(funcInfo, libInfo); in createFastISel()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 1416 FastISel *createFastISel(FunctionLoweringInfo &funcInfo, 1744 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
|
| H A D | X86FastISel.cpp | 4008 FastISel *X86::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in llvm::X86
|
| H A D | X86ISelLowering.cpp | 5243 X86TargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in X86TargetLowering 5245 return X86::createFastISel(funcInfo, libInfo); in createFastISel()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 4410 virtual FastISel *createFastISel(FunctionLoweringInfo &, in createFastISel() function
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGISel.cpp | 1338 FastIS = TLI->createFastISel(*FuncInfo, LibInfo); in SelectAllBasicBlocks()
|