Home
last modified time | relevance | path

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

/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVModule.cpp68 InstSchema(SPIRVISCH_Default), in SPIRVModuleImpl()
308 SPIRVInstructionSchemaKind InstSchema; member in SPIRV::SPIRVModuleImpl
1277 << MI.InstSchema; in operator <<()
1426 Decoder >> MI.InstSchema; in operator >>()
1427 assert(MI.InstSchema == SPIRVISCH_Default && "Unsupported instruction schema"); in operator >>()