Lines Matching refs:SPIRVDecoder
67 class SPIRVDecoder {
69 SPIRVDecoder(std::istream& InputStream, SPIRVModule& Module) in SPIRVDecoder() function
72 SPIRVDecoder(std::istream& InputStream, SPIRVFunction& F);
73 SPIRVDecoder(std::istream& InputStream, SPIRVBasicBlock &BB);
99 const SPIRVDecoder&
100 DecodeBinary(const SPIRVDecoder& I, T &V) { in DecodeBinary()
109 const SPIRVDecoder&
110 operator>>(const SPIRVDecoder& I, T &V) {
124 const SPIRVDecoder&
125 operator>>(const SPIRVDecoder& I, T *&P) {
133 const SPIRVDecoder&
134 operator>>(const SPIRVDecoder& Decoder, const std::pair<IterTy,IterTy> &Range) {
141 const SPIRVDecoder&
142 operator>>(const SPIRVDecoder& I, std::vector<T> &V) {
187 const SPIRVDecoder& \
188 operator>>(const SPIRVDecoder& I, Type &V);
198 const SPIRVDecoder&
199 operator>>(const SPIRVDecoder&I, std::string& Str);