Home
last modified time | relevance | path

Searched refs:StackMap (Results 1 – 17 of 17) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dstackmap-liveness.ll30 ; StackMap 1 (no liveness information available)
42 ; StackMap 1 (patchpoint liveness information enabled)
63 ; StackMap 2 (no liveness information available)
75 ; StackMap 2 (patchpoint liveness information enabled)
109 ; StackMap 3 (no liveness information available)
121 ; StackMap 3 (patchpoint liveness information enabled)
148 ; StackMap 4 (patchpoint liveness information enabled)
160 ; StackMap 5 (patchpoint liveness information enabled)
H A DO0-pipeline.ll70 ; CHECK-NEXT: StackMap Liveness Analysis
H A Dstatepoint-stackmap-format.ll5 ; StackMap sections correctly. This is not intended to be a rigorous test of
6 ; the StackMap format (see the stackmap tests for that).
H A Dstatepoint-vector.ll116 ; a representation of larger than 64 bit constant in the StackMap format. At
H A Dopt-pipeline.ll203 ; CHECK-NEXT: StackMap Liveness Analysis
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DRawMemProfReader.cpp235 OS << " NumStackOffsets: " << StackMap.size() << "\n"; in printYAML()
321 auto It = StackMap.find(StackId); in mapRawProfileToRecords()
322 if (It == StackMap.end()) in mapRawProfileToRecords()
401 for (auto &Entry : StackMap) { in symbolizeAndFilterStackFrames()
454 StackMap.erase(Id); in symbolizeAndFilterStackFrames()
458 if (StackMap.empty()) in symbolizeAndFilterStackFrames()
501 if (StackMap.empty()) { in readRawProfile()
502 StackMap = CSM; in readRawProfile()
504 if (mergeStackMap(CSM, StackMap)) in readRawProfile()
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DRawMemProfReader.h80 CallstackProfileData(Prof), StackMap(SM), KeepSymbolName(KeepName) { in Symbolizer()
137 CallStackMap StackMap; variable
/llvm-project-15.0.7/llvm/test/CodeGen/RISCV/
H A DO0-pipeline.ll55 ; CHECK-NEXT: StackMap Liveness Analysis
H A DO3-pipeline.ll158 ; CHECK-NEXT: StackMap Liveness Analysis
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A DO0-pipeline.ll68 ; CHECK-NEXT: StackMap Liveness Analysis
H A DO3-pipeline.ll220 ; CHECK-NEXT: StackMap Liveness Analysis
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/
H A Dstackmap.test12 # EMPTY: LLVM StackMap Version: 3
/llvm-project-15.0.7/llvm/test/Object/
H A Dstackmap-dump.test6 CHECK: LLVM StackMap Version: 3
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A DO3-pipeline.ll188 ; CHECK-NEXT: StackMap Liveness Analysis
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A DO3-pipeline.ll205 ; CHECK-NEXT: StackMap Liveness Analysis
/llvm-project-15.0.7/llvm/docs/
H A DStatepoints.rst230 The relevant parts of the StackMap section for our example are:
250 utility pass. As such, its full StackMap can be easily examined with the
H A DStackMaps.rst514 Support for StackMap generation and the related intrinsics requires