Searched refs:getOpCode (Results 1 - 20 of 20) sorted by relevance

/prebuilts/ndk/current/sources/third_party/shaderc/third_party/glslang/SPIRV/
H A DInReadableOrder.cpp83 if (mergeInst->getOpCode() == spv::OpLoopMerge) {
H A DSpvBuilder.h116 Op getOpCode(Id id) const { return module.getInstruction(id)->getOpCode(); } function in class:spv::Builder
117 Op getTypeClass(Id typeId) const { return getOpCode(typeId); }
149 bool isConstant(Id resultId) const { return isConstantOpCode(getOpCode(resultId)); }
150 bool isConstantScalar(Id resultId) const { return getOpCode(resultId) == OpConstant; }
151 bool isSpecConstant(Id resultId) const { return isSpecConstantOpCode(getOpCode(resultId)); }
H A DspvIR.h117 Op getOpCode() const { return opCode; } function in class:spv::Instruction
186 switch (nextToLast->getOpCode()) {
198 switch (instructions.back()->getOpCode()) {
329 assert(idToInstruction[typeId]->getOpCode() == spv::OpTypePointer);
H A DSpvBuilder.cpp484 Op typeClass = instr->getOpCode();
510 switch (instr->getOpCode())
539 Op typeClass = instr->getOpCode();
565 Op typeClass = instr->getOpCode();
596 if (constant->getOpCode() == opcode &&
611 if (constant->getOpCode() == opcode &&
672 if (constant->getTypeId() == typeId && constant->getOpCode() == opcode)
H A Ddisassemble.cpp82 Op getOpCode(int id) const { return idInstruction[id] ? (Op)(stream[idInstruction[id]] & OpCodeMask) : OpNop; } function in class:spv::SpirvStream
/prebuilts/ndk/current/sources/third_party/vulkan/glslang/SPIRV/
H A DInReadableOrder.cpp83 if (mergeInst->getOpCode() == spv::OpLoopMerge) {
H A DSpvBuilder.h116 Op getOpCode(Id id) const { return module.getInstruction(id)->getOpCode(); } function in class:spv::Builder
117 Op getTypeClass(Id typeId) const { return getOpCode(typeId); }
149 bool isConstant(Id resultId) const { return isConstantOpCode(getOpCode(resultId)); }
150 bool isConstantScalar(Id resultId) const { return getOpCode(resultId) == OpConstant; }
151 bool isSpecConstant(Id resultId) const { return isSpecConstantOpCode(getOpCode(resultId)); }
H A DspvIR.h117 Op getOpCode() const { return opCode; } function in class:spv::Instruction
186 switch (nextToLast->getOpCode()) {
198 switch (instructions.back()->getOpCode()) {
329 assert(idToInstruction[typeId]->getOpCode() == spv::OpTypePointer);
H A DSpvBuilder.cpp484 Op typeClass = instr->getOpCode();
510 switch (instr->getOpCode())
539 Op typeClass = instr->getOpCode();
565 Op typeClass = instr->getOpCode();
596 if (constant->getOpCode() == opcode &&
611 if (constant->getOpCode() == opcode &&
672 if (constant->getTypeId() == typeId && constant->getOpCode() == opcode)
H A Ddisassemble.cpp82 Op getOpCode(int id) const { return idInstruction[id] ? (Op)(stream[idInstruction[id]] & OpCodeMask) : OpNop; } function in class:spv::SpirvStream
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
H A DInReadableOrder.cpp83 if (mergeInst->getOpCode() == spv::OpLoopMerge) {
H A DSpvBuilder.h116 Op getOpCode(Id id) const { return module.getInstruction(id)->getOpCode(); } function in class:spv::Builder
117 Op getTypeClass(Id typeId) const { return getOpCode(typeId); }
149 bool isConstant(Id resultId) const { return isConstantOpCode(getOpCode(resultId)); }
150 bool isConstantScalar(Id resultId) const { return getOpCode(resultId) == OpConstant; }
151 bool isSpecConstant(Id resultId) const { return isSpecConstantOpCode(getOpCode(resultId)); }
H A DspvIR.h117 Op getOpCode() const { return opCode; } function in class:spv::Instruction
186 switch (nextToLast->getOpCode()) {
198 switch (instructions.back()->getOpCode()) {
329 assert(idToInstruction[typeId]->getOpCode() == spv::OpTypePointer);
H A DSpvBuilder.cpp484 Op typeClass = instr->getOpCode();
510 switch (instr->getOpCode())
539 Op typeClass = instr->getOpCode();
565 Op typeClass = instr->getOpCode();
596 if (constant->getOpCode() == opcode &&
611 if (constant->getOpCode() == opcode &&
672 if (constant->getTypeId() == typeId && constant->getOpCode() == opcode)
H A Ddisassemble.cpp82 Op getOpCode(int id) const { return idInstruction[id] ? (Op)(stream[idInstruction[id]] & OpCodeMask) : OpNop; } function in class:spv::SpirvStream
/prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
H A DInReadableOrder.cpp83 if (mergeInst->getOpCode() == spv::OpLoopMerge) {
H A DSpvBuilder.h116 Op getOpCode(Id id) const { return module.getInstruction(id)->getOpCode(); } function in class:spv::Builder
117 Op getTypeClass(Id typeId) const { return getOpCode(typeId); }
149 bool isConstant(Id resultId) const { return isConstantOpCode(getOpCode(resultId)); }
150 bool isConstantScalar(Id resultId) const { return getOpCode(resultId) == OpConstant; }
151 bool isSpecConstant(Id resultId) const { return isSpecConstantOpCode(getOpCode(resultId)); }
H A DspvIR.h117 Op getOpCode() const { return opCode; } function in class:spv::Instruction
186 switch (nextToLast->getOpCode()) {
198 switch (instructions.back()->getOpCode()) {
329 assert(idToInstruction[typeId]->getOpCode() == spv::OpTypePointer);
H A DSpvBuilder.cpp484 Op typeClass = instr->getOpCode();
510 switch (instr->getOpCode())
539 Op typeClass = instr->getOpCode();
565 Op typeClass = instr->getOpCode();
596 if (constant->getOpCode() == opcode &&
611 if (constant->getOpCode() == opcode &&
672 if (constant->getTypeId() == typeId && constant->getOpCode() == opcode)
H A Ddisassemble.cpp82 Op getOpCode(int id) const { return idInstruction[id] ? (Op)(stream[idInstruction[id]] & OpCodeMask) : OpNop; } function in class:spv::SpirvStream

Completed in 175 milliseconds