Searched refs:ResultOp (Results 1 – 2 of 2) sorted by relevance
592 const MachineOperand *ResultOp = nullptr; in getRegAllocationHints() local596 ResultOp = &Use.getOperand(0); in getRegAllocationHints()597 ResultReg = ResultOp->getReg(); in getRegAllocationHints()604 HintReg = getSubReg(UACCPhys, ResultOp->getSubReg()); in getRegAllocationHints()617 ResultOp = &Use.getOperand(0); in getRegAllocationHints()618 ResultReg = ResultOp->getReg(); in getRegAllocationHints()
1242 Value *ResultOp = I.getOperand(0); in visitReturnInst() local1245 if (!TrackedRetVals.empty() && !ResultOp->getType()->isStructTy()) { in visitReturnInst()1248 mergeInValue(TFRVI->second, F, getValueState(ResultOp)); in visitReturnInst()1255 if (auto *STy = dyn_cast<StructType>(ResultOp->getType())) in visitReturnInst()1259 getStructValueState(ResultOp, i)); in visitReturnInst()