Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DStructuralHash.cpp48 void updateOperand(Value *Operand) { in updateOperand() function in __anon1148daad0111::StructuralHashImpl
81 updateOperand(Op); in updateInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp726 static bool updateOperand(Instruction *Inst, unsigned Idx, Instruction *Mat) { in updateOperand() function
781 if (!updateOperand(Adj->User.Inst, Adj->User.OpndIdx, Mat) && Adj->Offset) in emitBaseConstants()
804 updateOperand(Adj->User.Inst, Adj->User.OpndIdx, ClonedCastInst); in emitBaseConstants()
813 updateOperand(Adj->User.Inst, Adj->User.OpndIdx, Mat); in emitBaseConstants()
828 if (!updateOperand(Adj->User.Inst, Adj->User.OpndIdx, ConstExprInst)) { in emitBaseConstants()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp81 bool updateOperand(FoldCandidate &Fold) const;
355 bool SIFoldOperands::updateOperand(FoldCandidate &Fold) const { in updateOperand() function in SIFoldOperands
1405 if (updateOperand(Fold)) { in foldInstOperand()