Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp98 PrefLoopAlignment = 3; in initializeProperties()
104 PrefLoopAlignment = 4; in initializeProperties()
133 PrefLoopAlignment = 2; in initializeProperties()
147 PrefLoopAlignment = 2; in initializeProperties()
154 PrefLoopAlignment = 2; in initializeProperties()
H A DAArch64Subtarget.h183 unsigned PrefLoopAlignment = 0; variable
340 unsigned getPrefLoopAlignment() const { return PrefLoopAlignment; } in getPrefLoopAlignment()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMSubtarget.h447 unsigned PrefLoopAlignment = 0; variable
819 return PrefLoopAlignment; in getPrefLoopAlignment()
H A DARMSubtarget.cpp297 PrefLoopAlignment = 3; in initSubtargetFeatures()
H A DARM.td268 def FeaturePrefLoopAlign32 : SubtargetFeature<"loop-align", "PrefLoopAlignment","2",
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1484 return PrefLoopAlignment;
2019 PrefLoopAlignment = Align; in setPrefLoopAlignment()
2546 unsigned PrefLoopAlignment; variable
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp559 PrefLoopAlignment = 0; in TargetLoweringBase()