Searched refs:DstOpIdx (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TwoAddressInstructionPass.cpp | 160 unsigned DstOpIdx, 1201 unsigned DstOpIdx, in tryInstructionCommute() argument 1209 Register DstOpReg = MI->getOperand(DstOpIdx).getReg(); in tryInstructionCommute() 1237 if (DoCommute && commuteInstruction(MI, DstOpIdx, BaseOpIdx, OtherOpIdx, in tryInstructionCommute()
|
/external/llvm/lib/CodeGen/ |
D | TwoAddressInstructionPass.cpp | 136 unsigned DstOpIdx, 1159 unsigned DstOpIdx, in tryInstructionCommute() argument 1163 unsigned DstOpReg = MI->getOperand(DstOpIdx).getReg(); in tryInstructionCommute()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | R600InstrInfo.cpp | 1035 int DstOpIdx = in expandPostRAPseudo() local 1042 buildMovInstr(MBB, MI, MI.getOperand(DstOpIdx).getReg(), in expandPostRAPseudo() 1045 buildIndirectRead(MBB, MI, MI.getOperand(DstOpIdx).getReg(), Address, in expandPostRAPseudo()
|
/external/llvm/lib/Target/AMDGPU/ |
D | R600InstrInfo.cpp | 1054 int DstOpIdx = in expandPostRAPseudo() local 1061 buildMovInstr(MBB, MI, MI.getOperand(DstOpIdx).getReg(), in expandPostRAPseudo() 1064 buildIndirectRead(MBB, MI, MI.getOperand(DstOpIdx).getReg(), Address, in expandPostRAPseudo()
|