Home
last modified time | relevance | path

Searched refs:DstOpIdx (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
DAMDGPUInstrInfo.cpp119 int DstOpIdx = AMDGPU::getNamedOperandIdx(MI->getOpcode(), in expandPostRAPseudo() local
126 buildMovInstr(MBB, MI, MI->getOperand(DstOpIdx).getReg(), in expandPostRAPseudo()
129 buildIndirectRead(MBB, MI, MI->getOperand(DstOpIdx).getReg(), in expandPostRAPseudo()
/external/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp136 unsigned DstOpIdx,
1164 unsigned DstOpIdx, in tryInstructionCommute() argument
1168 unsigned DstOpReg = MI->getOperand(DstOpIdx).getReg(); in tryInstructionCommute()