Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp5262 unsigned MDIndex; in Select() local