Home
last modified time | relevance | path

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

/third_party/rust/crates/cxx/src/
H A Dsip.rs68 /// Unsafe because: unchecked indexing at i..i+size_of(int_ty)
70 ($buf:expr, $i:expr, $int_ty:ident) => {{
71 debug_assert!($i + mem::size_of::<$int_ty>() <= $buf.len());
72 let mut data = 0 as $int_ty;
76 mem::size_of::<$int_ty>(),
/third_party/spirv-tools/source/opt/
H A Dfold_spec_constant_op_and_composite_pass.cpp243 if (auto* int_ty = type.AsInteger()) { in EncodeIntegerAsWords()
244 bit_width = int_ty->width(); in EncodeIntegerAsWords()
245 result_type_signed = int_ty->IsSigned(); in EncodeIntegerAsWords()
H A Dupgrade_memory_model.cpp575 analysis::Integer int_ty(32, false); in GetScopeConstant()
576 uint32_t int_id = context()->get_type_mgr()->GetTypeInstruction(&int_ty); in GetScopeConstant()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dfold_spec_constant_op_and_composite_pass.cpp332 if (auto* int_ty = type.AsInteger()) { in EncodeIntegerAsWords()
333 bit_width = int_ty->width(); in EncodeIntegerAsWords()
334 result_type_signed = int_ty->IsSigned(); in EncodeIntegerAsWords()
H A Dupgrade_memory_model.cpp572 analysis::Integer int_ty(32, false); in GetScopeConstant()
573 uint32_t int_id = context()->get_type_mgr()->GetTypeInstruction(&int_ty); in GetScopeConstant()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dfold_spec_constant_op_and_composite_pass.cpp332 if (auto* int_ty = type.AsInteger()) { in EncodeIntegerAsWords()
333 bit_width = int_ty->width(); in EncodeIntegerAsWords()
334 result_type_signed = int_ty->IsSigned(); in EncodeIntegerAsWords()
H A Dupgrade_memory_model.cpp572 analysis::Integer int_ty(32, false); in GetScopeConstant()
573 uint32_t int_id = context()->get_type_mgr()->GetTypeInstruction(&int_ty); in GetScopeConstant()
/third_party/node/deps/v8/src/compiler/
H A Dwasm-compiler.cc2129 const MachineType& int_ty, const MachineType& float_ty, in ConvertTrapTest()
2131 if (int_ty.representation() == MachineRepresentation::kWord32) { in ConvertTrapTest()
2140 const MachineType& int_ty, in ConvertSaturateTest()
2143 Node* test = ConvertTrapTest(builder, opcode, int_ty, float_ty, trunc, in ConvertSaturateTest()
2145 if (int_ty.representation() == MachineRepresentation::kWord64) { in ConvertSaturateTest()
2156 const MachineType int_ty = IntConvertType(opcode); in BuildIntConvertFloat() local
2162 int_ty.representation() == MachineRepresentation::kWord32; in BuildIntConvertFloat()
2173 ConvertTrapTest(this, opcode, int_ty, float_ty, trunc, converted_value); in BuildIntConvertFloat()
2184 Node* test = ConvertSaturateTest(this, opcode, int_ty, float_ty, trunc, in BuildIntConvertFloat()
2195 sat_d.Phi(int_ty in BuildIntConvertFloat()
2128 ConvertTrapTest(WasmGraphBuilder* builder, wasm::WasmOpcode opcode, const MachineType& int_ty, const MachineType& float_ty, Node* trunc, Node* converted_value) ConvertTrapTest() argument
2139 ConvertSaturateTest(WasmGraphBuilder* builder, wasm::WasmOpcode opcode, const MachineType& int_ty, const MachineType& float_ty, Node* trunc, Node* converted_value) ConvertSaturateTest() argument
2422 const MachineType int_ty = IntConvertType(opcode); BuildCcallConvertFloat() local
[all...]
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dparser_impl.h690 const Type* ConvertType(const spvtools::opt::analysis::Integer* int_ty);
H A Dparser_impl.cc931 const spvtools::opt::analysis::Integer* int_ty) { in ConvertType()
932 if (int_ty->width() == 32) { in ConvertType()
933 return int_ty->IsSigned() ? static_cast<const Type*>(ty_.I32()) in ConvertType()
936 Fail() << "unhandled integer width: " << int_ty->width(); in ConvertType()
930 ConvertType( const spvtools::opt::analysis::Integer* int_ty) ConvertType() argument

Completed in 21 milliseconds