Home
last modified time | relevance | path

Searched refs:right_type (Results 1 - 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_logicals.cpp199 const uint32_t right_type = _.GetOperandTypeId(inst, 4); in LogicalsPass() local
220 if (result_type != left_type || result_type != right_type) in LogicalsPass()
245 const uint32_t right_type = _.GetOperandTypeId(inst, 3); in LogicalsPass() local
258 if (!right_type || in LogicalsPass()
259 (!_.IsIntScalarType(right_type) && !_.IsIntVectorType(right_type))) in LogicalsPass()
264 if (_.GetDimension(result_type) != _.GetDimension(right_type)) in LogicalsPass()
269 if (_.GetBitWidth(left_type) != _.GetBitWidth(right_type)) in LogicalsPass()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_logicals.cpp199 const uint32_t right_type = _.GetOperandTypeId(inst, 4); in LogicalsPass() local
220 if (result_type != left_type || result_type != right_type) in LogicalsPass()
245 const uint32_t right_type = _.GetOperandTypeId(inst, 3); in LogicalsPass() local
258 if (!right_type || in LogicalsPass()
259 (!_.IsIntScalarType(right_type) && !_.IsIntVectorType(right_type))) in LogicalsPass()
264 if (_.GetDimension(result_type) != _.GetDimension(right_type)) in LogicalsPass()
269 if (_.GetBitWidth(left_type) != _.GetBitWidth(right_type)) in LogicalsPass()
/third_party/node/deps/v8/src/compiler/
H A Dtype-narrowing-reducer.cc30 Type right_type = NodeProperties::GetType(node->InputAt(1)); in Reduce() local
32 right_type.Is(Type::PlainNumber())) { in Reduce()
33 if (left_type.Max() < right_type.Min()) { in Reduce()
35 } else if (left_type.Min() >= right_type.Max()) { in Reduce()
H A Dsimplified-lowering-verifier.cc158 Type right_type = InputType(node, 1); in VisitNode() local
161 if (left_type.Is(Type::BigInt()) && right_type.Is(Type::BigInt())) { in VisitNode()
163 output_type = op_typer.BigIntAdd(left_type, right_type); in VisitNode()
165 right_type.Is(Type::Number())) { in VisitNode()
167 output_type = op_typer.NumberAdd(left_type, right_type); in VisitNode()
172 right_type.PrintTo(right_str); in VisitNode()
H A Djs-typed-lowering.cc158 if (!right_type().Is(Type::Receiver())) { in CheckInputsToReceiver()
173 if (!right_type().Is(Type::ReceiverOrNullOrUndefined())) { in CheckInputsToReceiverOrNullOrUndefined()
197 if (!right_type().Is(Type::Symbol())) { in CheckInputsToSymbol()
216 if (!right_type().Is(Type::String())) { in CheckInputsToString()
235 if (!right_type().Is(Type::UniqueName())) { in CheckInputsToInternalizedString()
246 DCHECK(right_type().Is(Type::PlainPrimitive())); in ConvertInputsToNumber()
365 bool RightInputIs(Type t) { return right_type().Is(t); } in RightInputIs()
372 return left_type().Maybe(t) && right_type().Maybe(t); in BothInputsMaybe()
376 return !left_type().Maybe(t) || !right_type().Maybe(t); in OneInputCannotBe()
380 return !left_type().Maybe(t) && !right_type() in NeitherInputCanBe()
394 Type right_type() { return NodeProperties::GetType(node_->InputAt(1)); } right_type() function in v8::internal::compiler::final
[all...]
H A Dtyped-optimization.cc523 Type right_type = NodeProperties::GetType(right); in ReduceStringComparison() local
531 if (!right_type.Is(type_cache_->kUint16)) { in ReduceStringComparison()
/third_party/spirv-tools/source/val/
H A Dvalidate_logicals.cpp206 const uint32_t right_type = _.GetOperandTypeId(inst, 4); in LogicalsPass() local
227 if (result_type != left_type || result_type != right_type) in LogicalsPass()
252 const uint32_t right_type = _.GetOperandTypeId(inst, 3); in LogicalsPass() local
265 if (!right_type || in LogicalsPass()
266 (!_.IsIntScalarType(right_type) && !_.IsIntVectorType(right_type))) in LogicalsPass()
271 if (_.GetDimension(result_type) != _.GetDimension(right_type)) in LogicalsPass()
276 if (_.GetBitWidth(left_type) != _.GetBitWidth(right_type)) in LogicalsPass()
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.cc12570 TNode<Uint16T> right_type = LoadMapInstanceType(right_map);
12571 GotoIf(IsStringInstanceType(right_type), &do_right_stringtonumber);
12572 GotoIf(IsOddballInstanceType(right_type), &if_right_oddball);
12573 GotoIf(IsBigIntInstanceType(right_type), &if_right_bigint);
12574 GotoIf(IsJSReceiverInstanceType(right_type), &if_right_receiver);
12634 TNode<Uint16T> right_type = LoadMapInstanceType(right_map);
12645 GotoIfNot(IsStringInstanceType(right_type), &use_symmetry);
12650 CollectFeedbackForString(right_type)));
12659 GotoIf(Word32NotEqual(left_type, right_type), &if_right_not_number);
12669 GotoIf(IsStringInstanceType(right_type),
[all...]
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dinstruction-selector-x64.cc2187 MachineType right_type = MachineType::None(); in TryNarrowOpcodeSize() local
2190 right_type = left_type; in TryNarrowOpcodeSize()
2192 right_type = MachineTypeForNarrowWordAnd(right, left); in TryNarrowOpcodeSize()
2193 left_type = right_type; in TryNarrowOpcodeSize()
2199 right_type = MachineTypeForNarrow(right, left); in TryNarrowOpcodeSize()
2201 if (left_type == right_type) { in TryNarrowOpcodeSize()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cCopyImageTests.cpp134 const glw::GLubyte* left_pixel, glw::GLenum right_format, glw::GLenum right_type,
2453 * @param right_type Type of right image
2460 const GLubyte* left_pixel, GLenum right_format, GLenum right_type, in unpackAndComaprePixels()
2474 unpackPixel(right_format, right_type, right_pixel, right_red, right_green, right_blue, right_alpha); in unpackAndComaprePixels()
2459 unpackAndComaprePixels(GLenum left_format, GLenum left_type, GLenum left_internal_format, const GLubyte* left_pixel, GLenum right_format, GLenum right_type, GLenum right_internal_format, const GLubyte* right_pixel) unpackAndComaprePixels() argument
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dinstruction-selector-ia32.cc1610 MachineType right_type = MachineTypeForNarrow(right, left); in TryNarrowOpcodeSize() local
1611 if (left_type == right_type) { in TryNarrowOpcodeSize()

Completed in 37 milliseconds