Home
last modified time | relevance | path

Searched refs:NumStackBytes (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dprologue-epilogue-remarks.mir13 # CHECK-NEXT: - NumStackBytes: '16'
31 # CHECK-NEXT: - NumStackBytes: '32'
49 # CHECK-NEXT: - NumStackBytes: '1040'
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dprologue-epilogue-remarks.mir19 # CHECK-NEXT: - NumStackBytes: '8'
38 # CHECK-NEXT: - NumStackBytes: '20'
56 # CHECK-NEXT: - NumStackBytes: '1024'
/llvm-project-15.0.7/llvm/test/tools/llvm-remark-size-diff/Inputs/
H A D2-identical-func-1-instr-1-stack.yaml6 - NumStackBytes: '1'
22 - NumStackBytes: '1'
H A Dno-instruction-count-remarks.yaml6 - NumStackBytes: '1'
H A D1-func-2-instr-2-stack.yaml6 - NumStackBytes: '2'
H A D1-func-1-instr-1-stack.yaml6 - NumStackBytes: '1'
H A Dunexpected-key.yaml6 - NumStackBytes: '1'
H A Dinconvertible-integer.yaml6 - NumStackBytes: '1'
/llvm-project-15.0.7/compiler-rt/lib/memprof/
H A Dmemprof_rawprofile.cpp215 const u64 NumStackBytes = RoundUpTo(StackSizeBytes(StackIds), 8); in SerializeToRawProfile() local
221 sizeof(Header) + NumSegmentBytes + NumStackBytes + NumMIBInfoBytes, 8); in SerializeToRawProfile()
241 SerializeStackToBuffer(StackIds, NumStackBytes, Ptr); in SerializeToRawProfile()