Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTargetOptions.h373 unsigned LoopAlignment = 0; variable
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DBackendUtil.cpp434 Options.LoopAlignment = CodeGenOpts.LoopAlignment; in initTargetOptions()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCommandFlags.cpp561 Options.LoopAlignment = getAlignLoops(); in InitTargetOptionsFromCodeGenFlags()
H A DTargetLoweringBase.cpp2038 if (TM.Options.LoopAlignment) in getPrefLoopAlignment()
2039 return Align(TM.Options.LoopAlignment); in getPrefLoopAlignment()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DCodeGenOptions.def321 VALUE_CODEGENOPT(LoopAlignment , 32, 0) ///< Overrides default loop
H A DLangOptions.def419 COMPATIBLE_VALUE_LANGOPT(LoopAlignment, 32, 0, "Default alignment for loops")
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td1137 MarshallingInfoInt<CodeGenOpts<"LoopAlignment">>;