Searched refs:isKill2 (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/ |
D | SystemZInstrBuilder.h | 84 unsigned Reg1, bool isKill1, unsigned Reg2, bool isKill2) { in addRegReg() argument 86 .addReg(Reg2, getKillRegState(isKill2)); in addRegReg()
|
/external/swiftshader/third_party/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 | 1384 bool isKill2 = MI->getOperand(2).isKill(); in convertToThreeAddressWithLEA() local 1399 .addReg(Src2, getKillRegState(isKill2)); in convertToThreeAddressWithLEA() 1402 if (LV && isKill2 && InsMI2) in convertToThreeAddressWithLEA() 1611 bool isKill2 = MI->getOperand(2).isKill(); in convertToThreeAddress() local 1621 Src, isKill, Src2, isKill2); in convertToThreeAddress() 1622 if (LV && isKill2) in convertToThreeAddress() 1632 bool isKill2 = MI->getOperand(2).isKill(); in convertToThreeAddress() local 1636 Src, isKill, Src2, isKill2); in convertToThreeAddress() 1637 if (LV && isKill2) in convertToThreeAddress()
|
/external/llvm/lib/Target/X86/ |
D | X86InstrBuilder.h | 145 unsigned Reg2, bool isKill2) { in addRegReg() argument 147 .addReg(Reg2, getKillRegState(isKill2)).addImm(0).addReg(0); in addRegReg()
|
D | X86InstrInfo.cpp | 2696 bool isKill2 = MI.getOperand(2).isKill(); in convertToThreeAddressWithLEA() local 2713 .addReg(Src2, getKillRegState(isKill2)); in convertToThreeAddressWithLEA() 2716 if (LV && isKill2 && InsMI2) in convertToThreeAddressWithLEA() 2927 bool isKill2, isUndef2; in convertToThreeAddress() local 2931 SrcReg2, isKill2, isUndef2, ImplicitOp2)) in convertToThreeAddress() 2941 NewMI = addRegReg(MIB, SrcReg, isKill, SrcReg2, isKill2); in convertToThreeAddress() 2958 bool isKill2 = MI.getOperand(2).isKill(); in convertToThreeAddress() local 2961 Src.getReg(), Src.isKill(), Src2, isKill2); in convertToThreeAddress() 2969 if (LV && isKill2) in convertToThreeAddress()
|