Home
last modified time | relevance | path

Searched defs:integer_type (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Dconst_folding_rules.cpp55 const analysis::Integer* integer_type, uint64_t result, in GenerateIntegerConstant()
920 const analysis::Integer* integer_type = result_type->AsInteger(); in FoldFToIOp() local
951 const analysis::Integer* integer_type = a->type()->AsInteger(); in FoldIToFOp() local
1716 const analysis::Integer* integer_type = result_type->AsInteger(); in FoldBinaryIntegerOperation() local
1745 const analysis::Integer* integer_type = result_type->AsInteger(); in FoldScalarSConvert() local
1758 const analysis::Integer* integer_type = result_type->AsInteger(); in FoldScalarUConvert() local
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dconst_folding_rules.cpp55 const analysis::Integer* integer_type, uint64_t result, in GenerateIntegerConstant()
920 const analysis::Integer* integer_type = result_type->AsInteger(); in FoldFToIOp() local
951 const analysis::Integer* integer_type = a->type()->AsInteger(); in FoldIToFOp() local
1716 const analysis::Integer* integer_type = result_type->AsInteger(); in FoldBinaryIntegerOperation() local
1745 const analysis::Integer* integer_type = result_type->AsInteger(); in FoldScalarSConvert() local
1758 const analysis::Integer* integer_type = result_type->AsInteger(); in FoldScalarUConvert() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/jit/transforms/
H A Dtf_jitrt_legalize_i1_type.cc57 if (auto integer_type = input_type.dyn_cast<IntegerType>()) { in PromoteI1ToI8() local
85 if (auto integer_type = in isLegalType() local
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Dconst_folding_rules.cpp867 const analysis::Integer* integer_type = result_type->AsInteger(); in FoldFToIOp() local
898 const analysis::Integer* integer_type = a->type()->AsInteger(); in FoldIToFOp() local
1663 const analysis::Integer* integer_type = result_type->AsInteger(); in FoldBinaryIntegerOperation() local
1692 const analysis::Integer* integer_type = result_type->AsInteger(); in FoldScalarSConvert() local
1705 const analysis::Integer* integer_type = result_type->AsInteger(); in FoldScalarUConvert() local
H A Dconstants.cpp529 const analysis::Integer* integer_type, uint64_t result) { in GenerateIntegerConstant()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/detail/include/boost/detail/
Dnumeric_traits.hpp103 typedef Integer integer_type; typedef
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/
H A Dtype_to_shape.cc63 } else if (auto integer_type = type.dyn_cast<mlir::IntegerType>()) { in TypeToPrimitiveType() local
H A Dhlo_function_importer.cc1347 mlir::IntegerType integer_type = in ImportInstructionImpl() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Symbol/
DTypeSystem.h314 std::function<bool(const CompilerType &integer_type, in ForEachEnumerator()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Symbol/
DTypeSystem.h315 std::function<bool(const CompilerType &integer_type, in ForEachEnumerator()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Symbol/
DTypeSystem.h315 std::function<bool(const CompilerType &integer_type, in ForEachEnumerator()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Symbol/
DTypeSystem.h331 std::function<bool(const CompilerType &integer_type, in ForEachEnumerator()
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/codegen/
Dhelpers.rs105 pub(crate) fn integer_type( in integer_type() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dvector_support_library.cc146 llvm::Type* integer_type = IntegerTypeForFloatSize(is_vector); in I1ToFloat() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Delemental_ir_emitter.cc1599 llvm::IntegerType* integer_type = in SaturateShiftIfNecessary() local
1627 auto* integer_type = llvm::cast<llvm::IntegerType>(type); in GetIntSMin() local
1633 auto* integer_type = llvm::cast<llvm::IntegerType>(type); in GetMinusOne() local
/aosp_15_r20/external/igt-gpu-tools/assembler/
H A Dbrw_eu_emit.c482 unsigned integer_type, in brw_set_math_message()
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_eu_emit.c396 unsigned integer_type, in elk_set_math_message()
/aosp_15_r20/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli545 val integer_type : llcontext -> int -> lltype val