Home
last modified time | relevance | path

Searched refs:LdMI (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcRegisterInfo.cpp210 MachineInstr *LdMI = in eliminateFrameIndex()
213 replaceFI(MF, *LdMI, *LdMI, dl, 1, Offset, FrameReg); in eliminateFrameIndex()
200 MachineInstr *LdMI = eliminateFrameIndex() local
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVERegisterInfo.cpp428 MachineInstr *LdMI = in processLDVM512() local
430 replaceFI(*LdMI, FrameReg, Offset, 1); in processLDVM512()
438 MachineInstr *LdMI = in processLDVM512() local
440 replaceFI(*LdMI, FrameReg, Offset, 1); in processLDVM512()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp868 MachineInstr &LdMI = *Load->getInstr(); in addLoopCarriedDependences() local
875 if (TII->getMemOperandWithOffset(LdMI, BaseOp1, Offset1, in addLoopCarriedDependences()
882 assert(TII->areMemAccessesTriviallyDisjoint(LdMI, MI) && in addLoopCarriedDependences()
899 MachineMemOperand *MMO1 = *LdMI.memoperands_begin(); in addLoopCarriedDependences()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp5471 auto LdMI = MIB.buildInstr(Opc, {WriteBack, NewLdDstTy}, {Base}) in selectIndexedExtLoad() local
5473 LdMI.cloneMemRefs(ExtLd); in selectIndexedExtLoad()
5474 constrainSelectedInstRegOperands(*LdMI, TII, TRI, RBI); in selectIndexedExtLoad()
5481 .addUse(LdMI.getReg(1)) in selectIndexedExtLoad()
5486 auto Copy = MIB.buildCopy(Dst, LdMI.getReg(1)); in selectIndexedExtLoad()
5535 auto LdMI = in selectIndexedLoad() local
5537 LdMI.cloneMemRefs(Ld); in selectIndexedLoad()
5538 constrainSelectedInstRegOperands(*LdMI, TII, TRI, RBI); in selectIndexedLoad()