Home
last modified time | relevance | path

Searched defs:VScaleForTuning (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h91 unsigned VScaleForTuning = 1; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp3328 VPlan &Plan, ElementCount VF, std::optional<unsigned> VScaleForTuning) { in addBranchWeightToMiddleTerminator()
H A DLoopVectorize.cpp1480 std::optional<unsigned> VScaleForTuning; member in llvm::LoopVectorizationCostModel