Home
last modified time | relevance | path

Searched refs:LoopAlignment (Results 1 – 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Target/
HDTargetOptions.h390 unsigned LoopAlignment = 0; variable
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDBackendUtil.cpp433 Options.LoopAlignment = CodeGenOpts.LoopAlignment; in initTargetOptions()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDCommandFlags.cpp597 Options.LoopAlignment = getAlignLoops(); in InitTargetOptionsFromCodeGenFlags()
HDTargetLoweringBase.cpp1996 if (TM.Options.LoopAlignment) in getPrefLoopAlignment()
1997 return Align(TM.Options.LoopAlignment); in getPrefLoopAlignment()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDCodeGenOptions.def339 VALUE_CODEGENOPT(LoopAlignment , 32, 0) ///< Overrides default loop
HDLangOptions.def458 COMPATIBLE_VALUE_LANGOPT(LoopAlignment, 32, 0, "Default alignment for loops")
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Driver/
HDOptions.td1589 MarshallingInfoInt<CodeGenOpts<"LoopAlignment">>;