Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcRegisterInfo.cpp210 MachineInstr *LdMI = in eliminateFrameIndex() local
213 replaceFI(MF, *LdMI, *LdMI, dl, 1, Offset, FrameReg); in eliminateFrameIndex()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVERegisterInfo.cpp424 MachineInstr *LdMI = in processLDVM512() local
426 replaceFI(*LdMI, FrameReg, Offset, 1); in processLDVM512()
434 MachineInstr *LdMI = in processLDVM512() local
436 replaceFI(*LdMI, FrameReg, Offset, 1); in processLDVM512()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp5623 auto LdMI = MIB.buildInstr(Opc, {WriteBack, NewLdDstTy}, {Base}) in selectIndexedExtLoad() local
5625 LdMI.cloneMemRefs(ExtLd); in selectIndexedExtLoad()
5626 constrainSelectedInstRegOperands(*LdMI, TII, TRI, RBI); in selectIndexedExtLoad()
5633 .addUse(LdMI.getReg(1)) in selectIndexedExtLoad()
5641 auto Copy = MIB.buildCopy(Dst, LdMI.getReg(1)); in selectIndexedExtLoad()
5690 auto LdMI = in selectIndexedLoad() local
5692 LdMI.cloneMemRefs(Ld); in selectIndexedLoad()
5693 constrainSelectedInstRegOperands(*LdMI, TII, TRI, RBI); in selectIndexedLoad()