Home
last modified time | relevance | path

Searched refs:getRecurrenceBinOp (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h162 static unsigned getRecurrenceBinOp(RecurrenceKind Kind);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h159 static unsigned getRecurrenceBinOp(RecurrenceKind Kind);
/external/llvm/lib/Transforms/Utils/
DLoopUtils.cpp587 unsigned RecurrenceDescriptor::getRecurrenceBinOp(RecurrenceKind Kind) { in getRecurrenceBinOp() function in RecurrenceDescriptor
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopUtils.cpp686 unsigned RecurrenceDescriptor::getRecurrenceBinOp(RecurrenceKind Kind) { in getRecurrenceBinOp() function in RecurrenceDescriptor
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3618 unsigned Op = RecurrenceDescriptor::getRecurrenceBinOp(RK); in vectorizeLoop()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3659 unsigned Op = RecurrenceDescriptor::getRecurrenceBinOp(RK); in fixReduction()