Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/xla/
Dtype_to_shape.cc63 } else if (auto integer_type = type.dyn_cast<mlir::IntegerType>()) { in TypeToPrimitiveType() local
/external/rust/crates/bindgen/src/codegen/
Dhelpers.rs106 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.cpp430 const analysis::Integer* integer_type = result_type->AsInteger(); in FoldFToIOp() local
461 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.cpp430 const analysis::Integer* integer_type = result_type->AsInteger(); in FoldFToIOp() local
461 const analysis::Integer* integer_type = a->type()->AsInteger(); in FoldIToFOp() local
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dconst_folding_rules.cpp430 const analysis::Integer* integer_type = result_type->AsInteger(); in FoldFToIOp() local
461 const analysis::Integer* integer_type = a->type()->AsInteger(); in FoldIToFOp() local
/external/libabigail/src/
Dabg-comp-filter.cc1305 const type_base *integer_type = 0; in has_harmless_enum_to_int_change() local
/external/tensorflow/tensorflow/compiler/xla/service/
Delemental_ir_emitter.cc1596 llvm::IntegerType* integer_type = in SaturateShiftIfNecessary() local
1624 auto* integer_type = llvm::cast<llvm::IntegerType>(type); in GetIntSMin() local
1630 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/
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