Home
last modified time | relevance | path

Searched defs:int_type (Results 1 – 25 of 127) sorted by relevance

123456

/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_equation_instruction.cpp175 if (const auto* int_type = vector->element_type()->AsInteger()) { in MaybeGetResultTypeId() local
198 } else if (const auto* int_type = operand_type->AsInteger()) { in MaybeGetResultTypeId() local
Dtransformation_replace_constant_with_uniform.cpp56 opt::analysis::Integer int_type(32, true); in MakeAccessChainInstruction() local
210 opt::analysis::Integer int_type(32, true); in IsApplicable() local
Dfuzzer_pass_add_equation_instructions.cpp177 if (const auto* int_type = in Apply() local
189 } else if (const auto* int_type = operand_type->AsInteger()) { in Apply() local
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_equation_instruction.cpp174 if (const auto* int_type = vector->element_type()->AsInteger()) { in MaybeGetResultTypeId() local
197 } else if (const auto* int_type = operand_type->AsInteger()) { in MaybeGetResultTypeId() local
Dtransformation_replace_constant_with_uniform.cpp56 opt::analysis::Integer int_type(32, true); in MakeAccessChainInstruction() local
209 opt::analysis::Integer int_type(32, true); in IsApplicable() local
Dfuzzer_pass_add_equation_instructions.cpp173 if (const auto* int_type = in Apply() local
185 } else if (const auto* int_type = operand_type->AsInteger()) { in Apply() local
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/
Dtransformation_equation_instruction.cpp175 if (const auto* int_type = vector->element_type()->AsInteger()) { in MaybeGetResultTypeId() local
198 } else if (const auto* int_type = operand_type->AsInteger()) { in MaybeGetResultTypeId() local
Dtransformation_replace_constant_with_uniform.cpp56 opt::analysis::Integer int_type(32, true); in MakeAccessChainInstruction() local
210 opt::analysis::Integer int_type(32, true); in IsApplicable() local
Dfuzzer_pass_add_equation_instructions.cpp177 if (const auto* int_type = in Apply() local
189 } else if (const auto* int_type = operand_type->AsInteger()) { in Apply() local
/external/libcxx/test/std/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops/
Dfailed.pass.cpp22 typedef typename std::basic_streambuf<Char,Traits>::int_type int_type; typedef
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_const.h146 LLVMTypeRef int_type; in lp_build_const_int_pointer() local
/external/libabigail/doc/vizualization/graph/sources/
Dsa-base.cc5 typedef long int_type; typedef
Dsa-B.cc5 typedef long int_type; typedef
Dsa-A.cc5 typedef long int_type; typedef
/external/cronet/buildtools/third_party/libc++/trunk/test/std/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops/
Dfailed.pass.cpp23 typedef typename std::basic_streambuf<Char,Traits>::int_type int_type; typedef
/external/libabigail/doc/vizualization/layout/sources/
Dsa-base.cc5 typedef long int_type; typedef
Dsa-B.cc5 typedef long int_type; typedef
Dsa-A.cc5 typedef long int_type; typedef
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dconstants.cpp106 const auto* int_type = type()->AsInteger(); in GetZeroExtendedValue() local
125 const auto* int_type = type()->AsInteger(); in GetSignExtendedValue() local
436 else if (const auto* int_type = element_type->AsInteger()) in GetNumericVectorConstantWithWords() local
494 Type* int_type = context()->get_type_mgr()->GetIntType(bitWidth, isSigned); in GetIntConst() local
/external/cronet/buildtools/third_party/libc++/trunk/test/std/strings/basic.string.hash/
Denabled_hashes.pass.cpp30 using int_type = std::char_traits<char>::int_type; typedef
/external/cronet/buildtools/third_party/libc++/trunk/test/std/strings/string.view/string.view.hash/
Denabled_hashes.pass.cpp30 using int_type = std::char_traits<char>::int_type; typedef
/external/tensorflow/tensorflow/compiler/tf2xla/
Dliteral_util_test.cc55 using int_type = typename TypeParam::first_type; in TYPED_TEST() typedef
/external/cronet/buildtools/third_party/libc++/trunk/test/std/strings/string.view/string.view.comparison/
Dcomparison.verify.cpp27 typedef int int_type; typedef
/external/cronet/buildtools/third_party/libc++/trunk/src/
Dstd_stream.h40 typedef typename traits_type::int_type int_type; typedef
228 typedef typename traits_type::int_type int_type; typedef
/external/tensorflow/tensorflow/dtensor/mlir/expansions/
Dfill_spmd_expander.cc65 auto int_type = mlir::RankedTensorType::get( in ExpandOp() local

123456