Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp1097 ImplicitOp = Src; in classifyLEAReg()
1098 ImplicitOp.setImplicit(); in classifyLEAReg()
1384 if (ImplicitOp.getReg() != 0) in convertToThreeAddress()
1385 MIB.add(ImplicitOp); in convertToThreeAddress()
1415 if (ImplicitOp.getReg() != 0) in convertToThreeAddress()
1416 MIB.add(ImplicitOp); in convertToThreeAddress()
1436 if (ImplicitOp.getReg() != 0) in convertToThreeAddress()
1437 MIB.add(ImplicitOp); in convertToThreeAddress()
1483 MIB.add(ImplicitOp); in convertToThreeAddress()
1525 MIB.add(ImplicitOp); in convertToThreeAddress()
[all …]
H A DX86InstrInfo.h259 bool &isKill, MachineOperand &ImplicitOp,