HomeSort by relevance Sort by last modified time
    Searched defs:SPIRVDecoder (Results 1 - 2 of 2) sorted by null

  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVStream.h 67 class SPIRVDecoder {
69 SPIRVDecoder(std::istream& InputStream, SPIRVModule& Module)
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& I, T *&P)
    [all...]
SPIRVStream.cpp 86 SPIRVDecoder::SPIRVDecoder(std::istream &InputStream, SPIRVFunction &F)
90 SPIRVDecoder::SPIRVDecoder(std::istream &InputStream, SPIRVBasicBlock &BB)
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
    [all...]

Completed in 64 milliseconds