Home
last modified time | relevance | path

Searched refs:constant_type (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/test/
Dtext_to_binary.constant_test.cpp97 std::string constant_type; member
106 const std::string input = "%1 = " + GetParam().constant_type + in TEST_P()
112 << " type: " << GetParam().constant_type in TEST_P()
374 const std::string input = "%1 = " + GetParam().constant_type + in TEST_P()
/external/deqp-deps/SPIRV-Tools/test/
Dtext_to_binary.constant_test.cpp97 std::string constant_type; member
106 const std::string input = "%1 = " + GetParam().constant_type + in TEST_P()
112 << " type: " << GetParam().constant_type in TEST_P()
374 const std::string input = "%1 = " + GetParam().constant_type + in TEST_P()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dtest_utils.cc444 ConstantType constant_type = ConstantType::kUnknown; in CreateLiteralForConstrainedUses() local
486 constant_type = GetInitValue(*use->to_apply()); in CreateLiteralForConstrainedUses()
491 constant_type = GetInitValue(*use->scatter()); in CreateLiteralForConstrainedUses()
515 switch (constant_type) { in CreateLiteralForConstrainedUses()
/external/v8/src/compiler/
Dtyped-optimization.h61 Node* comparison, Node* from_char_code, Type constant_type, in NON_EXPORTED_BASE()
Dtyped-optimization.cc365 Node* comparison, Node* from_char_code, Type constant_type, bool inverted) { in TryReduceStringComparisonOfStringFromSingleCharCode() argument
368 if (!constant_type.IsHeapConstant()) return NoChange(); in TryReduceStringComparisonOfStringFromSingleCharCode()
369 ObjectRef constant = constant_type.AsHeapConstant()->Ref(); in TryReduceStringComparisonOfStringFromSingleCharCode()