Searched defs:SrcR1 (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86FixupLEAs.cpp277 const unsigned SrcR1 = MI->getOperand(1).getReg(); local
279 if ((SrcR1 == 0 || SrcR1 != DstR) && (SrcR2 == 0 || SrcR2 != DstR))
306 if (SrcR1 != 0 && SrcR2 != 0) {
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 141 milliseconds