| /external/v8/src/interpreter/ |
| D | bytecode-array-accessor.cc | 136 OperandType operand_type = in GetIndexOperand() local 148 OperandType operand_type = in GetRegisterOperand() local 163 OperandType operand_type = operand_types[operand_index]; in GetRegisterOperandRange() local 175 OperandType operand_type = in GetRuntimeIdOperand() local 184 OperandType operand_type = in GetNativeContextIndexOperand() local 192 OperandType operand_type = in GetIntrinsicIdOperand() local
|
| D | bytecode-decoder.cc | 19 OperandType operand_type, in DecodeRegisterOperand() 29 Address operand_start, uint32_t count, OperandType operand_type, in DecodeRegisterListOperand() 38 OperandType operand_type, in DecodeSignedOperand() 56 OperandType operand_type, in DecodeUnsignedOperand()
|
| D | bytecode-operands.cc | 29 const char* OperandTypeToString(OperandType operand_type) { in OperandTypeToString() 79 std::ostream& operator<<(std::ostream& os, const OperandType& operand_type) { in operator <<()
|
| D | bytecodes.cc | 187 bool Bytecodes::IsRegisterOperandType(OperandType operand_type) { in IsRegisterOperandType() 204 bool Bytecodes::IsRegisterListOperandType(OperandType operand_type) { in IsRegisterListOperandType() 228 bool Bytecodes::IsRegisterInputOperandType(OperandType operand_type) { in IsRegisterInputOperandType() 246 bool Bytecodes::IsRegisterOutputOperandType(OperandType operand_type) { in IsRegisterOutputOperandType() 314 bool Bytecodes::IsUnsignedOperandType(OperandType operand_type) { in IsUnsignedOperandType()
|
| D | bytecode-operands.h | 161 static constexpr bool IsScalableSignedByte(OperandType operand_type) { in IsScalableSignedByte() 167 static constexpr bool IsScalableUnsignedByte(OperandType operand_type) { in IsScalableUnsignedByte()
|
| D | bytecodes.h | 837 static int GetNumberOfRegistersRepresentedBy(OperandType operand_type) { in GetNumberOfRegistersRepresentedBy() 857 static OperandSize SizeOfOperand(OperandType operand_type, in SizeOfOperand()
|
| /external/swiftshader/third_party/SPIRV-Tools/source/val/ |
| D | validate_composites.cpp | 208 const uint32_t operand_type = _.GetOperandTypeId(inst, operand_index); in ValidateCompositeConstruct() local 249 const uint32_t operand_type = _.GetOperandTypeId(inst, operand_index); in ValidateCompositeConstruct() local 284 const uint32_t operand_type = _.GetOperandTypeId(inst, operand_index); in ValidateCompositeConstruct() local 307 const uint32_t operand_type = _.GetOperandTypeId(inst, operand_index); in ValidateCompositeConstruct() local 375 const uint32_t operand_type = _.GetOperandTypeId(inst, 2); in ValidateCopyObject() local
|
| D | validate_extensions.cpp | 140 const uint32_t operand_type = _.GetOperandTypeId(inst, operand_index); in ValidateExtInst() local 173 const uint32_t operand_type = _.GetOperandTypeId(inst, operand_index); in ValidateExtInst() local 244 const uint32_t operand_type = _.GetOperandTypeId(inst, operand_index); in ValidateExtInst() local 913 const uint32_t operand_type = _.GetOperandTypeId(inst, operand_index); in ValidateExtInst() local 1202 const uint32_t operand_type = _.GetOperandTypeId(inst, operand_index); in ValidateExtInst() local 1287 const uint32_t operand_type = _.GetOperandTypeId(inst, operand_index); in ValidateExtInst() local 1441 const uint32_t operand_type = _.GetOperandTypeId(inst, operand_index); in ValidateExtInst() local
|
| D | validate_logicals.cpp | 59 const uint32_t operand_type = _.GetOperandTypeId(inst, 2); in LogicalsPass() local
|
| /external/deqp-deps/SPIRV-Tools/source/val/ |
| D | validate_composites.cpp | 208 const uint32_t operand_type = _.GetOperandTypeId(inst, operand_index); in ValidateCompositeConstruct() local 249 const uint32_t operand_type = _.GetOperandTypeId(inst, operand_index); in ValidateCompositeConstruct() local 284 const uint32_t operand_type = _.GetOperandTypeId(inst, operand_index); in ValidateCompositeConstruct() local 307 const uint32_t operand_type = _.GetOperandTypeId(inst, operand_index); in ValidateCompositeConstruct() local 375 const uint32_t operand_type = _.GetOperandTypeId(inst, 2); in ValidateCopyObject() local
|
| D | validate_extensions.cpp | 140 const uint32_t operand_type = _.GetOperandTypeId(inst, operand_index); in ValidateExtInst() local 173 const uint32_t operand_type = _.GetOperandTypeId(inst, operand_index); in ValidateExtInst() local 244 const uint32_t operand_type = _.GetOperandTypeId(inst, operand_index); in ValidateExtInst() local 913 const uint32_t operand_type = _.GetOperandTypeId(inst, operand_index); in ValidateExtInst() local 1202 const uint32_t operand_type = _.GetOperandTypeId(inst, operand_index); in ValidateExtInst() local 1287 const uint32_t operand_type = _.GetOperandTypeId(inst, operand_index); in ValidateExtInst() local 1441 const uint32_t operand_type = _.GetOperandTypeId(inst, operand_index); in ValidateExtInst() local
|
| D | validate_logicals.cpp | 59 const uint32_t operand_type = _.GetOperandTypeId(inst, 2); in LogicalsPass() local
|
| /external/tensorflow/tensorflow/lite/ |
| D | nnapi_delegate.cc | 169 ANeuralNetworksOperandType operand_type{ in addTensorOperands() local 236 ANeuralNetworksOperandType operand_type{.type = ANEURALNETWORKS_INT32}; in AddOpsAndParams() local 245 ANeuralNetworksOperandType operand_type{.type = ANEURALNETWORKS_FLOAT32}; in AddOpsAndParams() local 253 ANeuralNetworksOperandType operand_type{ in AddOpsAndParams() local 270 ANeuralNetworksOperandType operand_type{ in AddOpsAndParams() local 370 ANeuralNetworksOperandType operand_type{ in AddOpsAndParams() local 409 ANeuralNetworksOperandType operand_type{nn_type, 2, dim.data(), 0, 0}; in AddOpsAndParams() local
|
| /external/tensorflow/tensorflow/contrib/lite/ |
| D | nnapi_delegate.cc | 201 ANeuralNetworksOperandType operand_type{ in addTensorOperands() local 267 ANeuralNetworksOperandType operand_type{.type = ANEURALNETWORKS_INT32}; in AddOpsAndParams() local 276 ANeuralNetworksOperandType operand_type{.type = ANEURALNETWORKS_FLOAT32}; in AddOpsAndParams() local 284 ANeuralNetworksOperandType operand_type{ in AddOpsAndParams() local 301 ANeuralNetworksOperandType operand_type{ in AddOpsAndParams() local 400 ANeuralNetworksOperandType operand_type{ in AddOpsAndParams() local 439 ANeuralNetworksOperandType operand_type{nn_type, 2, dim.data(), 0, 0}; in AddOpsAndParams() local
|
| /external/tensorflow/tensorflow/compiler/xla/client/lib/ |
| D | comparators.cc | 112 for (auto operand_type : operand_types) { in CreateScalarComparisonComputation() local
|
| /external/tensorflow/tensorflow/lite/delegates/nnapi/ |
| D | nnapi_delegate.cc | 308 ANeuralNetworksOperandType operand_type{ in AddDequantize() local 353 ANeuralNetworksOperandType operand_type{.type = nn_type}; in AddScalarOperand() local 368 ANeuralNetworksOperandType operand_type{ in AddVectorOperand() local 386 ANeuralNetworksOperandType operand_type{ in AddFloat32OutputTensor() local 457 ANeuralNetworksOperandType operand_type{ in AddTensor() local
|
| /external/v8/src/runtime/ |
| D | runtime-interpreter.cc | 89 interpreter::OperandType operand_type = in PrintRegisters() local
|
| /external/libunwind/src/dwarf/ |
| D | Gexpr.c | 125 unw_word_t *addr, int operand_type, unw_word_t *val, void *arg) in read_operand()
|
| /external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| D | fold_spec_constant_op_and_composite_pass.cpp | 238 const analysis::Type* operand_type = operand_const->type(); in DoVectorShuffle() local
|
| D | const_folding_rules.cpp | 641 const analysis::Type* operand_type = in FoldFClampFeedingCompare() local
|
| D | folding_rules.cpp | 1919 const analysis::Type* operand_type = nullptr; in RedundantIAdd() local
|
| /external/deqp-deps/SPIRV-Tools/source/opt/ |
| D | fold_spec_constant_op_and_composite_pass.cpp | 238 const analysis::Type* operand_type = operand_const->type(); in DoVectorShuffle() local
|
| D | const_folding_rules.cpp | 641 const analysis::Type* operand_type = in FoldFClampFeedingCompare() local
|
| /external/tensorflow/tensorflow/java/src/gen/cc/ |
| D | op_generator.cc | 428 Type operand_type(output.type().wildcard() ? Type::Class("Object") in GenerateOp() local
|
| /external/tensorflow/tensorflow/compiler/xla/service/ |
| D | bfloat16_propagation.cc | 422 PrimitiveType operand_type = in AdjustCalledComputationParameters() local
|