Searched full:typeidmap (Results 1 – 25 of 42) sorted by relevance
12
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | GlobalDCE.cpp | 140 TypeIdMap[TypeID].insert(std::make_pair(&GV, Offset)); in ScanVTables() 160 for (const auto &VTableInfo : TypeIdMap[TypeId]) { in ScanVTableLoad() 211 for (const auto &VTableInfo : TypeIdMap[TypeId]) { in ScanTypeCheckedLoadIntrinsics() 412 TypeIdMap.clear(); in run()
|
H A D | WholeProgramDevirt.cpp | 640 DenseMap<Metadata *, std::set<TypeMemberInfo>> &TypeIdMap); 645 DenseMap<Metadata *, std::set<TypeMemberInfo>> &TypeIdMap); 1058 DenseMap<Metadata *, std::set<TypeMemberInfo>> &TypeIdMap) { in tryFindVirtualCallTargets() 1085 TypeIdMap[TypeID].insert({BitsPtr, Offset}); in tryFindVirtualCallTargets() 1996 DenseMap<Metadata *, std::set<TypeMemberInfo>> &TypeIdMap) { in scanTypeTestUsers() 2043 // not used on a global (in which case it has no entry in the TypeIdMap). in scanTypeCheckedLoadUsers() 2044 if (!TypeIdMap.count(TypeId)) in scanTypeCheckedLoadUsers() 2313 DenseMap<Metadata *, std::set<TypeMemberInfo>> TypeIdMap; in run() 2314 buildTypeIdentifierMap(Bits, TypeIdMap); in run() 2317 scanTypeTestUsers(TypeTestFunc, TypeIdMap); in run() 1023 buildTypeIdentifierMap(std::vector<VTableBits> & Bits,DenseMap<Metadata *,std::set<TypeMemberInfo>> & TypeIdMap) buildTypeIdentifierMap() argument 1955 scanTypeTestUsers(Function * TypeTestFunc,DenseMap<Metadata *,std::set<TypeMemberInfo>> & TypeIdMap) scanTypeTestUsers() argument 2268 DenseMap<Metadata *, std::set<TypeMemberInfo>> TypeIdMap; run() local [all...] |
/llvm-project/llvm/test/Transforms/LowerTypeTests/Inputs/ |
H A D | blockaddr-import.yaml | 2 TypeIdMap:
|
H A D | import-alias.yaml | 2 TypeIdMap:
|
H A D | cfi-direct-call.yaml | 2 TypeIdMap:
|
H A D | cfi-direct-call1.yaml | 2 TypeIdMap:
|
H A D | import-unsat.yaml | 6 TypeIdMap:
|
H A D | import-icall.yaml | 2 TypeIdMap:
|
H A D | import.yaml | 2 TypeIdMap:
|
/llvm-project/llvm/test/Transforms/WholeProgramDevirt/Inputs/ |
H A D | import-branch-funnel.yaml | 2 TypeIdMap:
|
H A D | import-unique-ret-val1.yaml | 2 TypeIdMap:
|
H A D | import-unique-ret-val0.yaml | 2 TypeIdMap:
|
H A D | import-single-impl.yaml | 2 TypeIdMap:
|
H A D | unique-retval-same-vtable.yaml | 2 TypeIdMap:
|
H A D | import-uniform-ret-val.yaml | 2 TypeIdMap:
|
H A D | import-vcp.yaml | 2 TypeIdMap:
|
H A D | import-vcp-branch-funnel.yaml | 2 TypeIdMap:
|
H A D | import-indir.yaml | 29 TypeIdMap:
|
/llvm-project/llvm/test/Transforms/LowerTypeTests/ |
H A D | export-nothing.ll | 6 ; CHECK-NEXT: TypeIdMap:
|
H A D | export-dead.ll | 12 ; SUMMARY: TypeIdMap:
|
H A D | export-single.ll | 13 ; SUMMARY: TypeIdMap:
|
H A D | import-unsat.ll | 15 ; SUMMARY-NEXT: TypeIdMap:
|
/llvm-project/llvm/test/Transforms/WholeProgramDevirt/ |
H A D | export-nothing.ll | 6 ; CHECK-NEXT: TypeIdMap:
|
H A D | export-uniform-ret-val.ll | 6 ; SUMMARY: TypeIdMap:
|
/llvm-project/mlir/utils/lldb-scripts/ |
H A D | mlirDataFormatters.py | 144 if "typeIdMap" not in internal_dict: 145 internal_dict["typeIdMap"] = ComputedTypeIDMap(target, internal_dict) 146 return internal_dict["typeIdMap"] 180 typeIdMap = get_typeid_map(valobj.GetTarget(), internal_dict) 181 return typeIdMap.resolve_type(
|
12