Home
last modified time | relevance | path

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

/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/swiftshader/third_party/llvm-7.0/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.