| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | deopt-bundles.ll | 10 ; STACKMAPS: Stack Maps: callsite 2882400015 11 ; STACKMAPS-NEXT: Stack Maps: has 4 locations 17 ; STACKMAPS-NEXT: Stack Maps: callsite 4242 18 ; STACKMAPS-NEXT: Stack Maps: has 4 locations 24 ; STACKMAPS-NEXT: Stack Maps: callsite 4243 25 ; STACKMAPS-NEXT: Stack Maps: has 4 locations 32 ; STACKMAPS-NEXT: Stack Maps: has 4 locations 39 ; STACKMAPS-NEXT: Stack Maps: has 4 locations 45 ; STACKMAPS-NEXT: Stack Maps: callsite 4243 46 ; STACKMAPS-NEXT: Stack Maps: has 4 locations [all …]
|
| H A D | deopt-intrinsic.ll | 40 ; STACKMAPS: Stack Maps: callsites: 41 ; STACKMAPS-NEXT: Stack Maps: callsite 2882400015 42 ; STACKMAPS-NEXT: Stack Maps: has 4 locations 43 ; STACKMAPS-NEXT: Stack Maps: Loc 0: Constant 0 [encoding: .byte 4, .byte 0, .short 8, .short 0, … 44 ; STACKMAPS-NEXT: Stack Maps: Loc 1: Constant 0 [encoding: .byte 4, .byte 0, .short 8, .short 0, … 45 ; STACKMAPS-NEXT: Stack Maps: Loc 2: Constant 1 [encoding: .byte 4, .byte 0, .short 8, .short 0, … 46 ; STACKMAPS-NEXT: Stack Maps: Loc 3: Constant 0 [encoding: .byte 4, .byte 0, .short 8, .short 0, … 47 ; STACKMAPS-NEXT: Stack Maps: has 0 live-out registers 48 ; STACKMAPS-NEXT: Stack Maps: callsite 2882400015 49 ; STACKMAPS-NEXT: Stack Maps: has 4 locations [all …]
|
| H A D | deopt-intrinsic-cconv.ll | 27 ; STACKMAPS: Stack Maps: callsites: 28 ; STACKMAPS-NEXT: Stack Maps: callsite 2882400015 29 ; STACKMAPS-NEXT: Stack Maps: has 4 locations 30 ; STACKMAPS-NEXT: Stack Maps: Loc 0: Constant 12 [encoding: .byte 4, .byte 0, .short 8, .short 0,… 31 ; STACKMAPS-NEXT: Stack Maps: Loc 1: Constant 0 [encoding: .byte 4, .byte 0, .short 8, .short 0, … 32 ; STACKMAPS-NEXT: Stack Maps: Loc 2: Constant 1 [encoding: .byte 4, .byte 0, .short 8, .short 0, … 33 ; STACKMAPS-NEXT: Stack Maps: Loc 3: Constant 3 [encoding: .byte 4, .byte 0, .short 8, .short 0, … 34 ; STACKMAPS-NEXT: Stack Maps: has 0 live-out registers
|
| H A D | statepoint-vector.ll | 142 ; Stack Maps: Loc 3: Indirect 7+0 [encoding: .byte 3, .byte 0, .short 16, .short 7, .short 0, .in… 143 ; Stack Maps: Loc 4: Indirect 7+0 [encoding: .byte 3, .byte 0, .short 16, .short 7, .short 0, .in… 159 ; Stack Maps: Loc 3: Indirect 7+16 [encoding: .byte 3, .byte 0, .short 16, .short 7, .short 0, .i… 160 ; Stack Maps: Loc 4: Indirect 7+0 [encoding: .byte 3, .byte 0, .short 16, .short 7, .short 0, .in… 176 ; Stack Maps: Loc 3: Indirect 7+16 [encoding: .byte 3, .byte 0, .short 16, .short 7, .short 0, .i… 177 ; Stack Maps: Loc 4: Indirect 7+16 [encoding: .byte 3, .byte 0, .short 16, .short 7, .short 0, .i… 178 ; Stack Maps: Loc 5: Indirect 7+16 [encoding: .byte 3, .byte 0, .short 16, .short 7, .short 0, .i… 179 ; Stack Maps: Loc 6: Indirect 7+0 [encoding: .byte 3, .byte 0, .short 16, .short 7, .short 0, .in…
|
| /llvm-project-15.0.7/libcxx/benchmarks/ |
| H A D | map.bench.cpp | 115 auto& Map = Data.Maps.front(); in run() 136 auto& Map = Data.Maps.front(); in run() 158 for (auto& Map : Data.Maps) { in run() 180 auto& Map = Data.Maps.front(); in run() 199 auto& Map = Data.Maps.front(); in run() 286 auto& Map = Data.Maps[I]; in run() 317 auto& Map = Data.Maps[I]; in run() 405 auto& Map = Data.Maps[I]; in run() 436 auto& Map = Data.Maps[I]; in run() 525 auto& Map = Data.Maps[I]; in run() [all …]
|
| /llvm-project-15.0.7/bolt/lib/Profile/ |
| H A D | BoltAddressTranslation.cpp | 78 Maps.insert(std::pair<uint64_t, MapTy>(Function.getOutputAddress(), Map)); in write() 91 Maps.insert(std::pair<uint64_t, MapTy>(Function.cold().getAddress(), Map)); in write() 96 const uint32_t NumFuncs = Maps.size(); in write() 99 for (auto &MapEntry : Maps) { in write() 123 outs() << "BOLT-INFO: Wrote " << Maps.size() << " BAT maps\n"; in write() 171 Maps.insert(std::pair<uint64_t, MapTy>(Address, Map)); in parse() 189 outs() << "BOLT-INFO: Parsed " << Maps.size() << " BAT entries\n"; in parse() 199 auto Iter = Maps.find(Func.getAddress()); in translate() 200 if (Iter == Maps.end()) in translate() 232 auto Iter = Maps.find(Func.getAddress()); in getFallthroughsInTrace() [all …]
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/ |
| H A D | LinuxProcMaps.cpp | 17 enum class MapsKind { Maps, SMaps }; enumerator 22 kind == MapsKind::Maps ? "maps" : "smaps"); in ProcMapError() 128 if (!callback(ParseMemoryRegionInfoFromProcMapsLine(line, MapsKind::Maps))) in ParseLinuxMapRegions()
|
| /llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | Speculation.h | 49 auto Position = Maps.find(StubSymbol); in getImplFor() 50 if (Position != Maps.end()) in getImplFor() 57 ImapTy Maps; variable
|
| /llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/ |
| H A D | MsgPackDocument.h | 275 std::vector<std::unique_ptr<DocNode::MapTy>> Maps; variable 374 Maps.push_back(std::unique_ptr<DocNode::MapTy>(new DocNode::MapTy)); in getMapNode() 375 N.Map = Maps.back().get(); in getMapNode()
|
| /llvm-project-15.0.7/bolt/include/bolt/Profile/ |
| H A D | BoltAddressTranslation.h | 120 std::map<uint64_t, MapTy> Maps; variable
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/ |
| H A D | Speculation.cpp | 29 auto It = Maps.insert({I.first, {I.second.Aliasee, SrcJD}}); in trackImpls()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | SIInstrInfo.td | 2746 // Maps an opcode in e32 form to its e64 equivalent 2755 // Maps an opcode in e64 form to its e32 equivalent 2782 // Maps ordinary instructions to their DPP counterparts 2799 // Maps an commuted opcode to its original version 2808 // Maps an original opcode to its commuted version 2865 // Maps an atomic opcode to its returnless version. 2874 // Maps a GLOBAL to its SADDR form. 2883 // Maps a GLOBAL SADDR to its VADDR form. 2901 // Maps a SOPP to a SOPP with S_NOP 2910 // Maps flat scratch opcodes by addressing modes [all …]
|
| /llvm-project-15.0.7/polly/lib/Analysis/ |
| H A D | DependenceInfo.cpp | 270 isl_union_map **Maps[] = {&RAW, &WAW, &WAR}; in addPrivatizationDependences() local 273 isl_union_map **Map = Maps[u], **PrivMap = PrivMaps[u]; in addPrivatizationDependences()
|
| /llvm-project-15.0.7/llvm/docs/PDB/ |
| H A D | MsfFile.rst | 107 The Free Block Maps are stored as a series of single blocks throughout the file
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZRegisterInfo.td | 161 // Maps FPR register numbers to their DWARF encoding.
|
| /llvm-project-15.0.7/polly/lib/CodeGen/ |
| H A D | PPCGCodeGeneration.cpp | 3067 isl_union_map *Maps = isl_union_map_empty(S->getParamSpace().release()); in getArrayIdentity() local 3073 Maps = isl_union_map_add_map(Maps, Identity); in getArrayIdentity() 3076 return Maps; in getArrayIdentity()
|
| /llvm-project-15.0.7/libcxx/docs/Status/ |
| H A D | Cxx17Papers.csv | 48 "`p0083r3 <https://wg21.link/p0083r3>`__","LWG","Splicing Maps and Sets","Oulu","|Complete|","8.0"
|
| /llvm-project-15.0.7/mlir/docs/Dialects/ |
| H A D | Affine.md | 139 ### Affine Maps
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | Statepoints.rst | 235 # Stack Maps: callsite 2882400000 243 # Stack Maps: Loc 8: Direct RSP [encoding: .byte 2, .byte 8, .short 7, .int 0]
|
| H A D | LangRef.rst | 5758 expression stack is to be converted. Maps into a ``DW_OP_convert`` operation
|
| /llvm-project-15.0.7/compiler-rt/cmake/ |
| H A D | config-ix.cmake | 339 # Maps the Apple platform name used in Compiler-rt's CMake code
|
| /llvm-project-15.0.7/mlir/docs/Rationale/ |
| H A D | Rationale.md | 59 Maps, sets, and relations with affine constraints are the core structures
|
| /llvm-project-15.0.7/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/ |
| H A D | AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack.md | 6 - [3.1 How DWARF Maps Source Language To Hardware](#how-dwarf-maps-source-language-to-hardware) 172 ## 3.1 How DWARF Maps Source Language To Hardware
|