Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/scudo/
H A Dscudo_errors.cpp31 uptr MaxAlignment) { in reportAllocationAlignmentTooBig()
H A Dscudo_allocator.h59 const uptr MaxAlignment = 1 << MaxAlignmentLog; variable
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DSafeStackLayout.h25 Align MaxAlignment; variable
H A DLowerEmuTLS.cpp154 Align MaxAlignment = in addEmuTlsVar() local
H A DStackColoring.cpp1350 Align MaxAlignment = std::max(MFI->getObjectAlign(FirstSlot), in runOnMachineFunction() local
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dreport.cpp87 void NORETURN reportAlignmentTooBig(uptr Alignment, uptr MaxAlignment) { in reportAlignmentTooBig()
H A Dcombined.h966 static const uptr MaxAlignment = 1UL << MaxAlignmentLog; variable
/llvm-project-15.0.7/llvm/lib/Object/
H A DELFObjectFile.cpp73 std::size_t MaxAlignment = in createELFObjectFile() local
/llvm-project-15.0.7/llvm/unittests/CodeGen/GlobalISel/
H A DLegalizerInfoTest.cpp463 const uint64_t MaxAlignment = UINT64_C(1) << 29; in TEST() local
/llvm-project-15.0.7/llvm/lib/Target/CSKY/
H A DCSKYFrameLowering.cpp169 Align MaxAlignment = MFI.getMaxAlign(); in emitPrologue() local
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp825 MaybeAlign MaxAlignment(std::max(G->getAlignment(), NewF->getAlignment())); in mergeTwoFunctions() local
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h262 Align MaxAlignment; variable
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp559 Align MaxAlignment = MFI.getMaxAlign(); in emitPrologue() local
/llvm-project-15.0.7/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1204 MaybeAlign MaxAlignment; in writeModuleInfo() local
/llvm-project-15.0.7/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1259 MaybeAlign MaxAlignment; in writeModuleInfo() local