Home
last modified time | relevance | path

Searched refs:DataAndControlFlowWithoutRuntimeCheck (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.h147 bool DataAndControlFlowWithoutRuntimeCheck);
H A DVPlanTransforms.cpp1977 VPlan &Plan, bool DataAndControlFlowWithoutRuntimeCheck) { in addVPLaneMaskPhiAndUpdateExitBranch() argument
1999 if (!DataAndControlFlowWithoutRuntimeCheck) { in addVPLaneMaskPhiAndUpdateExitBranch()
2094 bool DataAndControlFlowWithoutRuntimeCheck) { in addActiveLaneMask() argument
2095 assert((!DataAndControlFlowWithoutRuntimeCheck || in addActiveLaneMask()
2110 Plan, DataAndControlFlowWithoutRuntimeCheck); in addActiveLaneMask()
H A DLoopVectorize.cpp252 clEnumValN(TailFoldingStyle::DataAndControlFlowWithoutRuntimeCheck,
2031 Style == TailFoldingStyle::DataAndControlFlowWithoutRuntimeCheck; in useActiveLaneMask()
2036 Style == TailFoldingStyle::DataAndControlFlowWithoutRuntimeCheck; in useActiveLaneMaskForControlFlow()
2374 Style != TailFoldingStyle::DataAndControlFlowWithoutRuntimeCheck) { in createIterationCountCheck()
8905 Style == TailFoldingStyle::DataAndControlFlowWithoutRuntimeCheck; in tryToBuildVPlanWithVPRecipes()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h415 ? TailFoldingStyle::DataAndControlFlowWithoutRuntimeCheck in getPreferredTailFoldingStyle()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h198 DataAndControlFlowWithoutRuntimeCheck, enumerator