Home
last modified time | relevance | path

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

/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVUtil.h82 struct SPIRVMap { struct
105 static const SPIRVMap& getMap() { in getMap() argument
113 static const SPIRVMap& getRMap() { in getRMap() argument
136 const SPIRVMap& Map = getMap(); argument
146 const SPIRVMap& Map = getRMap(); argument
154 SPIRVMap():IsReverse(false){} in SPIRVMap() argument
156 SPIRVMap(bool Reverse):IsReverse(Reverse){ in SPIRVMap() argument
159 typedef std::map<Ty1, Ty2> MapTy;
160 typedef std::map<Ty2, Ty1> RevMapTy;
162 void add(Ty1 V1, Ty2 V2) { in add()
[all …]