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/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/rust/crates/bindgen/codegen/
Dhelpers.rs108 pub 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/deqp-deps/SPIRV-Tools/source/opt/
Dconst_folding_rules.cpp617 const analysis::Integer* integer_type = result_type->AsInteger(); in FoldFToIOp() local
648 const analysis::Integer* integer_type = a->type()->AsInteger(); in FoldIToFOp() local
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dconst_folding_rules.cpp707 const analysis::Integer* integer_type = result_type->AsInteger(); in FoldFToIOp() local
738 const analysis::Integer* integer_type = a->type()->AsInteger(); in FoldIToFOp() local
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dconst_folding_rules.cpp810 const analysis::Integer* integer_type = result_type->AsInteger(); in FoldFToIOp() local
841 const analysis::Integer* integer_type = a->type()->AsInteger(); in FoldIToFOp() 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/libabigail/src/
Dabg-comp-filter.cc1342 const type_base *integer_type = 0; in has_harmless_enum_to_int_change() local
/external/igt-gpu-tools/assembler/
Dbrw_eu_emit.c482 unsigned integer_type, in brw_set_math_message()
/external/mesa3d/src/intel/compiler/
Dbrw_eu_emit.c472 unsigned integer_type, in brw_set_math_message()
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli545 val integer_type : llcontext -> int -> lltype val