Searched refs:OpLabel (Results 1 – 15 of 15) sorted by relevance
/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
D | SPIRVFunction.cpp | 119 case OpLabel: { in decode() 141 Decoder.OpCode == OpLabel) { in decodeBB()
|
D | SPIRVBasicBlock.cpp | 52 :SPIRVValue(Func->getModule(), 2, OpLabel, TheId), ParentF(Func) { in SPIRVBasicBlock()
|
D | SPIRVBasicBlock.h | 55 SPIRVBasicBlock():SPIRVValue(OpLabel), ParentF(NULL){ in SPIRVBasicBlock()
|
D | SPIRVInstruction.cpp | 92 assert(Scope && Scope->getOpCode() == OpLabel && "Invalid scope"); in setScope()
|
D | SPIRVStream.cpp | 97 TheScope->getOpCode() == OpLabel)); in setScope()
|
D | spirv.hpp | 810 OpLabel = 248, enumerator
|
D | SPIRVIsValidEnum.h | 808 case OpLabel: in isValid()
|
D | SPIRVEntry.h | 264 bool isLabel() const { return OpCode == OpLabel;} in isLabel()
|
/external/shaderc/spirv-headers/include/spirv/1.1/ |
D | spirv.lua | 810 OpLabel = 248,
|
D | spirv.hpp | 849 OpLabel = 248, enumerator
|
D | spirv.hpp11 | 849 OpLabel = 248,
|
/external/shaderc/spirv-headers/include/spirv/1.0/ |
D | spirv.lua | 798 OpLabel = 248,
|
D | spirv.hpp | 837 OpLabel = 248, enumerator
|
D | spirv.hpp11 | 837 OpLabel = 248,
|
/external/spirv-llvm/lib/SPIRV/ |
D | SPIRVReader.cpp | 1478 case OpLabel: in transValueWithoutDecoration()
|