Home
last modified time | relevance | path

Searched refs:setMaxBytesForAlignment (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h536 setMaxBytesForAlignment(MaxBytes);
543 void setMaxBytesForAlignment(unsigned MaxBytes) {
H A DTargetLowering.h2464 void setMaxBytesForAlignment(unsigned MaxBytes) { in setMaxBytesForAlignment() function
/llvm-project-15.0.7/llvm/tools/llvm-reduce/
H A DReducerWorkItem.cpp219 DstMBB->setMaxBytesForAlignment(SrcMBB.getMaxBytesForAlignment()); in cloneMF()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp2944 ChainBB->setMaxBytesForAlignment(MaxBytes); in alignBlocks()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp936 setMaxBytesForAlignment(STI.getMaxBytesForLoopAlignment()); in AArch64TargetLowering()