Searched refs:ImplicitOp (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.cpp | 1148 MachineOperand &ImplicitOp, LiveVariables *LV, in classifyLEAReg() argument 1179 ImplicitOp = Src; in classifyLEAReg() 1180 ImplicitOp.setImplicit(); in classifyLEAReg() 1471 MachineOperand ImplicitOp = MachineOperand::CreateReg(0, false); in convertToThreeAddress() local 1473 isKill, ImplicitOp, LV, LIS)) in convertToThreeAddress() 1484 if (ImplicitOp.getReg() != 0) in convertToThreeAddress() 1485 MIB.add(ImplicitOp); in convertToThreeAddress() 1510 MachineOperand ImplicitOp = MachineOperand::CreateReg(0, false); in convertToThreeAddress() local 1512 isKill, ImplicitOp, LV, LIS)) in convertToThreeAddress() 1518 if (ImplicitOp.getReg() != 0) in convertToThreeAddress() [all …]
|
| H A D | X86InstrInfo.h | 361 MachineOperand &ImplicitOp, LiveVariables *LV,
|