Searched refs:isKill2 (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/X86/ |
D | X86InstrBuilder.h | 117 unsigned Reg2, bool isKill2) { in addRegReg() argument 119 .addReg(Reg2, getKillRegState(isKill2)).addImm(0).addReg(0); in addRegReg()
|
D | X86InstrInfo.cpp | 2673 bool isKill2 = MI->getOperand(2).isKill(); in convertToThreeAddressWithLEA() local 2691 .addReg(Src2, getKillRegState(isKill2)); in convertToThreeAddressWithLEA() 2694 if (LV && isKill2 && InsMI2) in convertToThreeAddressWithLEA() 2889 bool isKill2, isUndef2; in convertToThreeAddress() local 2893 SrcReg2, isKill2, isUndef2, ImplicitOp2)) in convertToThreeAddress() 2903 NewMI = addRegReg(MIB, SrcReg, isKill, SrcReg2, isKill2); in convertToThreeAddress() 2920 bool isKill2 = MI->getOperand(2).isKill(); in convertToThreeAddress() local 2923 Src.getReg(), Src.isKill(), Src2, isKill2); in convertToThreeAddress() 2931 if (LV && isKill2) in convertToThreeAddress()
|