Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ExpandSpecialInstrs.cpp90 MachineInstr *Mov = TII->buildMovInstr(&MBB, I, in runOnMachineFunction()
H A DR600InstrInfo.h284 MachineInstr *buildMovInstr(MachineBasicBlock *MBB,
H A DR600InstrInfo.cpp1004 buildMovInstr(MBB, MI, MI.getOperand(DstOpIdx).getReg(), in expandPostRAPseudo()
1018 buildMovInstr(MBB, MI, getIndirectAddrRegClass()->getRegister(Address), in expandPostRAPseudo()
1332 MachineInstr *R600InstrInfo::buildMovInstr(MachineBasicBlock *MBB, in buildMovInstr() function in R600InstrInfo