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.cpp89 MachineInstr *Mov = TII->buildMovInstr(&MBB, I, in runOnMachineFunction()
H A DR600InstrInfo.h282 MachineInstr *buildMovInstr(MachineBasicBlock *MBB,
H A DR600InstrInfo.cpp1014 buildMovInstr(MBB, MI, MI.getOperand(DstOpIdx).getReg(), in expandPostRAPseudo()
1028 buildMovInstr(MBB, MI, getIndirectAddrRegClass()->getRegister(Address), in expandPostRAPseudo()
1346 MachineInstr *R600InstrInfo::buildMovInstr(MachineBasicBlock *MBB, in buildMovInstr() function in R600InstrInfo