Searched refs:isKill2 (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrBuilder.h | 166 unsigned Reg2, bool isKill2) { in addRegReg() argument 168 .addReg(Reg2, getKillRegState(isKill2)).addImm(0).addReg(0); in addRegReg()
|
H A D | X86InstrInfo.cpp | 1571 bool isKill2; in convertToThreeAddress() local 1573 if (!classifyLEAReg(MI, Src2, Opc, /*AllowSP=*/false, SrcReg2, isKill2, in convertToThreeAddress() 1582 isKill = isKill2; in convertToThreeAddress() 1596 NewMI = addRegReg(MIB, SrcReg, isKill, SrcReg2, isKill2); in convertToThreeAddress()
|