Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h382 unsigned LoopAlignment = 0; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp422 Options.LoopAlignment = CodeGenOpts.LoopAlignment; in initTargetOptions()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp588 Options.LoopAlignment = getAlignLoops(); in InitTargetOptionsFromCodeGenFlags()
H A DTargetLoweringBase.cpp2070 if (TM.Options.LoopAlignment) in getPrefLoopAlignment()
2071 return Align(TM.Options.LoopAlignment); in getPrefLoopAlignment()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def329 VALUE_CODEGENOPT(LoopAlignment , 32, 0) ///< Overrides default loop
H A DLangOptions.def441 COMPATIBLE_VALUE_LANGOPT(LoopAlignment, 32, 0, "Default alignment for loops")
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td1496 MarshallingInfoInt<CodeGenOpts<"LoopAlignment">>;