Searched refs:OffsetMIB (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMInstructionSelector.cpp | 722 MachineInstrBuilder OffsetMIB; in selectGlobal() local 724 OffsetMIB = BuildMI(MBB, *MIB, MIB->getDebugLoc(), in selectGlobal() 726 OffsetMIB.addGlobalAddress(GV, /*Offset*/ 0, ARMII::MO_SBREL); in selectGlobal() 729 OffsetMIB = BuildMI(MBB, *MIB, MIB->getDebugLoc(), in selectGlobal() 731 addOpsForConstantPoolLoad(OffsetMIB, GV, /*IsSBREL*/ true); in selectGlobal() 733 if (!constrainSelectedInstRegOperands(*OffsetMIB, TII, TRI, RBI)) in selectGlobal()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | IRTranslator.cpp | 1634 auto OffsetMIB = MIRBuilder.buildConstant({OffsetTy}, Offset); in translateGetElementPtr() local 1635 BaseReg = MIRBuilder.buildPtrAdd(PtrTy, BaseReg, OffsetMIB.getReg(0)) in translateGetElementPtr() 1669 auto OffsetMIB = in translateGetElementPtr() local 1675 MIRBuilder.buildPtrAdd(getOrCreateVReg(U), BaseReg, OffsetMIB.getReg(0), in translateGetElementPtr()
|