Searched refs:SPIRVDecoder (Results 1 - 11 of 11) sorted by relevance

/external/spirv-llvm/lib/SPIRV/libSPIRV/
H A DSPIRVStream.h67 class SPIRVDecoder { class in namespace:SPIRV
69 SPIRVDecoder(std::istream& InputStream, SPIRVModule& Module) function in class:SPIRV::SPIRVDecoder
72 SPIRVDecoder(std::istream& InputStream, SPIRVFunction& F);
73 SPIRVDecoder(std::istream& InputStream, SPIRVBasicBlock &BB);
99 const SPIRVDecoder&
100 DecodeBinary(const SPIRVDecoder& I, T &V) {
109 const SPIRVDecoder&
110 operator>>(const SPIRVDecoder& I, T &V) {
124 const SPIRVDecoder&
125 operator>>(const SPIRVDecoder
[all...]
H A DSPIRVStream.cpp86 SPIRVDecoder::SPIRVDecoder(std::istream &InputStream, SPIRVFunction &F) function in class:SPIRV::SPIRVDecoder
90 SPIRVDecoder::SPIRVDecoder(std::istream &InputStream, SPIRVBasicBlock &BB) function in class:SPIRV::SPIRVDecoder
95 SPIRVDecoder::setScope(SPIRVEntry *TheScope) {
102 const SPIRVDecoder&
103 decode(const SPIRVDecoder& I, T &V) {
129 const SPIRVDecoder& \
130 operator>>(const SPIRVDecoder& I, Type &V) { \
146 const SPIRVDecoder
147 operator >>(const SPIRVDecoder&I, std::string& Str) argument
[all...]
H A DSPIRVBasicBlock.cpp57 SPIRVDecoder
59 return SPIRVDecoder(IS, *this);
H A DSPIRVFunction.cpp70 SPIRVDecoder
72 return SPIRVDecoder(IS, *this);
99 SPIRVDecoder Decoder = getDecoder(I);
132 SPIRVFunction::decodeBB(SPIRVDecoder &Decoder) {
H A DSPIRVBasicBlock.h49 class SPIRVDecoder;
59 SPIRVDecoder getDecoder(std::istream &IS);
H A DSPIRVFunction.h48 class SPIRVDecoder;
97 SPIRVDecoder getDecoder(std::istream &IS);
154 void decodeBB(SPIRVDecoder &);
H A DSPIRVDecorate.cpp114 SPIRVDecoder Decoder = getDecoder(I);
H A DSPIRVDecorate.h182 static void decodeLiterals(SPIRVDecoder& Decoder, std::vector<SPIRVWord>& Literals) {
H A DSPIRVEntry.cpp140 SPIRVDecoder
142 return SPIRVDecoder(I, *Module);
H A DSPIRVEntry.h58 class SPIRVDecoder;
242 virtual SPIRVDecoder getDecoder(std::istream &);
321 friend class SPIRVDecoder;
H A DSPIRVModule.cpp1406 SPIRVDecoder Decoder(I, M);

Completed in 178 milliseconds