Home
last modified time | relevance | path

Searched refs:SPIRVMemoryModel (Results 1 – 3 of 3) sorted by relevance

/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVEntry.cpp547 SPIRVMemoryModel::encode(spv_ostream &O) const { in encode()
553 SPIRVMemoryModel::decode(std::istream &I) { in decode()
562 SPIRVMemoryModel::validate() const { in validate()
DSPIRVEntry.h624 class SPIRVMemoryModel:public SPIRVEntryNoId<OpMemoryModel> {
626 SPIRVMemoryModel(SPIRVModule *M):SPIRVEntryNoId(M, 3){} in SPIRVMemoryModel() function
627 SPIRVMemoryModel(){} in SPIRVMemoryModel() function
DSPIRVModule.cpp1291 O << SPIRVMemoryModel(&M); in operator <<()