Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/AArch64/
DCMakeLists.txt31 GISel/AArch64CallLowering.cpp
32 GISel/AArch64InstructionSelector.cpp
33 GISel/AArch64LegalizerInfo.cpp
34 GISel/AArch64PreLegalizerCombiner.cpp
35 GISel/AArch64PostLegalizerCombiner.cpp
36 GISel/AArch64PostLegalizerLowering.cpp
37 GISel/AArch64PostSelectOptimize.cpp
38 GISel/AArch64RegisterBankInfo.cpp
DAArch64InstrGISel.td1 //=----- AArch64InstrGISel.td - AArch64 GISel target pseudos -*- tablegen -*-=//
/external/llvm-project/llvm/utils/gn/secondary/llvm/lib/Target/AArch64/
DBUILD.gn138 "GISel/AArch64CallLowering.cpp",
139 "GISel/AArch64InstructionSelector.cpp",
140 "GISel/AArch64LegalizerInfo.cpp",
141 "GISel/AArch64PostLegalizerCombiner.cpp",
142 "GISel/AArch64PostLegalizerLowering.cpp",
143 "GISel/AArch64PostSelectOptimize.cpp",
144 "GISel/AArch64PreLegalizerCombiner.cpp",
145 "GISel/AArch64RegisterBankInfo.cpp",
/external/llvm/lib/Target/AArch64/
DAArch64Subtarget.cpp95 TLInfo(TM, *this), GISel() {} in AArch64Subtarget()
98 assert(GISel && "Access to GlobalISel APIs not set"); in getCallLowering()
99 return GISel->getCallLowering(); in getCallLowering()
103 assert(GISel && "Access to GlobalISel APIs not set"); in getRegBankInfo()
104 return GISel->getRegBankInfo(); in getRegBankInfo()
DAArch64Subtarget.h113 std::unique_ptr<GISelAccessor> GISel; variable
132 void setGISelAccessor(GISelAccessor &GISel) { in setGISelAccessor() argument
133 this->GISel.reset(&GISel); in setGISelAccessor()
DAArch64TargetMachine.cpp230 GISelAccessor *GISel = new GISelAccessor(); in getSubtargetImpl() local
232 AArch64GISelActualAccessor *GISel = in getSubtargetImpl() local
234 GISel->CallLoweringInfo.reset( in getSubtargetImpl()
236 GISel->RegBankInfo.reset( in getSubtargetImpl()
239 I->setGISelAccessor(*GISel); in getSubtargetImpl()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.h345 std::unique_ptr<GISelAccessor> GISel; variable
364 assert(GISel && "Access to GlobalISel APIs not set"); in getCallLowering()
365 return GISel->getCallLowering(); in getCallLowering()
372 void setGISelAccessor(GISelAccessor &GISel) { in setGISelAccessor() argument
373 this->GISel.reset(&GISel); in setGISelAccessor()
DAMDGPUTargetMachine.cpp241 GISelAccessor *GISel = new GISelAccessor(); in getSubtargetImpl() local
243 SIGISelActualAccessor *GISel = new SIGISelActualAccessor(); in getSubtargetImpl() local
244 GISel->CallLoweringInfo.reset( in getSubtargetImpl()
248 I->setGISelAccessor(*GISel); in getSubtargetImpl()
DAMDGPUSubtarget.cpp194 GISel() {} in SISubtarget()
/external/llvm-project/llvm/lib/Target/PowerPC/
DCMakeLists.txt22 GISel/PPCInstructionSelector.cpp
57 GISel/PPCCallLowering.cpp
58 GISel/PPCRegisterBankInfo.cpp
59 GISel/PPCLegalizerInfo.cpp
DPPC.td441 include "GISel/PPCRegisterBanks.td"
/external/llvm-project/llvm/utils/gn/secondary/llvm/lib/Target/PowerPC/
DBUILD.gn56 "GISel/PPCCallLowering.cpp",
57 "GISel/PPCInstructionSelector.cpp",
58 "GISel/PPCLegalizerInfo.cpp",
59 "GISel/PPCRegisterBankInfo.cpp",
/external/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/
Dfallback-nofastisel.ll4 ; This test uses big endian in order to force an abort since it's not currently supported for GISel.
/external/llvm-project/llvm/test/CodeGen/AArch64/
Dtailcall_misched_graph.ll30 ; The order that these appear in differes in GISel than SDAG, but the
Daddsub_ext.ll4 ; FIXME: GISel only knows how to handle explicit G_SEXT instructions. So when
6 ; FIXME: GISel doesn't currently handle folding the addressing mode into a cmp.
Darm64-vabs.ll224 ; GISel doesn't match this pattern yet.
271 ; GISel doesn't match this pattern yet
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUGISel.td88 // SelectionDAG. The GISel selector can just insert m0 initialization
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUGISel.td125 // SelectionDAG. The GISel selector can just insert m0 initialization
/external/llvm-project/clang/docs/
DClangFormattedStatus.rst4267 * - llvm/lib/Target/AArch64/GISel
4557 * - llvm/lib/Target/PowerPC/GISel
/external/tensorflow/third_party/llvm/
Dllvm.autogenerated.BUILD670 "lib/Target/" + target["name"] + "/GISel/*.td",
822 "lib/Target/AArch64/GISel/*.cpp",
3546 "lib/Target/PowerPC/GISel/*.cpp",