Home
last modified time | relevance | path

Searched defs:MaxAlignment (Results 1 – 12 of 12) sorted by relevance

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_errors.cpp31 uptr MaxAlignment) { in reportAllocationAlignmentTooBig()
H A Dscudo_allocator.h59 const uptr MaxAlignment = 1 << MaxAlignmentLog; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DSafeStackLayout.h25 unsigned MaxAlignment; variable
H A DLowerEmuTLS.cpp155 Align MaxAlignment = in addEmuTlsVar() local
H A DStackColoring.cpp1342 Align MaxAlignment = std::max(MFI->getObjectAlign(FirstSlot), in runOnMachineFunction() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DELFObjectFile.cpp75 std::size_t MaxAlignment = in createELFObjectFile() local
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dreport.cpp87 void NORETURN reportAlignmentTooBig(uptr Alignment, uptr MaxAlignment) { in reportAlignmentTooBig()
H A Dcombined.h956 static const uptr MaxAlignment = 1UL << MaxAlignmentLog; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp820 MaybeAlign MaxAlignment(std::max(G->getAlignment(), NewF->getAlignment())); in mergeTwoFunctions() local
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h264 Align MaxAlignment; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp500 Align MaxAlignment = MFI.getMaxAlign(); in emitPrologue() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1232 MaybeAlign MaxAlignment; in writeModuleInfo() local