Searched refs:StackMap (Results 1 – 17 of 17) sorted by relevance
30 ; 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)
70 ; CHECK-NEXT: StackMap Liveness Analysis
5 ; StackMap sections correctly. This is not intended to be a rigorous test of6 ; the StackMap format (see the stackmap tests for that).
116 ; a representation of larger than 64 bit constant in the StackMap format. At
203 ; CHECK-NEXT: StackMap Liveness Analysis
235 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()
80 CallstackProfileData(Prof), StackMap(SM), KeepSymbolName(KeepName) { in Symbolizer()137 CallStackMap StackMap; variable
55 ; CHECK-NEXT: StackMap Liveness Analysis
158 ; CHECK-NEXT: StackMap Liveness Analysis
68 ; CHECK-NEXT: StackMap Liveness Analysis
220 ; CHECK-NEXT: StackMap Liveness Analysis
12 # EMPTY: LLVM StackMap Version: 3
6 CHECK: LLVM StackMap Version: 3
188 ; CHECK-NEXT: StackMap Liveness Analysis
205 ; CHECK-NEXT: StackMap Liveness Analysis
230 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
514 Support for StackMap generation and the related intrinsics requires