Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86InstrInfo.cpp2568 MachineOperand &ImplicitOp) const { in classifyLEAReg()
2596 ImplicitOp = Src; in classifyLEAReg()
2597 ImplicitOp.setImplicit(); in classifyLEAReg()
2805 MachineOperand ImplicitOp = MachineOperand::CreateReg(0, false); in convertToThreeAddress() local
2807 SrcReg, isKill, isUndef, ImplicitOp)) in convertToThreeAddress()
2818 if (ImplicitOp.getReg() != 0) in convertToThreeAddress()
2819 MIB.addOperand(ImplicitOp); in convertToThreeAddress()
2848 MachineOperand ImplicitOp = MachineOperand::CreateReg(0, false); in convertToThreeAddress() local
2850 SrcReg, isKill, isUndef, ImplicitOp)) in convertToThreeAddress()
2858 if (ImplicitOp.getReg() != 0) in convertToThreeAddress()
[all …]
DX86InstrInfo.h233 MachineOperand &ImplicitOp) const;