Home
last modified time | relevance | path

Searched refs:isReverse (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DVectorUtils.h638 bool isReverse() const { return Reverse; } in isReverse() function
729 assert(!isReverse() && "Group should have been invalidated"); in requiresScalarEpilogue()
H A DTargetTransformInfoImpl.h1232 if (Shuffle->isReverse()) in getInstructionCost()
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp1065 IG->getFactor(), IG->isReverse(), IG->getAlign()); in visitBlock()
1073 Align(IG->isReverse() ? (-1) * int(IG->getFactor()) in visitBlock()
H A DLoopVectorize.cpp2609 assert((!BlockInMask || !Group->isReverse()) && in vectorizeInterleaveGroup()
2618 if (Group->isReverse()) in vectorizeInterleaveGroup()
2713 if (Group->isReverse()) in vectorizeInterleaveGroup()
2751 if (Group->isReverse()) in vectorizeInterleaveGroup()
4576 if (Group->isReverse()) in interleavedAccessCanBeWidened()
6540 if (Group->isReverse()) { in getInterleaveGroupCost()
H A DVPlan.h1702 bool isReverse() const { return Reverse; } in isReverse() function
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DVectorUtils.cpp944 assert(!Group.isReverse() && "Reversed group not supported."); in createBitMaskForGaps()
1444 if (Group->isReverse()) { in analyzeInterleaving()
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp2869 Shuf->hasOneUse() && Shuf->isReverse()) { in visitBitCast()
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DInstructions.h2230 bool isReverse() const {