Searched refs:OperandClass (Results 1 – 9 of 9) sorted by relevance
/external/deqp-deps/glslang/SPIRV/ |
D | doc.h | 117 enum OperandClass { enum 171 void push(OperandClass oc, const char* d, bool opt = false) 178 OperandClass getClass(int op) const { return opClass[op]; } in getClass() 184 std::vector<OperandClass> opClass; 252 const char* GetOperandDesc(OperandClass operand);
|
D | disassemble.cpp | 117 void outputMask(OperandClass operandClass, unsigned mask); 280 void SpirvStream::outputMask(OperandClass operandClass, unsigned mask) in outputMask() 439 OperandClass operandClass = InstructionDesc[opCode].operands.getClass(op); in disassembleInstruction()
|
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/ |
D | jsonToSpirv.h | 44 enum OperandClass { enum 101 void push(OperandClass oc, const std::string& d, bool opt = false) 108 OperandClass getClass(int op) const { return opClass[op]; } in getClass() 114 std::vector<OperandClass> opClass;
|
D | jsonToSpirv.cpp | 92 OperandClass type; 135 OperandClass type = OperandNone; in ToOperandClassAndOptionality() 361 const std::string& enumName, spv::OperandClass operandClass, in jsonToSpirv()
|
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/ |
D | jsonToSpirv.h | 44 enum OperandClass { enum 101 void push(OperandClass oc, const std::string& d, bool opt = false) 108 OperandClass getClass(int op) const { return opClass[op]; } in getClass() 114 std::vector<OperandClass> opClass;
|
D | jsonToSpirv.cpp | 92 OperandClass type; 135 OperandClass type = OperandNone; in ToOperandClassAndOptionality() 361 const std::string& enumName, spv::OperandClass operandClass, in jsonToSpirv()
|
/external/shaderc/spirv-headers/tools/buildHeaders/ |
D | jsonToSpirv.h | 44 enum OperandClass { enum 101 void push(OperandClass oc, const std::string& d, bool opt = false) 108 OperandClass getClass(int op) const { return opClass[op]; } in getClass() 114 std::vector<OperandClass> opClass;
|
D | jsonToSpirv.cpp | 92 OperandClass type; 135 OperandClass type = OperandNone; in ToOperandClassAndOptionality() 361 const std::string& enumName, spv::OperandClass operandClass, in jsonToSpirv()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/MCParser/ |
D | MCTargetAsmParser.h | 229 unsigned OperandClass, unsigned Opcode, in getMissedOperand() argument 234 Result.MissedOperand.Class = OperandClass; in getMissedOperand() 243 static NearMissInfo getTooFewOperands(unsigned OperandClass, in getTooFewOperands() argument 247 Result.TooFewOperands.Class = OperandClass; in getTooFewOperands()
|