Searched defs:SPIRVMap (Results 1 – 1 of 1) sorted by relevance
82 struct SPIRVMap { struct105 static const SPIRVMap& getMap() { in getMap() argument113 static const SPIRVMap& getRMap() { in getRMap() argument136 const SPIRVMap& Map = getMap(); argument146 const SPIRVMap& Map = getRMap(); argument154 SPIRVMap():IsReverse(false){} in SPIRVMap() argument156 SPIRVMap(bool Reverse):IsReverse(Reverse){ in SPIRVMap() function159 typedef std::map<Ty1, Ty2> MapTy;160 typedef std::map<Ty2, Ty1> RevMapTy;162 void add(Ty1 V1, Ty2 V2) { in add()[all …]