Searched refs:ImplicitOp (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86InstrInfo.cpp | 1191 bool &isKill, MachineOperand &ImplicitOp, in classifyLEAReg() argument 1219 ImplicitOp = Src; in classifyLEAReg() 1220 ImplicitOp.setImplicit(); in classifyLEAReg() 1436 MachineOperand ImplicitOp = MachineOperand::CreateReg(0, false); in convertToThreeAddress() local 1438 SrcReg, isKill, ImplicitOp, LV)) in convertToThreeAddress() 1449 if (ImplicitOp.getReg() != 0) in convertToThreeAddress() 1450 MIB.add(ImplicitOp); in convertToThreeAddress() 1472 MachineOperand ImplicitOp = MachineOperand::CreateReg(0, false); in convertToThreeAddress() local 1474 ImplicitOp, LV)) in convertToThreeAddress() 1481 if (ImplicitOp.getReg() != 0) in convertToThreeAddress() [all …]
|
H A D | X86InstrInfo.h | 252 bool &isKill, MachineOperand &ImplicitOp,
|