Home
last modified time | relevance | path

Searched defs:rhs_type (Results 1 – 13 of 13) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dtyped-optimization.cc322 Type const rhs_type = NodeProperties::GetType(rhs); in ReduceNumberFloor() local
404 Type const rhs_type = NodeProperties::GetType(rhs); in ReduceReferenceEqual() local
517 Type rhs_type = NodeProperties::GetType(rhs); in ReduceStringComparison() local
584 Type const rhs_type = NodeProperties::GetType(rhs); in ReduceSameValue() local
791 Type const rhs_type = NodeProperties::GetType(rhs); in ReduceSpeculativeNumberAdd() local
859 Type const rhs_type = NodeProperties::GetType(rhs); in ReduceSpeculativeNumberBinop() local
882 Type const rhs_type = NodeProperties::GetType(rhs); in ReduceSpeculativeNumberComparison() local
Dsimplified-lowering.cc1272 void MaskShiftOperand(Node* node, Type rhs_type) { in MaskShiftOperand()
2238 Type const rhs_type = TypeOf(node->InputAt(1)); in VisitNode() local
2275 Type const rhs_type = TypeOf(node->InputAt(1)); in VisitNode() local
2312 Type const rhs_type = TypeOf(node->InputAt(1)); in VisitNode() local
2577 Type const rhs_type = TypeOf(node->InputAt(1)); in VisitNode() local
2625 Type rhs_type = GetUpperBound(node->InputAt(1)); in VisitNode() local
2637 Type rhs_type = GetUpperBound(node->InputAt(1)); in VisitNode() local
2648 Type rhs_type = GetUpperBound(node->InputAt(1)); in VisitNode() local
2659 Type rhs_type = GetUpperBound(node->InputAt(1)); in VisitNode() local
2671 Type rhs_type = GetUpperBound(node->InputAt(1)); in VisitNode() local
[all …]
/third_party/skia/third_party/externals/tint/src/resolver/
Dresolver_test.cc1502 auto* rhs_type = params.create_rhs_type(*this); in TEST_P() local
1542 auto* rhs_type = create_rhs_type(*this); in TEST_P() local
1598 auto* rhs_type = rhs_create_type_func(*this); in TEST_P() local
1634 const ast::Type* rhs_type = nullptr; in TEST_P() local
1685 auto* rhs_type = ty.mat<f32>(rhs_mat_cols, rhs_mat_rows); in TEST_P() local
Dtype_constructor_validation_test.cc237 builder::ast_type_func_ptr rhs_type; member
305 auto* rhs_type = params.rhs_type(*this); in TEST_P() local
394 auto* rhs_type = rhs_params.ast(*this); in TEST_P() local
/third_party/mesa3d/src/compiler/glsl/
Dast_function.cpp1528 const glsl_type *rhs_type = in emit_inline_vector_constructor() local
/third_party/skia/third_party/externals/tint/src/writer/msl/
Dgenerator_impl.cc434 auto* rhs_type = TypeOf(expr->rhs)->UnwrapRef(); in EmitBinary() local
/third_party/node/deps/v8/src/builtins/
Dbuiltins-string-gen.cc245 TNode<String> rhs, TNode<Word32T> rhs_instance_type, MachineType rhs_type, in StringEqual_Loop()
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
Dgenerator_impl.cc649 auto* rhs_type = TypeOf(expr->rhs)->UnwrapRef(); in EmitBinary() local
/third_party/skia/third_party/externals/tint/src/writer/spirv/
Dbuilder.cc1988 auto* rhs_type = TypeOf(expr->rhs)->UnwrapRef(); in GenerateBinaryExpression() local
/third_party/node/deps/v8/src/interpreter/
Dbytecode-generator.cc6227 TypeHint rhs_type = VisitForAccumulatorValue(expr->right()); in VisitArithmeticExpression() local
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_glsl.cpp15648 auto &rhs_type = get<SPIRType>(rhs_type_id); in emit_copy_logical_type() local
/third_party/json/tests/abi/include/nlohmann/
Djson_v3_10_5.hpp20481 const auto rhs_type = rhs.type(); in operator ==() local
20598 const auto rhs_type = rhs.type(); in operator <() local
/third_party/libabigail/src/
Dabg-ir.cc22291 const type_base& rhs_type) in maybe_propagate_canonical_type()