Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp699 static bool updateOperand(Instruction *Inst, unsigned Idx, Instruction *Mat) { in updateOperand() function
760 if (!updateOperand(ConstUser.Inst, ConstUser.OpndIdx, Mat) && Offset) in emitBaseConstants()
783 updateOperand(ConstUser.Inst, ConstUser.OpndIdx, ClonedCastInst); in emitBaseConstants()
792 updateOperand(ConstUser.Inst, ConstUser.OpndIdx, Mat); in emitBaseConstants()
809 if (!updateOperand(ConstUser.Inst, ConstUser.OpndIdx, ConstExprInst)) { in emitBaseConstants()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp167 static bool updateOperand(FoldCandidate &Fold, in updateOperand() function
886 if (updateOperand(Fold, *TII, *TRI)) { in foldInstOperand()