Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h343 return PredicationStyle::DataAndControlFlow; in emitGetActiveLaneMask()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h164 enum class PredicationStyle { None, Data, DataAndControlFlow }; enumerator
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1516 TTI.emitGetActiveLaneMask() == PredicationStyle::DataAndControlFlow; in useActiveLaneMaskForControlFlow()
8020 if (EmitGetActiveLaneMask == PredicationStyle::DataAndControlFlow) in createBlockInMask()