/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/AsmParser/ |
D | SlotMapping.h | 33 struct SlotMapping { struct 34 NumberedValues<GlobalValue *> GlobalValues; 35 std::map<unsigned, TrackingMDNodeRef> MetadataNodes; 36 StringMap<Type *> NamedTypes; 37 std::map<unsigned, Type *> Types;
|
/aosp_15_r20/external/llvm/include/llvm/AsmParser/ |
H A D | SlotMapping.h | 33 struct SlotMapping { struct 34 std::vector<GlobalValue *> GlobalValues; 35 std::map<unsigned, TrackingMDNodeRef> MetadataNodes; 36 StringMap<Type *> NamedTypes; 37 std::map<unsigned, Type *> Types;
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/AsmParser/ |
H A D | SlotMapping.h | 32 struct SlotMapping { struct 33 std::vector<GlobalValue *> GlobalValues; 34 std::map<unsigned, TrackingMDNodeRef> MetadataNodes; 35 StringMap<Type *> NamedTypes; 36 std::map<unsigned, Type *> Types;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/AsmParser/ |
D | SlotMapping.h | 32 struct SlotMapping { struct 33 std::vector<GlobalValue *> GlobalValues; 34 std::map<unsigned, TrackingMDNodeRef> MetadataNodes; 35 StringMap<Type *> NamedTypes; 36 std::map<unsigned, Type *> Types;
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/AsmParser/ |
H A D | SlotMapping.h | 32 struct SlotMapping { struct 33 std::vector<GlobalValue *> GlobalValues; 34 std::map<unsigned, TrackingMDNodeRef> MetadataNodes; 35 StringMap<Type *> NamedTypes; 36 std::map<unsigned, Type *> Types;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/AsmParser/ |
D | SlotMapping.h | 33 struct SlotMapping { struct 34 NumberedValues<GlobalValue *> GlobalValues; 35 std::map<unsigned, TrackingMDNodeRef> MetadataNodes; 36 StringMap<Type *> NamedTypes; 37 std::map<unsigned, Type *> Types;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/AsmParser/ |
D | SlotMapping.h | 33 struct SlotMapping { struct 34 NumberedValues<GlobalValue *> GlobalValues; 35 std::map<unsigned, TrackingMDNodeRef> MetadataNodes; 36 StringMap<Type *> NamedTypes; 37 std::map<unsigned, Type *> Types;
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | StackSlotColoring.cpp | 320 SmallVector<int, 16> SlotMapping(NumObjs, -1); in ColorSlots() local 390 SmallVectorImpl<int> &SlotMapping, in RewriteInstruction()
|
/aosp_15_r20/external/llvm/lib/CodeGen/ |
H A D | StackSlotColoring.cpp | 279 SmallVector<int, 16> SlotMapping(NumObjs, -1); in ColorSlots() local 348 SmallVectorImpl<int> &SlotMapping, in RewriteInstruction()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | StackSlotColoring.cpp | 325 SmallVector<int, 16> SlotMapping(NumObjs, -1); in ColorSlots() local 397 SmallVectorImpl<int> &SlotMapping, in RewriteInstruction()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyRegColoring.cpp | 131 SmallVector<unsigned, 16> SlotMapping(SortedIntervals.size(), -1u); in runOnMachineFunction() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyRegColoring.cpp | 131 SmallVector<unsigned, 16> SlotMapping(SortedIntervals.size(), -1u); in runOnMachineFunction() local
|
/aosp_15_r20/external/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyRegColoring.cpp | 130 SmallVector<unsigned, 16> SlotMapping(SortedIntervals.size(), -1u); in runOnMachineFunction() local
|