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

  /external/llvm/lib/Analysis/
CostModel.cpp 189 Value *NextLevelOp = nullptr;
195 NextLevelOp = NextLevelOpL;
208 NextLevelOp = NextLevelOpL ? R : L;
216 if (!(NextLevelBinOp = dyn_cast<BinaryOperator>(NextLevelOp)))
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
TargetTransformInfo.cpp 776 Value *NextLevelOp = nullptr;
782 NextLevelOp = NextLevelOpL;
795 NextLevelOp = NextLevelOpL ? RD->RHS : RD->LHS;
803 getReductionData(cast<Instruction>(NextLevelOp));
823 return matchPairwiseReductionAtLevel(cast<Instruction>(NextLevelOp), Level,
    [all...]

Completed in 252 milliseconds