Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h567 setMaxBytesForAlignment(MaxBytes);
574 void setMaxBytesForAlignment(unsigned MaxBytes) {
H A DTargetLowering.h2530 void setMaxBytesForAlignment(unsigned MaxBytes) { in setMaxBytesForAlignment() function
/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/
H A DReducerWorkItem.cpp240 DstMBB->setMaxBytesForAlignment(SrcMBB.getMaxBytesForAlignment()); in cloneMF()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp2956 ChainBB->setMaxBytesForAlignment(MaxBytes); in alignBlocks()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp1002 setMaxBytesForAlignment(STI.getMaxBytesForLoopAlignment()); in AArch64TargetLowering()