HomeSort by relevance Sort by last modified time
    Searched refs:updateOperand (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Transforms/Scalar/
ConstantHoisting.cpp 451 static bool updateOperand(Instruction *Inst, unsigned Idx, Instruction *Mat) {
495 if (!updateOperand(ConstUser.Inst, ConstUser.OpndIdx, Mat) && Offset)
518 updateOperand(ConstUser.Inst, ConstUser.OpndIdx, ClonedCastInst);
536 if (!updateOperand(ConstUser.Inst, ConstUser.OpndIdx, ConstExprInst)) {
  /external/llvm/lib/Target/AMDGPU/
SIFoldOperands.cpp 99 static bool updateOperand(FoldCandidate &Fold,
369 if (updateOperand(Fold, TRI)) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
ConstantHoisting.cpp 610 static bool updateOperand(Instruction *Inst, unsigned Idx, Instruction *Mat) {
655 if (!updateOperand(ConstUser.Inst, ConstUser.OpndIdx, Mat) && Offset)
678 updateOperand(ConstUser.Inst, ConstUser.OpndIdx, ClonedCastInst);
696 if (!updateOperand(ConstUser.Inst, ConstUser.OpndIdx, ConstExprInst)) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIFoldOperands.cpp 156 static bool updateOperand(FoldCandidate &Fold,
747 if (updateOperand(Fold, *TRI)) {
    [all...]

Completed in 91 milliseconds