Home
last modified time | relevance | path

Searched refs:getMaxBytesForAlignment (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchSubtarget.h105 unsigned getMaxBytesForAlignment() const { return MaxBytesForAlignment; } in getMaxBytesForAlignment() function
H A DLoongArchISelLowering.cpp363 setMaxBytesForAlignment(Subtarget.getMaxBytesForAlignment()); in LoongArchTargetLowering()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h622 unsigned getMaxBytesForAlignment() const { return MaxBytesForAlignment; }
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3975 emitAlignment(Alignment, nullptr, MBB.getMaxBytesForAlignment()); in emitBasicBlockStart()