Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
DSystemZInstrBuilder.h84 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/
DX86InstrBuilder.h117 unsigned Reg2, bool isKill2) { in addRegReg() argument
119 .addReg(Reg2, getKillRegState(isKill2)).addImm(0).addReg(0); in addRegReg()
DX86InstrInfo.cpp1384 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/
DX86InstrBuilder.h145 unsigned Reg2, bool isKill2) { in addRegReg() argument
147 .addReg(Reg2, getKillRegState(isKill2)).addImm(0).addReg(0); in addRegReg()
DX86InstrInfo.cpp2696 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstrBuilder.h167 unsigned Reg2, bool isKill2) { in addRegReg() argument
169 .addReg(Reg2, getKillRegState(isKill2)).addImm(0).addReg(0); in addRegReg()
DX86InstrInfo.cpp850 bool isKill2 = MI.getOperand(2).isKill(); in convertToThreeAddressWithLEA() local
867 .addReg(Src2, getKillRegState(isKill2)); in convertToThreeAddressWithLEA()
870 if (LV && isKill2 && InsMI2) in convertToThreeAddressWithLEA()
1077 bool isKill2, isUndef2; in convertToThreeAddress() local
1081 SrcReg2, isKill2, isUndef2, ImplicitOp2, LV)) in convertToThreeAddress()
1090 NewMI = addRegReg(MIB, SrcReg, isKill, SrcReg2, isKill2); in convertToThreeAddress()
1107 bool isKill2 = MI.getOperand(2).isKill(); in convertToThreeAddress() local
1109 Src.getReg(), Src.isKill(), Src2, isKill2); in convertToThreeAddress()
1117 if (LV && isKill2) in convertToThreeAddress()