Home
last modified time | relevance | path

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

12

/external/llvm/lib/Object/
DELFObjectFile.cpp27 std::size_t MaxAlignment = in createELFObjectFile() local
/external/llvm-project/compiler-rt/lib/scudo/
Dscudo_errors.cpp31 uptr MaxAlignment) { in reportAllocationAlignmentTooBig()
Dscudo_allocator.h59 const uptr MaxAlignment = 1 << MaxAlignmentLog; variable
/external/llvm/lib/CodeGen/
DSafeStackLayout.h20 unsigned MaxAlignment; variable
DLowerEmuTLS.cpp157 unsigned MaxAlignment = std::max( in addEmuTlsVar() local
DStackColoring.cpp1098 unsigned MaxAlignment = std::max(MFI->getObjectAlignment(FirstSlot), in runOnMachineFunction() local
/external/llvm-project/llvm/lib/CodeGen/
DSafeStackLayout.h25 unsigned MaxAlignment; variable
DLowerEmuTLS.cpp154 Align MaxAlignment = in addEmuTlsVar() local
DStackColoring.cpp1344 Align MaxAlignment = std::max(MFI->getObjectAlign(FirstSlot), in runOnMachineFunction() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSafeStackLayout.h25 unsigned MaxAlignment; variable
DLowerEmuTLS.cpp159 Align MaxAlignment(std::max(DL.getABITypeAlignment(WordType), in addEmuTlsVar() local
DStackColoring.cpp1293 unsigned MaxAlignment = std::max(MFI->getObjectAlignment(FirstSlot), in runOnMachineFunction() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DELFObjectFile.cpp73 std::size_t MaxAlignment = in createELFObjectFile() local
/external/llvm-project/llvm/lib/Object/
DELFObjectFile.cpp75 std::size_t MaxAlignment = in createELFObjectFile() local
/external/llvm-project/llvm/unittests/CodeGen/GlobalISel/
DLegalizerInfoTest.cpp391 const uint64_t MaxAlignment = UINT64_C(1) << 29; in TEST() local
/external/scudo/standalone/
Dreport.cpp87 void NORETURN reportAlignmentTooBig(uptr Alignment, uptr MaxAlignment) { in reportAlignmentTooBig()
/external/llvm-project/compiler-rt/lib/scudo/standalone/
Dreport.cpp87 void NORETURN reportAlignmentTooBig(uptr Alignment, uptr MaxAlignment) { in reportAlignmentTooBig()
Dcombined.h936 static const uptr MaxAlignment = 1UL << MaxAlignmentLog; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVFrameLowering.cpp214 unsigned MaxAlignment = MFI.getMaxAlignment(); in emitPrologue() local
/external/llvm-project/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp820 MaybeAlign MaxAlignment(std::max(G->getAlignment(), NewF->getAlignment())); in mergeTwoFunctions() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp821 MaybeAlign MaxAlignment(std::max(G->getAlignment(), NewF->getAlignment())); in mergeTwoFunctions() local
/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h210 unsigned MaxAlignment = 0; variable
/external/compiler-rt/lib/scudo/
Dscudo_allocator.cpp267 static const uptr MaxAlignment = 1 << MaxAlignmentLog; // 16 MB member
/external/llvm-project/llvm/lib/Target/RISCV/
DRISCVFrameLowering.cpp469 Align MaxAlignment = MFI.getMaxAlign(); in emitPrologue() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h263 Align MaxAlignment; variable

12