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.h384 unsigned LoopAlignment = 0; variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp468 Options.LoopAlignment = CodeGenOpts.LoopAlignment; in initTargetOptions()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp603 Options.LoopAlignment = getAlignLoops(); in InitTargetOptionsFromCodeGenFlags()
H A DTargetLoweringBase.cpp2103 if (TM.Options.LoopAlignment) in getPrefLoopAlignment()
2104 return Align(TM.Options.LoopAlignment); in getPrefLoopAlignment()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def346 VALUE_CODEGENOPT(LoopAlignment , 32, 0, Benign) ///< Overrides default loop
H A DLangOptions.def426 VALUE_LANGOPT(LoopAlignment, 32, 0, Compatible, "Default alignment for loops")
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td1554 MarshallingInfoInt<CodeGenOpts<"LoopAlignment">>;