Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstrInfo.cpp1079 MachineOperand ImplicitOp2 = MachineOperand::CreateReg(0, false); in convertToThreeAddress() local
1081 SrcReg2, isKill2, isUndef2, ImplicitOp2, LV)) in convertToThreeAddress()
1087 if (ImplicitOp2.getReg() != 0) in convertToThreeAddress()
1088 MIB.add(ImplicitOp2); in convertToThreeAddress()
/external/llvm/lib/Target/X86/
DX86InstrInfo.cpp2929 MachineOperand ImplicitOp2 = MachineOperand::CreateReg(0, false); in convertToThreeAddress() local
2931 SrcReg2, isKill2, isUndef2, ImplicitOp2)) in convertToThreeAddress()
2938 if (ImplicitOp2.getReg() != 0) in convertToThreeAddress()
2939 MIB.addOperand(ImplicitOp2); in convertToThreeAddress()