Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86InstrBuilder.h117 unsigned Reg2, bool isKill2) { in addRegReg() argument
119 .addReg(Reg2, getKillRegState(isKill2)).addImm(0).addReg(0); in addRegReg()
DX86InstrInfo.cpp2613 bool isKill2 = MI->getOperand(2).isKill(); in convertToThreeAddressWithLEA() local
2631 .addReg(Src2, getKillRegState(isKill2)); in convertToThreeAddressWithLEA()
2634 if (LV && isKill2 && InsMI2) in convertToThreeAddressWithLEA()
2829 bool isKill2, isUndef2; in convertToThreeAddress() local
2833 SrcReg2, isKill2, isUndef2, ImplicitOp2)) in convertToThreeAddress()
2843 NewMI = addRegReg(MIB, SrcReg, isKill, SrcReg2, isKill2); in convertToThreeAddress()
2860 bool isKill2 = MI->getOperand(2).isKill(); in convertToThreeAddress() local
2863 Src.getReg(), Src.isKill(), Src2, isKill2); in convertToThreeAddress()
2871 if (LV && isKill2) in convertToThreeAddress()