Home
last modified time | relevance | path

Searched refs:int_ty (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/utils/
Dhlo_utils.cc63 } else if (auto int_ty = ty.dyn_cast<IntegerType>()) { in GetScalarOfType() local
64 APInt value(int_ty.getWidth(), static_cast<int64_t>(raw_value), true); in GetScalarOfType()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfold_spec_constant_op_and_composite_pass.cpp332 if (auto* int_ty = type.AsInteger()) { in EncodeIntegerAsWords() local
333 bit_width = int_ty->width(); in EncodeIntegerAsWords()
334 result_type_signed = int_ty->IsSigned(); in EncodeIntegerAsWords()
Dupgrade_memory_model.cpp572 analysis::Integer int_ty(32, false); in GetScopeConstant() local
573 uint32_t int_id = context()->get_type_mgr()->GetTypeInstruction(&int_ty); in GetScopeConstant()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dfold_spec_constant_op_and_composite_pass.cpp332 if (auto* int_ty = type.AsInteger()) { in EncodeIntegerAsWords() local
333 bit_width = int_ty->width(); in EncodeIntegerAsWords()
334 result_type_signed = int_ty->IsSigned(); in EncodeIntegerAsWords()
Dupgrade_memory_model.cpp572 analysis::Integer int_ty(32, false); in GetScopeConstant() local
573 uint32_t int_id = context()->get_type_mgr()->GetTypeInstruction(&int_ty); in GetScopeConstant()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dfold_spec_constant_op_and_composite_pass.cpp332 if (auto* int_ty = type.AsInteger()) { in EncodeIntegerAsWords() local
333 bit_width = int_ty->width(); in EncodeIntegerAsWords()
334 result_type_signed = int_ty->IsSigned(); in EncodeIntegerAsWords()
Dupgrade_memory_model.cpp572 analysis::Integer int_ty(32, false); in GetScopeConstant() local
573 uint32_t int_id = context()->get_type_mgr()->GetTypeInstruction(&int_ty); in GetScopeConstant()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Ddecompose_resource_ops.cc36 auto int_ty = ty.cast<IntegerType>(); in GetScalarOfType() local
37 IntegerAttr attr = IntegerAttr::get(int_ty, raw_value); in GetScalarOfType()
Dlower_tf.cc79 } else if (auto int_ty = ty.dyn_cast_or_null<IntegerType>()) { in GetScalarOfType() local
80 IntegerAttr attr = IntegerAttr::get(int_ty, raw_value); in GetScalarOfType()
/external/rust/crates/bindgen/src/codegen/
Dmod.rs1616 Some(int_ty) => { in codegen()
1618 int_ty in codegen()