Home
last modified time | relevance | path

Searched refs:getRecurrenceType (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h230 Type *getRecurrenceType() { return RecurrenceType; } in getRecurrenceType() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h224 Type *getRecurrenceType() { return RecurrenceType; } in getRecurrenceType() function
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3595 if (VF > 1 && Phi->getType() != RdxDesc.getRecurrenceType()) { in vectorizeLoop()
3596 Type *RdxVecTy = VectorType::get(RdxDesc.getRecurrenceType(), VF); in vectorizeLoop()
3667 if (Phi->getType() != RdxDesc.getRecurrenceType()) in vectorizeLoop()
5351 T = RdxDesc.getRecurrenceType(); in getSmallestAndWidestTypes()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3631 if (VF > 1 && Phi->getType() != RdxDesc.getRecurrenceType()) { in fixReduction()
3632 Type *RdxVecTy = VectorType::get(RdxDesc.getRecurrenceType(), VF); in fixReduction()
3679 if (Phi->getType() != RdxDesc.getRecurrenceType()) in fixReduction()
5107 T = RdxDesc.getRecurrenceType(); in getSmallestAndWidestTypes()