Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64Subtarget.h93 unsigned PrefLoopAlignment = 0; variable
204 unsigned getPrefLoopAlignment() const { return PrefLoopAlignment; } in getPrefLoopAlignment()
DAArch64Subtarget.cpp67 PrefLoopAlignment = 3; in initializeProperties()
/external/llvm/include/llvm/Target/
DTargetLowering.h1069 return PrefLoopAlignment;
1545 PrefLoopAlignment = Align; in setPrefLoopAlignment()
1973 unsigned PrefLoopAlignment; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h1596 return PrefLoopAlignment;
2119 void setPrefLoopAlignment(Align Alignment) { PrefLoopAlignment = Alignment; } in setPrefLoopAlignment()
2707 Align PrefLoopAlignment; variable
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetLowering.h1736 return PrefLoopAlignment;
2268 void setPrefLoopAlignment(Align Alignment) { PrefLoopAlignment = Alignment; } in setPrefLoopAlignment()
2887 Align PrefLoopAlignment; variable
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp825 PrefLoopAlignment = 0; in TargetLoweringBase()