Home
last modified time | relevance | path

Searched refs:result_types (Results 1 – 12 of 12) sorted by relevance

/third_party/node/deps/v8/src/torque/
Dcsa-generator.cc523 std::vector<const Type*> result_types = in EmitInstruction() local
537 std::vector<std::string> result_names(result_types.size()); in EmitInstruction()
538 for (size_t i = 0; i < result_types.size(); ++i) { in EmitInstruction()
540 decls() << " TNode<" << result_types[i]->GetGeneratedTNodeTypeName() in EmitInstruction()
546 switch (result_types.size()) { in EmitInstruction()
549 lhs_type = result_types[0]->GetGeneratedTNodeTypeName(); in EmitInstruction()
556 lhs_type = "PairT<" + result_types[0]->GetGeneratedTNodeTypeName() + in EmitInstruction()
557 ", " + result_types[1]->GetGeneratedTNodeTypeName() + ">"; in EmitInstruction()
563 result_types.size()); in EmitInstruction()
570 std::string generated_type = result_types[0]->GetGeneratedTNodeTypeName(); in EmitInstruction()
[all …]
/third_party/spirv-tools/source/val/
Dvalidate_arithmetics.cpp414 std::vector<uint32_t> result_types; in ArithmeticsPass() local
415 if (!_.GetStructMemberTypes(result_type, &result_types)) in ArithmeticsPass()
420 if (result_types.size() != 2) in ArithmeticsPass()
426 if (!_.IsIntScalarType(result_types[0]) && in ArithmeticsPass()
427 !_.IsIntVectorType(result_types[0])) in ArithmeticsPass()
433 if (!_.IsUnsignedIntScalarType(result_types[0]) && in ArithmeticsPass()
434 !_.IsUnsignedIntVectorType(result_types[0])) in ArithmeticsPass()
440 if (result_types[0] != result_types[1]) in ArithmeticsPass()
448 if (left_type_id != result_types[0] || right_type_id != result_types[0]) in ArithmeticsPass()
Dvalidate_extensions.cpp1041 std::vector<uint32_t> result_types; in ValidateExtInst() local
1042 if (!_.GetStructMemberTypes(result_type, &result_types) || in ValidateExtInst()
1043 result_types.size() != 2 || in ValidateExtInst()
1044 !_.IsFloatScalarOrVectorType(result_types[0]) || in ValidateExtInst()
1045 result_types[1] != result_types[0]) { in ValidateExtInst()
1053 if (x_type != result_types[0]) { in ValidateExtInst()
1146 std::vector<uint32_t> result_types; in ValidateExtInst() local
1147 if (!_.GetStructMemberTypes(result_type, &result_types) || in ValidateExtInst()
1148 result_types.size() != 2 || in ValidateExtInst()
1149 !_.IsFloatScalarOrVectorType(result_types[0]) || in ValidateExtInst()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_arithmetics.cpp414 std::vector<uint32_t> result_types; in ArithmeticsPass() local
415 if (!_.GetStructMemberTypes(result_type, &result_types)) in ArithmeticsPass()
420 if (result_types.size() != 2) in ArithmeticsPass()
426 if (!_.IsIntScalarType(result_types[0]) && in ArithmeticsPass()
427 !_.IsIntVectorType(result_types[0])) in ArithmeticsPass()
433 if (!_.IsUnsignedIntScalarType(result_types[0]) && in ArithmeticsPass()
434 !_.IsUnsignedIntVectorType(result_types[0])) in ArithmeticsPass()
440 if (result_types[0] != result_types[1]) in ArithmeticsPass()
448 if (left_type_id != result_types[0] || right_type_id != result_types[0]) in ArithmeticsPass()
Dvalidate_extensions.cpp1012 std::vector<uint32_t> result_types; in ValidateExtInst() local
1013 if (!_.GetStructMemberTypes(result_type, &result_types) || in ValidateExtInst()
1014 result_types.size() != 2 || in ValidateExtInst()
1015 !_.IsFloatScalarOrVectorType(result_types[0]) || in ValidateExtInst()
1016 result_types[1] != result_types[0]) { in ValidateExtInst()
1024 if (x_type != result_types[0]) { in ValidateExtInst()
1117 std::vector<uint32_t> result_types; in ValidateExtInst() local
1118 if (!_.GetStructMemberTypes(result_type, &result_types) || in ValidateExtInst()
1119 result_types.size() != 2 || in ValidateExtInst()
1120 !_.IsFloatScalarOrVectorType(result_types[0]) || in ValidateExtInst()
[all …]
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_arithmetics.cpp414 std::vector<uint32_t> result_types; in ArithmeticsPass() local
415 if (!_.GetStructMemberTypes(result_type, &result_types)) in ArithmeticsPass()
420 if (result_types.size() != 2) in ArithmeticsPass()
426 if (!_.IsIntScalarType(result_types[0]) && in ArithmeticsPass()
427 !_.IsIntVectorType(result_types[0])) in ArithmeticsPass()
433 if (!_.IsUnsignedIntScalarType(result_types[0]) && in ArithmeticsPass()
434 !_.IsUnsignedIntVectorType(result_types[0])) in ArithmeticsPass()
440 if (result_types[0] != result_types[1]) in ArithmeticsPass()
448 if (left_type_id != result_types[0] || right_type_id != result_types[0]) in ArithmeticsPass()
Dvalidate_extensions.cpp1012 std::vector<uint32_t> result_types; in ValidateExtInst() local
1013 if (!_.GetStructMemberTypes(result_type, &result_types) || in ValidateExtInst()
1014 result_types.size() != 2 || in ValidateExtInst()
1015 !_.IsFloatScalarOrVectorType(result_types[0]) || in ValidateExtInst()
1016 result_types[1] != result_types[0]) { in ValidateExtInst()
1024 if (x_type != result_types[0]) { in ValidateExtInst()
1117 std::vector<uint32_t> result_types; in ValidateExtInst() local
1118 if (!_.GetStructMemberTypes(result_type, &result_types) || in ValidateExtInst()
1119 result_types.size() != 2 || in ValidateExtInst()
1120 !_.IsFloatScalarOrVectorType(result_types[0]) || in ValidateExtInst()
[all …]
/third_party/mesa3d/src/amd/compiler/tests/
Dcheck_output.py513 result_types = ['passed', 'failed', 'todo', 'empty'] variable
516 for t in result_types:
518 for t in result_types:
/third_party/python/Lib/test/
Dtest_urlparse.py895 result_types = [
900 for result_type in result_types:
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_msl.hpp1112 std::unordered_map<uint32_t, uint32_t> result_types; member
Dspirv_msl.cpp14972 result_types[result_id] = result_type; in handle()
15055 uint32_t tid = result_types[args[opcode == OpImageWrite ? 0 : 2]]; in get_spv_func_impl()
/third_party/node/deps/v8/src/wasm/
Dc-api.cc1720 const ownvec<ValType>& result_types = self->type->results(); in v8_callback() local
1723 int num_result_types = static_cast<int>(result_types.size()); in v8_callback()
1773 switch (result_types[i]->kind()) { in v8_callback()