Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp704 static bool updateOperand(Instruction *Inst, unsigned Idx, Instruction *Mat) { in updateOperand() function
761 if (!updateOperand(Adj->User.Inst, Adj->User.OpndIdx, Mat) && Adj->Offset) in emitBaseConstants()
784 updateOperand(Adj->User.Inst, Adj->User.OpndIdx, ClonedCastInst); in emitBaseConstants()
793 updateOperand(Adj->User.Inst, Adj->User.OpndIdx, Mat); in emitBaseConstants()
809 if (!updateOperand(Adj->User.Inst, Adj->User.OpndIdx, ConstExprInst)) { in emitBaseConstants()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp207 bool updateOperand(FoldCandidate &Fold) const;
608 bool SIFoldOperandsImpl::updateOperand(FoldCandidate &Fold) const { in updateOperand() function in SIFoldOperandsImpl
1773 if (updateOperand(Fold)) { in foldInstOperand()