Searched refs:GISel (Results 1 – 7 of 7) sorted by relevance
95 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()
113 std::unique_ptr<GISelAccessor> GISel; variable132 void setGISelAccessor(GISelAccessor &GISel) { in setGISelAccessor() argument133 this->GISel.reset(&GISel); in setGISelAccessor()
230 GISelAccessor *GISel = new GISelAccessor(); in getSubtargetImpl() local232 AArch64GISelActualAccessor *GISel = in getSubtargetImpl() local234 GISel->CallLoweringInfo.reset( in getSubtargetImpl()236 GISel->RegBankInfo.reset( in getSubtargetImpl()239 I->setGISelAccessor(*GISel); in getSubtargetImpl()
345 std::unique_ptr<GISelAccessor> GISel; variable364 assert(GISel && "Access to GlobalISel APIs not set"); in getCallLowering()365 return GISel->getCallLowering(); in getCallLowering()372 void setGISelAccessor(GISelAccessor &GISel) { in setGISelAccessor() argument373 this->GISel.reset(&GISel); in setGISelAccessor()
241 GISelAccessor *GISel = new GISelAccessor(); in getSubtargetImpl() local243 SIGISelActualAccessor *GISel = new SIGISelActualAccessor(); in getSubtargetImpl() local244 GISel->CallLoweringInfo.reset( in getSubtargetImpl()248 I->setGISelAccessor(*GISel); in getSubtargetImpl()
194 GISel() {} in SISubtarget()
4 ; This test uses big endian in order to force an abort since it's not currently supported for GISel.