Searched refs:isKill2 (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrBuilder.h | 160 unsigned SubReg1, Register Reg2, bool isKill2, unsigned SubReg2) { in addRegReg() argument 163 .addReg(Reg2, getKillRegState(isKill2), SubReg2) in addRegReg()
|
| H A D | X86InstrInfo.cpp | 1574 bool isKill2; in convertToThreeAddress() local 1577 isKill2, ImplicitOp2, LV, LIS)) in convertToThreeAddress() 1585 isKill = isKill2; in convertToThreeAddress() 1601 addRegReg(MIB, SrcReg, isKill, SrcSubReg, SrcReg2, isKill2, SrcSubReg2); in convertToThreeAddress()
|