Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp1219 ImplicitOp = Src; in classifyLEAReg()
1220 ImplicitOp.setImplicit(); in classifyLEAReg()
1449 if (ImplicitOp.getReg() != 0) in convertToThreeAddress()
1450 MIB.add(ImplicitOp); in convertToThreeAddress()
1481 if (ImplicitOp.getReg() != 0) in convertToThreeAddress()
1482 MIB.add(ImplicitOp); in convertToThreeAddress()
1503 if (ImplicitOp.getReg() != 0) in convertToThreeAddress()
1504 MIB.add(ImplicitOp); in convertToThreeAddress()
1545 MIB.add(ImplicitOp); in convertToThreeAddress()
1588 MIB.add(ImplicitOp); in convertToThreeAddress()
[all …]
H A DX86InstrInfo.h252 bool &isKill, MachineOperand &ImplicitOp,