Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.h78 bool DataAndControlFlowWithoutRuntimeCheck);
H A DVPlanTransforms.cpp1056 VPlan &Plan, bool DataAndControlFlowWithoutRuntimeCheck) { in addVPLaneMaskPhiAndUpdateExitBranch() argument
1078 if (!DataAndControlFlowWithoutRuntimeCheck) { in addVPLaneMaskPhiAndUpdateExitBranch()
1128 bool DataAndControlFlowWithoutRuntimeCheck) { in addActiveLaneMask() argument
1129 assert((!DataAndControlFlowWithoutRuntimeCheck || in addActiveLaneMask()
1144 Plan, DataAndControlFlowWithoutRuntimeCheck); in addActiveLaneMask()
H A DLoopVectorize.cpp251 TailFoldingStyle::DataAndControlFlowWithoutRuntimeCheck,
2254 Style == TailFoldingStyle::DataAndControlFlowWithoutRuntimeCheck; in useActiveLaneMask()
2259 Style == TailFoldingStyle::DataAndControlFlowWithoutRuntimeCheck; in useActiveLaneMaskForControlFlow()
2921 Style != TailFoldingStyle::DataAndControlFlowWithoutRuntimeCheck) { in emitIterationCountCheck()
8908 Style == TailFoldingStyle::DataAndControlFlowWithoutRuntimeCheck; in tryToBuildVPlanWithVPRecipes()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h368 ? TailFoldingStyle::DataAndControlFlowWithoutRuntimeCheck in getPreferredTailFoldingStyle()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h193 DataAndControlFlowWithoutRuntimeCheck enumerator