/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | EDEmitter.cpp | 351 LiteralConstantEmitter *(&operandTypes)[EDIS_MAX_OPERANDS], in X86PopulateOperands() 363 if (X86TypeFromOpName(operandTypes[index], rec.getName()) && in X86PopulateOperands() 715 LiteralConstantEmitter *(&operandTypes)[EDIS_MAX_OPERANDS], in ARMPopulateOperands() 734 if (ARMFlagFromOpName(operandTypes[index], rec.getName())) { in ARMPopulateOperands() 758 LiteralConstantEmitter *(&operandTypes)[EDIS_MAX_OPERANDS], in ARMExtractSemantics() 783 if (operandTypes[opIndex]->is("kOperandTypeImmediate")) in ARMExtractSemantics() 784 operandTypes[opIndex]->set("kOperandTypeARMBranchTarget"); in ARMExtractSemantics() 819 LiteralConstantEmitter *operandTypes[EDIS_MAX_OPERANDS]; in populateInstInfo() local 829 operandTypes[operandIndex] = new LiteralConstantEmitter; in populateInstInfo() 830 operandTypeArray->addEntry(operandTypes[operandIndex]); in populateInstInfo() [all …]
|
/external/deqp-deps/SPIRV-Tools/source/ |
D | table.h | 32 spv_operand_type_t operandTypes[16]; // TODO: Smaller/larger? member 58 const spv_operand_type_t operandTypes[16]; // TODO: Smaller/larger? member 76 const spv_operand_type_t operandTypes[16]; // TODO: Smaller/larger? member
|
D | binary.cpp | 315 opcode_desc->operandTypes[opcode_desc->numTypes - i - 1]); in parseInstruction() 478 spvPushOperandTypes(ext_inst->operandTypes, expected_operands); in parseOperand() 498 spvPushOperandTypes(opcode_entry->operandTypes + 2, expected_operands); in parseOperand() 636 spvPushOperandTypes(entry->operandTypes, expected_operands); in parseOperand() 672 spvPushOperandTypes(entry->operandTypes, expected_operands); in parseOperand() 680 spvPushOperandTypes(entry->operandTypes, expected_operands); in parseOperand()
|
D | text.cpp | 252 spvPushOperandTypes(extInst->operandTypes, pExpectedOperands); in spvTextEncodeOperand() 276 spvPushOperandTypes(opcodeEntry->operandTypes + 2, pExpectedOperands); in spvTextEncodeOperand() 428 spvPushOperandTypes(entry->operandTypes, pExpectedOperands); in spvTextEncodeOperand() 565 opcodeEntry->operandTypes[opcodeEntry->numTypes - i - 1]); in spvTextEncodeOpcode()
|
D | operand.cpp | 270 spvPushOperandTypes(entry->operandTypes, pattern); in spvPushOperandTypesForMask()
|
/external/swiftshader/third_party/SPIRV-Tools/source/ |
D | table.h | 32 spv_operand_type_t operandTypes[16]; // TODO: Smaller/larger? member 58 const spv_operand_type_t operandTypes[16]; // TODO: Smaller/larger? member 76 const spv_operand_type_t operandTypes[16]; // TODO: Smaller/larger? member
|
D | binary.cpp | 319 opcode_desc->operandTypes[opcode_desc->numTypes - i - 1]); in parseInstruction() 482 spvPushOperandTypes(ext_inst->operandTypes, expected_operands); in parseOperand() 502 spvPushOperandTypes(opcode_entry->operandTypes + 2, expected_operands); in parseOperand() 640 spvPushOperandTypes(entry->operandTypes, expected_operands); in parseOperand() 676 spvPushOperandTypes(entry->operandTypes, expected_operands); in parseOperand() 684 spvPushOperandTypes(entry->operandTypes, expected_operands); in parseOperand()
|
D | text.cpp | 252 spvPushOperandTypes(extInst->operandTypes, pExpectedOperands); in spvTextEncodeOperand() 276 spvPushOperandTypes(opcodeEntry->operandTypes + 2, pExpectedOperands); in spvTextEncodeOperand() 428 spvPushOperandTypes(entry->operandTypes, pExpectedOperands); in spvTextEncodeOperand() 565 opcodeEntry->operandTypes[opcodeEntry->numTypes - i - 1]); in spvTextEncodeOpcode()
|
D | operand.cpp | 270 spvPushOperandTypes(entry->operandTypes, pattern); in spvPushOperandTypesForMask()
|
/external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/ |
D | EDOperand.cpp | 35 uint8_t operandType = inst.ThisInstInfo->operandTypes[opIndex]; in EDOperand() 59 uint8_t operandType = inst.ThisInstInfo->operandTypes[opIndex]; in EDOperand() 127 uint8_t operandType = Inst.ThisInstInfo->operandTypes[OpIndex]; in evaluate() 262 uint8_t operandType = Inst.ThisInstInfo->operandTypes[OpIndex]; in isMemory()
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | EDInstInfo.h | 22 uint8_t operandTypes[EDIS_MAX_OPERANDS]; member
|
/external/swiftshader/third_party/SPIRV-Tools/source/comp/ |
D | markv_decoder.cpp | 534 spvPushOperandTypes(ext_inst->operandTypes, expected_operands); in DecodeOperand() 704 spvPushOperandTypes(entry->operandTypes, expected_operands); in DecodeOperand() 745 spvPushOperandTypes(entry->operandTypes, expected_operands); in DecodeOperand() 753 spvPushOperandTypes(entry->operandTypes, expected_operands); in DecodeOperand() 813 opcode_desc->operandTypes[opcode_desc->numTypes - i - 1]); in DecodeInstruction()
|
/external/deqp-deps/SPIRV-Tools/source/comp/ |
D | markv_decoder.cpp | 534 spvPushOperandTypes(ext_inst->operandTypes, expected_operands); in DecodeOperand() 704 spvPushOperandTypes(entry->operandTypes, expected_operands); in DecodeOperand() 745 spvPushOperandTypes(entry->operandTypes, expected_operands); in DecodeOperand() 753 spvPushOperandTypes(entry->operandTypes, expected_operands); in DecodeOperand() 813 opcode_desc->operandTypes[opcode_desc->numTypes - i - 1]); in DecodeInstruction()
|