OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:createFastISel
(Results
1 - 12
of
12
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyFastISel.cpp
1430
FastISel *WebAssembly::
createFastISel
(FunctionLoweringInfo &FuncInfo,
WebAssemblyISelLowering.cpp
338
FastISel *WebAssemblyTargetLowering::
createFastISel
(
340
return WebAssembly::
createFastISel
(FuncInfo, LibInfo);
/src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsFastISel.cpp
2149
FastISel *Mips::
createFastISel
(FunctionLoweringInfo &funcInfo,
MipsISelLowering.cpp
539
MipsTargetLowering::
createFastISel
(FunctionLoweringInfo &funcInfo,
555
return UseFastISel ? Mips::
createFastISel
(funcInfo, libInfo) : nullptr;
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCFastISel.cpp
2468
FastISel *PPC::
createFastISel
(FunctionLoweringInfo &FuncInfo,
PPCISelLowering.cpp
16319
PPCTargetLowering::
createFastISel
(FunctionLoweringInfo &FuncInfo,
16321
return PPC::
createFastISel
(FuncInfo, LibInfo);
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64FastISel.cpp
5098
FastISel *AArch64::
createFastISel
(FunctionLoweringInfo &FuncInfo,
AArch64ISelLowering.cpp
1812
AArch64TargetLowering::
createFastISel
(FunctionLoweringInfo &funcInfo,
1814
return AArch64::
createFastISel
(funcInfo, libInfo);
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMFastISel.cpp
3073
FastISel *ARM::
createFastISel
(FunctionLoweringInfo &funcInfo,
ARMISelLowering.cpp
1861
ARMTargetLowering::
createFastISel
(FunctionLoweringInfo &funcInfo,
1863
return ARM::
createFastISel
(funcInfo, libInfo);
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86FastISel.cpp
3985
FastISel *X86::
createFastISel
(FunctionLoweringInfo &funcInfo,
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetLowering.h
4090
virtual FastISel *
createFastISel
(FunctionLoweringInfo &,
Completed in 191 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026