Searched refs:updateOperand (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | ConstantHoisting.cpp | 731 static bool updateOperand(Instruction *Inst, unsigned Idx, Instruction *Mat) { in updateOperand() function 788 if (!updateOperand(Adj->User.Inst, Adj->User.OpndIdx, Mat) && Adj->Offset) in emitBaseConstants() 811 updateOperand(Adj->User.Inst, Adj->User.OpndIdx, ClonedCastInst); in emitBaseConstants() 820 updateOperand(Adj->User.Inst, Adj->User.OpndIdx, Mat); in emitBaseConstants() 836 if (!updateOperand(Adj->User.Inst, Adj->User.OpndIdx, ConstExprInst)) { in emitBaseConstants()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIFoldOperands.cpp | 81 bool updateOperand(FoldCandidate &Fold) const; 357 bool SIFoldOperands::updateOperand(FoldCandidate &Fold) const { in updateOperand() function in SIFoldOperands 1425 if (updateOperand(Fold)) { in foldInstOperand()
|