Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp1166 ImplicitOp = Src; in classifyLEAReg()
1167 ImplicitOp.setImplicit(); in classifyLEAReg()
1459 if (ImplicitOp.getReg() != 0) in convertToThreeAddress()
1460 MIB.add(ImplicitOp); in convertToThreeAddress()
1493 if (ImplicitOp.getReg() != 0) in convertToThreeAddress()
1494 MIB.add(ImplicitOp); in convertToThreeAddress()
1519 if (ImplicitOp.getReg() != 0) in convertToThreeAddress()
1520 MIB.add(ImplicitOp); in convertToThreeAddress()
1569 MIB.add(ImplicitOp); in convertToThreeAddress()
1614 MIB.add(ImplicitOp); in convertToThreeAddress()
[all …]
H A DX86InstrInfo.h284 bool &isKill, MachineOperand &ImplicitOp,