Home
last modified time | relevance | path

Searched refs:right_type (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_logicals.cpp187 const uint32_t right_type = _.GetOperandTypeId(inst, 4); in LogicalsPass() local
200 if (result_type != left_type || result_type != right_type) in LogicalsPass()
224 const uint32_t right_type = _.GetOperandTypeId(inst, 3); in LogicalsPass() local
237 if (!right_type || in LogicalsPass()
238 (!_.IsIntScalarType(right_type) && !_.IsIntVectorType(right_type))) in LogicalsPass()
243 if (_.GetDimension(result_type) != _.GetDimension(right_type)) in LogicalsPass()
248 if (_.GetBitWidth(left_type) != _.GetBitWidth(right_type)) in LogicalsPass()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_logicals.cpp186 const uint32_t right_type = _.GetOperandTypeId(inst, 4); in LogicalsPass() local
199 if (result_type != left_type || result_type != right_type) in LogicalsPass()
223 const uint32_t right_type = _.GetOperandTypeId(inst, 3); in LogicalsPass() local
236 if (!right_type || in LogicalsPass()
237 (!_.IsIntScalarType(right_type) && !_.IsIntVectorType(right_type))) in LogicalsPass()
242 if (_.GetDimension(result_type) != _.GetDimension(right_type)) in LogicalsPass()
247 if (_.GetBitWidth(left_type) != _.GetBitWidth(right_type)) in LogicalsPass()
/external/v8/src/compiler/
Dtype-narrowing-reducer.cc32 Type right_type = NodeProperties::GetType(node->InputAt(1)); in Reduce() local
34 right_type.Is(Type::PlainNumber())) { in Reduce()
35 if (left_type.Max() < right_type.Min()) { in Reduce()
37 } else if (left_type.Min() >= right_type.Max()) { in Reduce()
Djs-typed-lowering.cc132 if (!right_type().Is(Type::Receiver())) { in CheckInputsToReceiver()
150 if (!right_type().Is(Type::Symbol())) { in CheckInputsToSymbol()
169 if (!right_type().Is(Type::String())) { in CheckInputsToString()
188 if (!right_type().Is(Type::UniqueName())) { in CheckInputsToInternalizedString()
199 DCHECK(right_type().Is(Type::PlainPrimitive())); in ConvertInputsToNumber()
335 bool RightInputIs(Type t) { return right_type().Is(t); } in RightInputIs()
342 return left_type().Maybe(t) && right_type().Maybe(t); in BothInputsMaybe()
346 return !left_type().Maybe(t) || !right_type().Maybe(t); in OneInputCannotBe()
350 return !left_type().Maybe(t) && !right_type().Maybe(t); in NeitherInputCanBe()
359 Type right_type() { return NodeProperties::GetType(node_->InputAt(1)); } in right_type() function in v8::internal::compiler::JSBinopReduction
[all …]
Dtyped-optimization.cc427 Type right_type = NodeProperties::GetType(right); in ReduceStringComparison() local
435 if (!right_type.Is(type_cache_.kUint16)) { in ReduceStringComparison()
/external/v8/src/
Dcode-stub-assembler.cc10750 Node* right_type = LoadMapInstanceType(right_map); in Equal() local
10751 GotoIf(IsStringInstanceType(right_type), &do_right_stringtonumber); in Equal()
10752 GotoIf(IsBigIntInstanceType(right_type), &if_right_bigint); in Equal()
10753 Branch(IsJSReceiverInstanceType(right_type), &if_right_receiver, in Equal()
10796 Node* right_type = LoadMapInstanceType(right_map); in Equal() local
10808 GotoIfNot(IsStringInstanceType(right_type), &use_symmetry); in Equal()
10812 CollectFeedbackForString(right_type))); in Equal()
10819 GotoIf(Word32NotEqual(left_type, right_type), &if_right_not_number); in Equal()
10833 GotoIf(IsStringInstanceType(right_type), &do_right_stringtonumber); in Equal()
10835 GotoIf(IsBigIntInstanceType(right_type), &use_symmetry); in Equal()
[all …]
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp637 unsigned right_type = getTypeOfMaskedICmp(A, D, E, RHSCC); in foldLogOpOfMaskedICmpsHelper() local
638 return left_type & right_type; in foldLogOpOfMaskedICmpsHelper()
/external/deqp/external/openglcts/modules/gl/
Dgl4cCopyImageTests.cpp134 const glw::GLubyte* left_pixel, glw::GLenum right_format, glw::GLenum right_type,
2473 const GLubyte* left_pixel, GLenum right_format, GLenum right_type, in unpackAndComaprePixels() argument
2487 …unpackPixel(right_format, right_type, right_pixel, right_red, right_green, right_blue, right_alpha… in unpackAndComaprePixels()
/external/v8/src/compiler/x64/
Dinstruction-selector-x64.cc1627 MachineType right_type = MachineTypeForNarrow(right, left); in TryNarrowOpcodeSize() local
1628 if (left_type == right_type) { in TryNarrowOpcodeSize()
/external/v8/src/compiler/ia32/
Dinstruction-selector-ia32.cc1168 MachineType right_type = MachineTypeForNarrow(right, left); in TryNarrowOpcodeSize() local
1169 if (left_type == right_type) { in TryNarrowOpcodeSize()