Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DCostModel.cpp189 Value *NextLevelOp = nullptr; in matchPairwiseReductionAtLevel() local
195 NextLevelOp = NextLevelOpL; in matchPairwiseReductionAtLevel()
208 NextLevelOp = NextLevelOpL ? R : L; in matchPairwiseReductionAtLevel()
216 if (!(NextLevelBinOp = dyn_cast<BinaryOperator>(NextLevelOp))) in matchPairwiseReductionAtLevel()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp776 Value *NextLevelOp = nullptr; in matchPairwiseReductionAtLevel() local
782 NextLevelOp = NextLevelOpL; in matchPairwiseReductionAtLevel()
795 NextLevelOp = NextLevelOpL ? RD->RHS : RD->LHS; in matchPairwiseReductionAtLevel()
803 getReductionData(cast<Instruction>(NextLevelOp)); in matchPairwiseReductionAtLevel()
823 return matchPairwiseReductionAtLevel(cast<Instruction>(NextLevelOp), Level, in matchPairwiseReductionAtLevel()