Searched refs:updateOperand (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/IR/ |
| H A D | StructuralHash.cpp | 48 void updateOperand(Value *Operand) { in updateOperand() function in __anon01c0ca6c0111::StructuralHashImpl 81 updateOperand(Op); in updateInstruction()
|
| /src/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()
|
| /src/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()
|