Searched refs:DstR (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86FixupLEAs.cpp276 const unsigned DstR = MI->getOperand(0).getReg(); local
279 if ((SrcR1 == 0 || SrcR1 != DstR) && (SrcR2 == 0 || SrcR2 != DstR))
307 const MachineOperand &Src1 = MI->getOperand(SrcR1 == DstR ? 1 : 3);
308 const MachineOperand &Src2 = MI->getOperand(SrcR1 == DstR ? 3 : 1);
318 const MachineOperand &SrcR = MI->getOperand(SrcR1 == DstR ? 1 : 3);

Completed in 53 milliseconds