Home
last modified time | relevance | path

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

/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVFunction.cpp119 case OpLabel: { in decode()
141 Decoder.OpCode == OpLabel) { in decodeBB()
DSPIRVBasicBlock.cpp52 :SPIRVValue(Func->getModule(), 2, OpLabel, TheId), ParentF(Func) { in SPIRVBasicBlock()
DSPIRVBasicBlock.h55 SPIRVBasicBlock():SPIRVValue(OpLabel), ParentF(NULL){ in SPIRVBasicBlock()
DSPIRVInstruction.cpp92 assert(Scope && Scope->getOpCode() == OpLabel && "Invalid scope"); in setScope()
DSPIRVStream.cpp97 TheScope->getOpCode() == OpLabel)); in setScope()
Dspirv.hpp810 OpLabel = 248, enumerator
DSPIRVIsValidEnum.h808 case OpLabel: in isValid()
DSPIRVEntry.h264 bool isLabel() const { return OpCode == OpLabel;} in isLabel()
/external/shaderc/spirv-headers/include/spirv/1.1/
Dspirv.lua810 OpLabel = 248,
Dspirv.hpp849 OpLabel = 248, enumerator
Dspirv.hpp11849 OpLabel = 248,
/external/shaderc/spirv-headers/include/spirv/1.0/
Dspirv.lua798 OpLabel = 248,
Dspirv.hpp837 OpLabel = 248, enumerator
Dspirv.hpp11837 OpLabel = 248,
/external/spirv-llvm/lib/SPIRV/
DSPIRVReader.cpp1478 case OpLabel: in transValueWithoutDecoration()