OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createFastISel
(Results
1 - 20
of
20
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.h
54
FastISel *
createFastISel
(FunctionLoweringInfo &FuncInfo,
133
FastISel *
createFastISel
(FunctionLoweringInfo &funcInfo,
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/AArch64/
AArch64ISelLowering.h
536
FastISel *
createFastISel
(FunctionLoweringInfo &funcInfo,
1099
FastISel *
createFastISel
(FunctionLoweringInfo &funcInfo,
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/
ARMISelLowering.h
572
///
createFastISel
- This method returns a target specific FastISel object,
574
FastISel *
createFastISel
(FunctionLoweringInfo &funcInfo,
965
FastISel *
createFastISel
(FunctionLoweringInfo &funcInfo,
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/Mips/
MipsISelLowering.h
271
///
createFastISel
- This method returns a target specific FastISel object,
273
FastISel *
createFastISel
(FunctionLoweringInfo &funcInfo,
711
FastISel *
createFastISel
(FunctionLoweringInfo &funcInfo,
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/
PPCISelLowering.h
1044
///
createFastISel
- This method returns a target-specific FastISel object,
1046
FastISel *
createFastISel
(FunctionLoweringInfo &FuncInfo,
1393
FastISel *
createFastISel
(FunctionLoweringInfo &FuncInfo,
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/X86/
X86ISelLowering.h
1355
FastISel *
createFastISel
(FunctionLoweringInfo &funcInfo,
1673
FastISel *
createFastISel
(FunctionLoweringInfo &funcInfo,
X86FastISel.cpp
3985
FastISel *X86::
createFastISel
(FunctionLoweringInfo &funcInfo,
X86ISelLowering.cpp
4830
X86TargetLowering::
createFastISel
(FunctionLoweringInfo &funcInfo,
4832
return X86::
createFastISel
(funcInfo, libInfo);
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetLowering.h
4090
virtual FastISel *
createFastISel
(FunctionLoweringInfo &,
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp
1369
FastIS = TLI->
createFastISel
(*FuncInfo, LibInfo);
Completed in 108 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026