Home
last modified time | relevance | path

Searched refs:createFastISel (Results 1 – 20 of 20) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.h55 FastISel *createFastISel(FunctionLoweringInfo &FuncInfo,
125 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
DWebAssemblyISelLowering.cpp316 FastISel *WebAssemblyTargetLowering::createFastISel( in createFastISel() function in WebAssemblyTargetLowering
318 return WebAssembly::createFastISel(FuncInfo, LibInfo); in createFastISel()
DWebAssemblyFastISel.cpp1398 FastISel *WebAssembly::createFastISel(FunctionLoweringInfo &FuncInfo, in createFastISel() function in WebAssembly
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsISelLowering.h275 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
724 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
DMipsFastISel.cpp2154 FastISel *Mips::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in llvm::Mips
DMipsISelLowering.cpp540 MipsTargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in MipsTargetLowering
556 return UseFastISel ? Mips::createFastISel(funcInfo, libInfo) : nullptr; in createFastISel()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.h495 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
856 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
DARMFastISel.cpp3079 FastISel *ARM::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in llvm::ARM
DARMISelLowering.cpp1758 ARMTargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in ARMTargetLowering
1760 return ARM::createFastISel(funcInfo, libInfo); in createFastISel()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h359 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
821 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
DAArch64FastISel.cpp5242 FastISel *AArch64::createFastISel(FunctionLoweringInfo &FuncInfo, in createFastISel() function in llvm::AArch64
DAArch64ISelLowering.cpp1227 AArch64TargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in AArch64TargetLowering
1229 return AArch64::createFastISel(funcInfo, libInfo); in createFastISel()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.h934 FastISel *createFastISel(FunctionLoweringInfo &FuncInfo,
1253 FastISel *createFastISel(FunctionLoweringInfo &FuncInfo,
DPPCFastISel.cpp2462 FastISel *PPC::createFastISel(FunctionLoweringInfo &FuncInfo, in createFastISel() function in llvm::PPC
DPPCISelLowering.cpp15340 PPCTargetLowering::createFastISel(FunctionLoweringInfo &FuncInfo, in createFastISel() function in PPCTargetLowering
15342 return PPC::createFastISel(FuncInfo, LibInfo); in createFastISel()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.h1209 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
1536 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
DX86FastISel.cpp4009 FastISel *X86::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in llvm::X86
DX86ISelLowering.cpp4659 X86TargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in X86TargetLowering
4661 return X86::createFastISel(funcInfo, libInfo); in createFastISel()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h3836 virtual FastISel *createFastISel(FunctionLoweringInfo &, in createFastISel() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp1361 FastIS = TLI->createFastISel(*FuncInfo, LibInfo); in SelectAllBasicBlocks()