Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tfrt/jit/transforms/
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
/external/sdv/vsomeip/third_party/boost/detail/include/boost/detail/
Dnumeric_traits.hpp103 typedef Integer integer_type; typedef
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dtype_to_shape.cc63 } else if (auto integer_type = type.dyn_cast<mlir::IntegerType>()) { in TypeToPrimitiveType() local
Dhlo_function_importer.cc1347 mlir::IntegerType integer_type = in ImportInstructionImpl() local
/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
/external/angle/third_party/spirv-tools/src/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
/external/swiftshader/third_party/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
/external/rust/crates/bindgen/codegen/
Dhelpers.rs105 pub(crate) fn integer_type( in integer_type() function
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dvector_support_library.cc146 llvm::Type* integer_type = IntegerTypeForFloatSize(is_vector); in I1ToFloat() local
/external/tensorflow/tensorflow/compiler/xla/service/
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
/external/igt-gpu-tools/assembler/
Dbrw_eu_emit.c482 unsigned integer_type, in brw_set_math_message()
/external/mesa3d/src/intel/compiler/elk/
Delk_eu_emit.c472 unsigned integer_type, in elk_set_math_message()
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli545 val integer_type : llcontext -> int -> lltype val