Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Target/
H A DTargetOptions.h373 unsigned LoopAlignment = 0; variable
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DBackendUtil.cpp446 Options.LoopAlignment = CodeGenOpts.LoopAlignment; in initTargetOptions()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCommandFlags.cpp563 Options.LoopAlignment = getAlignLoops(); in InitTargetOptionsFromCodeGenFlags()
H A DTargetLoweringBase.cpp2023 if (TM.Options.LoopAlignment) in getPrefLoopAlignment()
2024 return Align(TM.Options.LoopAlignment); in getPrefLoopAlignment()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DCodeGenOptions.def326 VALUE_CODEGENOPT(LoopAlignment , 32, 0) ///< Overrides default loop
H A DLangOptions.def422 COMPATIBLE_VALUE_LANGOPT(LoopAlignment, 32, 0, "Default alignment for loops")
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td1151 MarshallingInfoInt<CodeGenOpts<"LoopAlignment">>;