Home
last modified time | relevance | path

Searched refs:DataAndControlFlow (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h352 return PredicationStyle::DataAndControlFlow; in emitGetActiveLaneMask()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h165 enum class PredicationStyle { None, Data, DataAndControlFlow }; enumerator
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1548 TTI.emitGetActiveLaneMask() == PredicationStyle::DataAndControlFlow; in useActiveLaneMaskForControlFlow()
8107 if (EmitGetActiveLaneMask == PredicationStyle::DataAndControlFlow) in createBlockInMask()