Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.cpp592 const MachineOperand *ResultOp = nullptr; in getRegAllocationHints() local
596 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()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp1242 Value *ResultOp = I.getOperand(0); in visitReturnInst() local
1245 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()