Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDVPlanTransforms.h78 bool DataAndControlFlowWithoutRuntimeCheck);
HDVPlanTransforms.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()
HDLoopVectorize.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-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64TargetTransformInfo.h368 ? TailFoldingStyle::DataAndControlFlowWithoutRuntimeCheck in getPreferredTailFoldingStyle()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDTargetTransformInfo.h194 DataAndControlFlowWithoutRuntimeCheck, enumerator