Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2281 void setPrefLoopAlignment(Align Alignment) { PrefLoopAlignment = Alignment; } in setPrefLoopAlignment() function
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1442 setPrefLoopAlignment(Align(16)); in HexagonTargetLowering()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp1392 setPrefLoopAlignment(Align(16)); in PPCTargetLowering()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp940 setPrefLoopAlignment(Align(1ULL << STI.getPrefLoopLogAlignment())); in AArch64TargetLowering()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1551 setPrefLoopAlignment(Align(1ULL << Subtarget->getPrefLoopLogAlignment())); in ARMTargetLowering()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp2071 setPrefLoopAlignment(Align(1ULL << ExperimentalPrefLoopAlignment)); in X86TargetLowering()