/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_logicals.cpp | 199 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/spirv-tools/source/val/ |
D | validate_logicals.cpp | 199 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/spirv-tools/source/val/ |
D | validate_logicals.cpp | 208 const uint32_t right_type = _.GetOperandTypeId(inst, 4); in LogicalsPass() local 229 if (result_type != left_type || result_type != right_type) in LogicalsPass() 254 const uint32_t right_type = _.GetOperandTypeId(inst, 3); in LogicalsPass() local 267 if (!right_type || in LogicalsPass() 268 (!_.IsIntScalarType(right_type) && !_.IsIntVectorType(right_type))) in LogicalsPass() 273 if (_.GetDimension(result_type) != _.GetDimension(right_type)) in LogicalsPass() 278 if (_.GetBitWidth(left_type) != _.GetBitWidth(right_type)) in LogicalsPass()
|
/third_party/node/deps/v8/src/compiler/ |
D | type-narrowing-reducer.cc | 30 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()
|
D | simplified-lowering-verifier.cc | 158 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()
|
D | js-typed-lowering.cc | 158 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().Maybe(t); in NeitherInputCanBe() [all …]
|
D | typed-optimization.cc | 523 Type right_type = NodeProperties::GetType(right); in ReduceStringComparison() local 531 if (!right_type.Is(type_cache_->kUint16)) { in ReduceStringComparison()
|
/third_party/node/deps/v8/src/codegen/ |
D | code-stub-assembler.cc | 12570 TNode<Uint16T> right_type = LoadMapInstanceType(right_map); in Equal() local 12571 GotoIf(IsStringInstanceType(right_type), &do_right_stringtonumber); in Equal() 12572 GotoIf(IsOddballInstanceType(right_type), &if_right_oddball); in Equal() 12573 GotoIf(IsBigIntInstanceType(right_type), &if_right_bigint); in Equal() 12574 GotoIf(IsJSReceiverInstanceType(right_type), &if_right_receiver); in Equal() 12634 TNode<Uint16T> right_type = LoadMapInstanceType(right_map); in Equal() local 12645 GotoIfNot(IsStringInstanceType(right_type), &use_symmetry); in Equal() 12650 CollectFeedbackForString(right_type))); in Equal() 12659 GotoIf(Word32NotEqual(left_type, right_type), &if_right_not_number); in Equal() 12669 GotoIf(IsStringInstanceType(right_type), &do_right_stringtonumber); in Equal() [all …]
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
D | instruction-selector-x64.cc | 2187 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/ |
D | gl4cCopyImageTests.cpp | 134 const glw::GLubyte* left_pixel, glw::GLenum right_format, glw::GLenum right_type, 2460 const GLubyte* left_pixel, GLenum right_format, GLenum right_type, in unpackAndComaprePixels() argument 2474 …unpackPixel(right_format, right_type, right_pixel, right_red, right_green, right_blue, right_alpha… in unpackAndComaprePixels()
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
D | instruction-selector-ia32.cc | 1610 MachineType right_type = MachineTypeForNarrow(right, left); in TryNarrowOpcodeSize() local 1611 if (left_type == right_type) { in TryNarrowOpcodeSize()
|