/aosp_15_r20/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/ |
D | jsonToSpirv.cpp | 176 if (oc == OperandOpcode) { in IsValid() 227 EnumDefinition OperandClassParams[OperandOpcode]; 596 if (!InstructionDesc.back().IsValid(OperandOpcode, "instruction")) { in jsonToSpirv()
|
D | jsonToSpirv.h | 107 OperandOpcode, enumerator
|
D | header.cpp | 238 for (int e = spv::OperandSource; e < spv::OperandOpcode; ++e) { in TPrinter() 254 auto& entry = enums[spv::OperandOpcode - spv::OperandSource]; in TPrinter()
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/ |
H A D | jsonToSpirv.cpp | 176 if (oc == OperandOpcode) { in IsValid() 227 EnumDefinition OperandClassParams[OperandOpcode]; 602 if (!InstructionDesc.back().IsValid(OperandOpcode, "instruction")) { in jsonToSpirv()
|
H A D | jsonToSpirv.h | 109 OperandOpcode, enumerator
|
H A D | header.cpp | 238 for (int e = spv::OperandSource; e < spv::OperandOpcode; ++e) { in TPrinter() 254 auto& entry = enums[spv::OperandOpcode - spv::OperandSource]; in TPrinter()
|
/aosp_15_r20/external/angle/third_party/spirv-headers/src/tools/buildHeaders/ |
H A D | jsonToSpirv.cpp | 174 if (oc == OperandOpcode) { in IsValid() 225 EnumDefinition OperandClassParams[OperandOpcode]; 635 if (!InstructionDesc.back().IsValid(OperandOpcode, "instruction")) { in jsonToSpirv()
|
H A D | jsonToSpirv.h | 113 OperandOpcode, enumerator
|
H A D | header.cpp | 238 for (int e = spv::OperandSource; e < spv::OperandOpcode; ++e) { in TPrinter() 258 auto& entry = enums[spv::OperandOpcode - spv::OperandSource]; in TPrinter()
|
/aosp_15_r20/external/deqp-deps/glslang/SPIRV/ |
D | doc.h | 161 OperandOpcode, enumerator
|
D | disassemble.cpp | 563 assert(operandClass >= OperandSource && operandClass < OperandOpcode); in disassembleInstruction()
|
D | doc.cpp | 1769 OperandClassParams[OperandOpcode].set(OpCodeMask + 1, OpcodeString, nullptr); in Parameterize()
|
/aosp_15_r20/external/angle/third_party/glslang/src/SPIRV/ |
H A D | doc.h | 162 OperandOpcode, enumerator
|
H A D | disassemble.cpp | 604 assert(operandClass >= OperandSource && operandClass < OperandOpcode); in disassembleInstruction()
|
H A D | doc.cpp | 1827 OperandClassParams[OperandOpcode].set(OpCodeMask + 1, OpcodeString, nullptr); in Parameterize()
|
/aosp_15_r20/external/shaderc/spirv-headers/tools/buildHeaders/ |
D | jsonToSpirv.h | 87 OperandOpcode, enumerator
|
D | header.cpp | 235 for (int e = spv::OperandSource; e < spv::OperandOpcode; ++e) { in TPrinter() 251 auto& entry = enums[spv::OperandOpcode - spv::OperandSource]; in TPrinter()
|
D | jsonToSpirv.cpp | 44 EnumDefinition OperandClassParams[OperandOpcode];
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCISelDAGToDAG.cpp | 2684 unsigned OperandOpcode = Operand.getOpcode(); in computeLogicOpInGPR() local 2685 if (OperandOpcode == ISD::SETCC) in computeLogicOpInGPR() 2687 else if (OperandOpcode == ISD::TRUNCATE) { in computeLogicOpInGPR() 2694 } else if (isLogicOp(OperandOpcode)) in computeLogicOpInGPR()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/ |
H A D | PPCISelDAGToDAG.cpp | 2942 unsigned OperandOpcode = Operand.getOpcode(); in computeLogicOpInGPR() local 2943 if (OperandOpcode == ISD::SETCC) in computeLogicOpInGPR() 2945 else if (OperandOpcode == ISD::TRUNCATE) { in computeLogicOpInGPR() 2952 } else if (isLogicOp(OperandOpcode)) in computeLogicOpInGPR()
|