Searched refs:ImplicitReg (Results 1 – 3 of 3) sorted by relevance
45 Operand.ImplicitReg = MCPhysReg; in Instruction()55 Operand.ImplicitReg = MCPhysReg; in Instruction()257 assert(ROV.Op->ImplicitReg != nullptr); in setRegisterOperandValue()258 assert(ROV.Reg == *ROV.Op->ImplicitReg); in setRegisterOperandValue()
155 if (Op.ImplicitReg) { in computeRegsToDef()156 return *Op.ImplicitReg; in computeRegsToDef()
65 const llvm::MCPhysReg *ImplicitReg = nullptr; // Set for Implicit Op. member