Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h2119 void setPrefLoopAlignment(Align Alignment) { PrefLoopAlignment = Alignment; } in setPrefLoopAlignment() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1292 setPrefLoopAlignment(Align(16)); in HexagonTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp689 setPrefLoopAlignment(Align(1ULL << STI.getPrefLoopLogAlignment())); in AArch64TargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp1249 setPrefLoopAlignment(Align(16)); in PPCTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp1483 setPrefLoopAlignment(Align(1ULL << Subtarget->getPrefLoopLogAlignment())); in ARMTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp2044 setPrefLoopAlignment(Align(1ULL << ExperimentalPrefLoopAlignment)); in X86TargetLowering()