/external/llvm/lib/Object/ |
D | ELFObjectFile.cpp | 27 std::size_t MaxAlignment = in createELFObjectFile() local
|
/external/llvm-project/compiler-rt/lib/scudo/ |
D | scudo_errors.cpp | 31 uptr MaxAlignment) { in reportAllocationAlignmentTooBig()
|
D | scudo_allocator.h | 59 const uptr MaxAlignment = 1 << MaxAlignmentLog; variable
|
/external/llvm/lib/CodeGen/ |
D | SafeStackLayout.h | 20 unsigned MaxAlignment; variable
|
D | LowerEmuTLS.cpp | 157 unsigned MaxAlignment = std::max( in addEmuTlsVar() local
|
D | StackColoring.cpp | 1098 unsigned MaxAlignment = std::max(MFI->getObjectAlignment(FirstSlot), in runOnMachineFunction() local
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | SafeStackLayout.h | 25 unsigned MaxAlignment; variable
|
D | LowerEmuTLS.cpp | 154 Align MaxAlignment = in addEmuTlsVar() local
|
D | StackColoring.cpp | 1344 Align MaxAlignment = std::max(MFI->getObjectAlign(FirstSlot), in runOnMachineFunction() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | SafeStackLayout.h | 25 unsigned MaxAlignment; variable
|
D | LowerEmuTLS.cpp | 159 Align MaxAlignment(std::max(DL.getABITypeAlignment(WordType), in addEmuTlsVar() local
|
D | StackColoring.cpp | 1293 unsigned MaxAlignment = std::max(MFI->getObjectAlignment(FirstSlot), in runOnMachineFunction() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | ELFObjectFile.cpp | 73 std::size_t MaxAlignment = in createELFObjectFile() local
|
/external/llvm-project/llvm/lib/Object/ |
D | ELFObjectFile.cpp | 75 std::size_t MaxAlignment = in createELFObjectFile() local
|
/external/llvm-project/llvm/unittests/CodeGen/GlobalISel/ |
D | LegalizerInfoTest.cpp | 391 const uint64_t MaxAlignment = UINT64_C(1) << 29; in TEST() local
|
/external/scudo/standalone/ |
D | report.cpp | 87 void NORETURN reportAlignmentTooBig(uptr Alignment, uptr MaxAlignment) { in reportAlignmentTooBig()
|
/external/llvm-project/compiler-rt/lib/scudo/standalone/ |
D | report.cpp | 87 void NORETURN reportAlignmentTooBig(uptr Alignment, uptr MaxAlignment) { in reportAlignmentTooBig()
|
D | combined.h | 936 static const uptr MaxAlignment = 1UL << MaxAlignmentLog; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVFrameLowering.cpp | 214 unsigned MaxAlignment = MFI.getMaxAlignment(); in emitPrologue() local
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | MergeFunctions.cpp | 820 MaybeAlign MaxAlignment(std::max(G->getAlignment(), NewF->getAlignment())); in mergeTwoFunctions() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | MergeFunctions.cpp | 821 MaybeAlign MaxAlignment(std::max(G->getAlignment(), NewF->getAlignment())); in mergeTwoFunctions() local
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineFrameInfo.h | 210 unsigned MaxAlignment = 0; variable
|
/external/compiler-rt/lib/scudo/ |
D | scudo_allocator.cpp | 267 static const uptr MaxAlignment = 1 << MaxAlignmentLog; // 16 MB member
|
/external/llvm-project/llvm/lib/Target/RISCV/ |
D | RISCVFrameLowering.cpp | 469 Align MaxAlignment = MFI.getMaxAlign(); in emitPrologue() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineFrameInfo.h | 263 Align MaxAlignment; variable
|