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.h78 bool DataAndControlFlowWithoutRuntimeCheck);
H A DVPlanTransforms.cpp1260 VPlan &Plan, bool DataAndControlFlowWithoutRuntimeCheck) { in addVPLaneMaskPhiAndUpdateExitBranch() argument
1282 if (!DataAndControlFlowWithoutRuntimeCheck) { in addVPLaneMaskPhiAndUpdateExitBranch()
1377 bool DataAndControlFlowWithoutRuntimeCheck) { in addActiveLaneMask() argument
1378 assert((!DataAndControlFlowWithoutRuntimeCheck || in addActiveLaneMask()
1393 Plan, DataAndControlFlowWithoutRuntimeCheck); in addActiveLaneMask()
H A DLoopVectorize.cpp258 clEnumValN(TailFoldingStyle::DataAndControlFlowWithoutRuntimeCheck,
2129 Style == TailFoldingStyle::DataAndControlFlowWithoutRuntimeCheck; in useActiveLaneMask()
2134 Style == TailFoldingStyle::DataAndControlFlowWithoutRuntimeCheck; in useActiveLaneMaskForControlFlow()
2494 Style != TailFoldingStyle::DataAndControlFlowWithoutRuntimeCheck) { in emitIterationCountCheck()
8707 Style == TailFoldingStyle::DataAndControlFlowWithoutRuntimeCheck; in tryToBuildVPlanWithVPRecipes()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h368 ? TailFoldingStyle::DataAndControlFlowWithoutRuntimeCheck in getPreferredTailFoldingStyle()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h194 DataAndControlFlowWithoutRuntimeCheck, enumerator