Home
last modified time | relevance | path

Searched defs:MDIndex (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.h75 struct MDIndex { struct
79 MDIndex() = default; argument
80 explicit MDIndex(unsigned F) : F(F) {} in MDIndex() function
93 using MetadataMapType = DenseMap<const Metadata *, MDIndex>; argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h73 struct MDIndex { struct
77 MDIndex() = default; argument
78 explicit MDIndex(unsigned F) : F(F) {} in MDIndex() argument
91 using MetadataMapType = DenseMap<const Metadata *, MDIndex>; argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h72 struct MDIndex { struct
76 MDIndex() = default; argument
77 explicit MDIndex(unsigned F) : F(F) {} in MDIndex() function
90 using MetadataMapType = DenseMap<const Metadata *, MDIndex>; argument
/aosp_15_r20/external/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h69 struct MDIndex { struct
73 MDIndex() = default; argument
74 explicit MDIndex(unsigned F) : F(F) {} in MDIndex() argument
87 typedef DenseMap<const Metadata *, MDIndex> MetadataMapType; argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp5083 unsigned MDIndex; in Select() local