Home
last modified time | relevance | path

Searched refs:val_ty (Results 1 – 25 of 73) sorted by relevance

123

/dports/devel/apitrace/apitrace-9.0/gui/
H A Dprofiling.h60 template<typename val_ty, int64_t val_ty::* mem_ptr_start, int64_t val_ty::* mem_ptr_dura>
61 static typename std::vector<val_ty>::const_iterator binarySearchTimespan(
62 typename std::vector<val_ty>::const_iterator begin,
63 typename std::vector<val_ty>::const_iterator end,
70 typename std::vector<val_ty>::const_iterator itr = begin + pos;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/SPIRV-Tools/src/source/opt/
H A Dinst_debug_printf_pass.cpp29 analysis::Type* val_ty = type_mgr->GetType(val_ty_id); in GenOutputValues() local
30 switch (val_ty->kind()) { in GenOutputValues()
32 analysis::Vector* v_ty = val_ty->AsVector(); in GenOutputValues()
52 analysis::Float* f_ty = val_ty->AsFloat(); in GenOutputValues()
81 analysis::Integer* i_ty = val_ty->AsInteger(); in GenOutputValues()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/source/opt/
H A Dinst_debug_printf_pass.cpp29 analysis::Type* val_ty = type_mgr->GetType(val_ty_id); in GenOutputValues() local
30 switch (val_ty->kind()) { in GenOutputValues()
32 analysis::Vector* v_ty = val_ty->AsVector(); in GenOutputValues()
52 analysis::Float* f_ty = val_ty->AsFloat(); in GenOutputValues()
81 analysis::Integer* i_ty = val_ty->AsInteger(); in GenOutputValues()
H A Dinstrument_pass.cpp96 analysis::Integer* val_ty = type_mgr->GetType(val_ty_id)->AsInteger(); in Gen32BitCvtCode() local
97 if (val_ty->width() == 32) return val_id; in Gen32BitCvtCode()
98 bool is_signed = val_ty->IsSigned(); in Gen32BitCvtCode()
117 analysis::Integer* val_ty = type_mgr->GetType(val_ty_id)->AsInteger(); in GenUintCastCode() local
118 if (!val_ty->IsSigned()) return val_32b_id; in GenUintCastCode()
/dports/devel/intel-graphics-compiler/SPIRV-Tools/source/opt/
H A Dinst_debug_printf_pass.cpp29 analysis::Type* val_ty = type_mgr->GetType(val_ty_id); in GenOutputValues() local
30 switch (val_ty->kind()) { in GenOutputValues()
32 analysis::Vector* v_ty = val_ty->AsVector(); in GenOutputValues()
52 analysis::Float* f_ty = val_ty->AsFloat(); in GenOutputValues()
81 analysis::Integer* i_ty = val_ty->AsInteger(); in GenOutputValues()
H A Dinstrument_pass.cpp96 analysis::Integer* val_ty = type_mgr->GetType(val_ty_id)->AsInteger(); in Gen32BitCvtCode() local
97 if (val_ty->width() == 32) return val_id; in Gen32BitCvtCode()
98 bool is_signed = val_ty->IsSigned(); in Gen32BitCvtCode()
117 analysis::Integer* val_ty = type_mgr->GetType(val_ty_id)->AsInteger(); in GenUintCastCode() local
118 if (!val_ty->IsSigned()) return val_32b_id; in GenUintCastCode()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dinst_debug_printf_pass.cpp29 analysis::Type* val_ty = type_mgr->GetType(val_ty_id); in GenOutputValues() local
30 switch (val_ty->kind()) { in GenOutputValues()
32 analysis::Vector* v_ty = val_ty->AsVector(); in GenOutputValues()
52 analysis::Float* f_ty = val_ty->AsFloat(); in GenOutputValues()
81 analysis::Integer* i_ty = val_ty->AsInteger(); in GenOutputValues()
H A Dinstrument_pass.cpp96 analysis::Integer* val_ty = type_mgr->GetType(val_ty_id)->AsInteger(); in Gen32BitCvtCode() local
97 if (val_ty->width() == 32) return val_id; in Gen32BitCvtCode()
98 bool is_signed = val_ty->IsSigned(); in Gen32BitCvtCode()
117 analysis::Integer* val_ty = type_mgr->GetType(val_ty_id)->AsInteger(); in GenUintCastCode() local
118 if (!val_ty->IsSigned()) return val_32b_id; in GenUintCastCode()
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/source/opt/
H A Dinst_debug_printf_pass.cpp29 analysis::Type* val_ty = type_mgr->GetType(val_ty_id); in GenOutputValues() local
30 switch (val_ty->kind()) { in GenOutputValues()
32 analysis::Vector* v_ty = val_ty->AsVector(); in GenOutputValues()
52 analysis::Float* f_ty = val_ty->AsFloat(); in GenOutputValues()
81 analysis::Integer* i_ty = val_ty->AsInteger(); in GenOutputValues()
H A Dinstrument_pass.cpp96 analysis::Integer* val_ty = type_mgr->GetType(val_ty_id)->AsInteger(); in Gen32BitCvtCode() local
97 if (val_ty->width() == 32) return val_id; in Gen32BitCvtCode()
98 bool is_signed = val_ty->IsSigned(); in Gen32BitCvtCode()
117 analysis::Integer* val_ty = type_mgr->GetType(val_ty_id)->AsInteger(); in GenUintCastCode() local
118 if (!val_ty->IsSigned()) return val_32b_id; in GenUintCastCode()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_gcc/src/
H A Dconsts.rs58 let val_llty = self.val_ty(value); in codegen_static()
167 let global = self.define_global(&name[..], self.val_ty(cv), false, None); in static_addr_of_mut()
172 let typ = self.val_ty(cv).get_aligned(align.bytes()); in static_addr_of_mut()
211 if self.val_ty(global) != self.type_ptr_to(llty) { in get_static()
H A Dcallee.rs58 if cx.val_ty(func) != ptrty { in get_fn()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/crates/fuzzing/src/oracles/
H A Ddummy.rs36 pub fn dummy_value(val_ty: &ValType) -> Result<Val, Trap> { in dummy_value()
37 Ok(match val_ty { in dummy_value()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_llvm/src/
H A Dbuilder.rs212 let on_val = self.const_uint_big(self.val_ty(v), on_val); in switch()
395 if self.cx().val_ty(val) == self.cx().type_i1() { in from_immediate()
583 let llty = self.cx.val_ty(load); in range_metadata()
735 let src_ty = self.cx.val_ty(val); in fptoui_sat()
747 let src_ty = self.cx.val_ty(val); in fptosi_sat()
773 let src_ty = self.cx.val_ty(val); in fptoui()
795 let src_ty = self.cx.val_ty(val); in fptosi()
957 let elt_ty = self.cx.val_ty(elt); in vector_splat()
1340 let dest_ptr_ty = self.cx.val_ty(ptr); in check_store()
1341 let stored_ty = self.cx.val_ty(val); in check_store()
[all …]
H A Dconsts.rs228 let gv = self.define_global(&name[..], self.val_ty(cv)).unwrap_or_else(|| { in static_addr_of_mut()
234 _ => self.define_private_global(self.val_ty(cv)), in static_addr_of_mut()
267 if self.val_ty(g) != self.type_ptr_to(llty) { in get_static()
382 let mut val_llty = self.val_ty(v); in codegen_static()
H A Dbase.rs74 unsafe { llvm::LLVMAddGlobal(metadata_llmod, common::val_ty(llconst), buf.as_ptr()) }; in write_compressed_metadata()
158 let bitcast = llvm::LLVMConstPointerCast(new_g, cx.val_ty(old_g)); in compile_codegen_unit()
H A Dtype_.rs231 fn val_ty(&self, v: &'ll Value) -> &'ll Type { in val_ty() method
232 common::val_ty(v) in val_ty()
H A Dcallee.rs74 if cx.val_ty(llfn) != llptrty { in get_fn()
H A Dcommon.rs123 let g = self.define_global(&sym[..], self.val_ty(sc)).unwrap_or_else(|| { in const_cstr()
326 pub fn val_ty(v: &Value) -> &Type { in val_ty() function
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_cranelift/src/
H A Dcodegen_i128.rs32 let val_ty = if is_signed { fx.tcx.types.i128 } else { fx.tcx.types.u128 }; in maybe_codegen() localVariable
56 Some(fx.easy_call("__multi3", &[lhs, rhs], val_ty)) in maybe_codegen()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_llvm/src/coverageinfo/
H A Dmod.rs343 let llglobal = llvm::add_global(cx.llmod, cx.val_ty(cov_data_val), &covmap_var_name); in save_cov_data_to_mod()
376 let llglobal = llvm::add_global(cx.llmod, cx.val_ty(func_record_val), &func_record_var_name); in save_func_record_to_mod()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_ssa/src/mir/
H A Drvalue.rs101 if bx.cx().val_ty(v) == bx.cx().type_i8() { in codegen_rvalue()
450 let val_ty = op.ty(bx.tcx(), lhs.layout.ty, rhs.layout.ty); in codegen_rvalue_operand() localVariable
451 let operand_ty = bx.tcx().intern_tup(&[val_ty, bx.tcx().types.bool]); in codegen_rvalue_operand()
754 let lhs_llty = bx.cx().val_ty(lhs); in codegen_scalar_checked_binop()
755 let rhs_llty = bx.cx().val_ty(rhs); in codegen_scalar_checked_binop()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/prost-derive-0.6.1/src/field/
H A Dmap.rs110 (Some((map_ty, key_ty, val_ty)), Some(tag)) => Some(Field { in new()
113 value_ty: val_ty, in new()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/prost-derive/src/field/
H A Dmap.rs110 (Some((map_ty, key_ty, val_ty)), Some(tag)) => Some(Field { in new()
113 value_ty: val_ty, in new()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/prost-derive/src/field/
H A Dmap.rs110 (Some((map_ty, key_ty, val_ty)), Some(tag)) => Some(Field { in new()
113 value_ty: val_ty, in new()

123