| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.h | 52 FastISel *createFastISel(FunctionLoweringInfo &FuncInfo, 145 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
|
| H A D | WebAssemblyFastISel.cpp | 1449 FastISel *WebAssembly::createFastISel(FunctionLoweringInfo &FuncInfo, in createFastISel() function in WebAssembly
|
| H A D | WebAssemblyISelLowering.cpp | 479 FastISel *WebAssemblyTargetLowering::createFastISel( in createFastISel() function in WebAssemblyTargetLowering 481 return WebAssembly::createFastISel(FuncInfo, LibInfo); in createFastISel()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.h | 280 FastISel *createFastISel(FunctionLoweringInfo &funcInfo, 758 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
|
| H A D | MipsFastISel.cpp | 2158 FastISel *Mips::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in llvm::Mips
|
| H A D | MipsISelLowering.cpp | 559 MipsTargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in MipsTargetLowering 575 return UseFastISel ? Mips::createFastISel(funcInfo, libInfo) : nullptr; in createFastISel()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.h | 603 FastISel *createFastISel(FunctionLoweringInfo &funcInfo, 1027 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
|
| H A D | ARMFastISel.cpp | 3151 FastISel *ARM::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in llvm::ARM
|
| H A D | ARMISelLowering.cpp | 1960 ARMTargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in ARMTargetLowering 1962 return ARM::createFastISel(funcInfo, libInfo); in createFastISel()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.h | 136 FastISel *createFastISel(FunctionLoweringInfo &funcInfo, 884 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
|
| H A D | AArch64FastISel.cpp | 5198 FastISel *AArch64::createFastISel(FunctionLoweringInfo &FuncInfo, in createFastISel() function in AArch64
|
| H A D | AArch64ISelLowering.cpp | 2770 AArch64TargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in AArch64TargetLowering 2772 return AArch64::createFastISel(funcInfo, libInfo); in createFastISel()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.h | 1128 FastISel *createFastISel(FunctionLoweringInfo &FuncInfo, 1518 FastISel *createFastISel(FunctionLoweringInfo &FuncInfo,
|
| H A D | PPCFastISel.cpp | 2460 FastISel *PPC::createFastISel(FunctionLoweringInfo &FuncInfo, in createFastISel() function in llvm::PPC
|
| H A D | PPCISelLowering.cpp | 18530 PPCTargetLowering::createFastISel(FunctionLoweringInfo &FuncInfo, in createFastISel() function in PPCTargetLowering 18532 return PPC::createFastISel(FuncInfo, LibInfo); in createFastISel()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 1584 FastISel *createFastISel(FunctionLoweringInfo &funcInfo, 1932 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
|
| H A D | X86FastISel.cpp | 4084 FastISel *X86::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in llvm::X86
|
| H A D | X86ISelLowering.cpp | 2767 X86TargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in X86TargetLowering 2769 return X86::createFastISel(funcInfo, libInfo); in createFastISel()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 5090 virtual FastISel *createFastISel(FunctionLoweringInfo &, in createFastISel() function
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGISel.cpp | 1621 FastIS = TLI->createFastISel(*FuncInfo, LibInfo); in SelectAllBasicBlocks()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 12693 {"_ZN4llvm3X8614createFastISelERNS_20FunctionLoweringInfoE", "llvm::X86::createFastISel(llvm::Funct… 12801 …eateFastISelERNS_20FunctionLoweringInfoE", "llvm::X86TargetLowering::createFastISel(llvm::Function… 13790 {"_ZN4llvm3ARM14createFastISelERNS_20FunctionLoweringInfoE", "llvm::ARM::createFastISel(llvm::Funct… 13922 …eateFastISelERNS_20FunctionLoweringInfoE", "llvm::ARMTargetLowering::createFastISel(llvm::Function… 15599 …4createFastISelERNS_20FunctionLoweringInfoE", "llvm::TargetLowering::createFastISel(llvm::Function…
|