| /freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.h | 48 FastISel *createFastISel(FunctionLoweringInfo &FuncInfo, 109 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
|
| H A D | WebAssemblyISelLowering.cpp | 270 FastISel *WebAssemblyTargetLowering::createFastISel( in createFastISel() function in WebAssemblyTargetLowering 272 return WebAssembly::createFastISel(FuncInfo, LibInfo); in createFastISel()
|
| H A D | WebAssemblyFastISel.cpp | 1399 FastISel *WebAssembly::createFastISel(FunctionLoweringInfo &FuncInfo, in createFastISel() function in WebAssembly
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.h | 276 FastISel *createFastISel(FunctionLoweringInfo &funcInfo, 719 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
|
| H A D | MipsFastISel.cpp | 2149 FastISel *Mips::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in llvm::Mips
|
| H A D | MipsISelLowering.cpp | 540 MipsTargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in MipsTargetLowering 555 return UseFastISel ? Mips::createFastISel(funcInfo, libInfo) : nullptr; in createFastISel()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.h | 285 FastISel *createFastISel(FunctionLoweringInfo &funcInfo, 724 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
|
| H A D | AArch64FastISel.cpp | 5185 FastISel *AArch64::createFastISel(FunctionLoweringInfo &FuncInfo, in createFastISel() function in llvm::AArch64
|
| H A D | AArch64ISelLowering.cpp | 1081 AArch64TargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in AArch64TargetLowering 1083 return AArch64::createFastISel(funcInfo, libInfo); in createFastISel()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.h | 470 FastISel *createFastISel(FunctionLoweringInfo &funcInfo, 819 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
|
| H A D | ARMFastISel.cpp | 3086 FastISel *ARM::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in llvm::ARM
|
| H A D | ARMISelLowering.cpp | 1455 ARMTargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in ARMTargetLowering 1457 return ARM::createFastISel(funcInfo, libInfo); in createFastISel()
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.h | 860 FastISel *createFastISel(FunctionLoweringInfo &FuncInfo, 1167 FastISel *createFastISel(FunctionLoweringInfo &FuncInfo,
|
| H A D | PPCFastISel.cpp | 2469 FastISel *PPC::createFastISel(FunctionLoweringInfo &FuncInfo, in createFastISel() function in llvm::PPC
|
| H A D | PPCISelLowering.cpp | 14276 PPCTargetLowering::createFastISel(FunctionLoweringInfo &FuncInfo, in createFastISel() function in PPCTargetLowering 14278 return PPC::createFastISel(FuncInfo, LibInfo); in createFastISel()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 1095 FastISel *createFastISel(FunctionLoweringInfo &funcInfo, 1406 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
|
| H A D | X86FastISel.cpp | 4034 FastISel *X86::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in llvm::X86
|
| H A D | X86ISelLowering.cpp | 4497 X86TargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in X86TargetLowering 4499 return X86::createFastISel(funcInfo, libInfo); in createFastISel()
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 3502 virtual FastISel *createFastISel(FunctionLoweringInfo &, in createFastISel() function
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGISel.cpp | 1542 FastIS = TLI->createFastISel(*FuncInfo, LibInfo); in SelectAllBasicBlocks()
|