Searched refs:ImplicitOp (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrInfo.cpp | 1162 bool &isKill, MachineOperand &ImplicitOp, in classifyLEAReg() argument 1189 ImplicitOp = Src; in classifyLEAReg() 1190 ImplicitOp.setImplicit(); in classifyLEAReg() 1470 MachineOperand ImplicitOp = MachineOperand::CreateReg(0, false); in convertToThreeAddress() local 1472 ImplicitOp, LV, LIS)) in convertToThreeAddress() 1482 if (ImplicitOp.getReg() != 0) in convertToThreeAddress() 1483 MIB.add(ImplicitOp); in convertToThreeAddress() 1508 MachineOperand ImplicitOp = MachineOperand::CreateReg(0, false); in convertToThreeAddress() local 1510 ImplicitOp, LV, LIS)) in convertToThreeAddress() 1516 if (ImplicitOp.getReg() != 0) in convertToThreeAddress() [all …]
|
H A D | X86InstrInfo.h | 313 bool &isKill, MachineOperand &ImplicitOp,
|