Searched refs:OffsetMIB (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMInstructionSelector.cpp | 572 MachineInstrBuilder OffsetMIB; in selectGlobal() local 574 OffsetMIB = BuildMI(MBB, *MIB, MIB->getDebugLoc(), in selectGlobal() 576 OffsetMIB.addGlobalAddress(GV, /*Offset*/ 0, ARMII::MO_SBREL); in selectGlobal() 579 OffsetMIB = in selectGlobal() 581 addOpsForConstantPoolLoad(OffsetMIB, GV, /*IsSBREL*/ true); in selectGlobal() 583 if (!constrainSelectedInstRegOperands(*OffsetMIB, TII, TRI, RBI)) in selectGlobal()
|