Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h390 unsigned LoopAlignment = 0; variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp433 Options.LoopAlignment = CodeGenOpts.LoopAlignment; in initTargetOptions()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp597 Options.LoopAlignment = getAlignLoops(); in InitTargetOptionsFromCodeGenFlags()
H A DTargetLoweringBase.cpp1996 if (TM.Options.LoopAlignment) in getPrefLoopAlignment()
1997 return Align(TM.Options.LoopAlignment); in getPrefLoopAlignment()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def339 VALUE_CODEGENOPT(LoopAlignment , 32, 0) ///< Overrides default loop
H A DLangOptions.def458 COMPATIBLE_VALUE_LANGOPT(LoopAlignment, 32, 0, "Default alignment for loops")
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td1589 MarshallingInfoInt<CodeGenOpts<"LoopAlignment">>;