Home
last modified time | relevance | path

Searched defs:val_ty (Results 1 – 25 of 33) sorted by relevance

12

/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
/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
/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
H A Dinstrument_pass.cpp96 analysis::Integer* val_ty = type_mgr->GetType(val_ty_id)->AsInteger(); in Gen32BitCvtCode() local
117 analysis::Integer* val_ty = type_mgr->GetType(val_ty_id)->AsInteger(); in GenUintCastCode() local
/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
H A Dinstrument_pass.cpp96 analysis::Integer* val_ty = type_mgr->GetType(val_ty_id)->AsInteger(); in Gen32BitCvtCode() local
117 analysis::Integer* val_ty = type_mgr->GetType(val_ty_id)->AsInteger(); in GenUintCastCode() local
/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
H A Dinstrument_pass.cpp96 analysis::Integer* val_ty = type_mgr->GetType(val_ty_id)->AsInteger(); in Gen32BitCvtCode() local
117 analysis::Integer* val_ty = type_mgr->GetType(val_ty_id)->AsInteger(); in GenUintCastCode() local
/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
H A Dinstrument_pass.cpp96 analysis::Integer* val_ty = type_mgr->GetType(val_ty_id)->AsInteger(); in Gen32BitCvtCode() local
117 analysis::Integer* val_ty = type_mgr->GetType(val_ty_id)->AsInteger(); in GenUintCastCode() local
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_gcc/src/
H A Dtype_.rs198 fn val_ty(&self, value: RValue<'gcc>) -> Type<'gcc> { in val_ty() method
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_ssa/src/traits/
H A Dtype_.rs41 fn val_ty(&self, v: Self::Value) -> Self::Type; in val_ty() method
/dports/lang/zig-devel/zig-0.9.0/src/stage1/
H A Ddump_analysis.cpp382 ZigType *val_ty = value->data.x_type; in anal_dump_poke_value() local
684 ZigType *val_ty = value->data.x_type; in anal_dump_value() local
/dports/lang/zig/zig-0.9.0/src/stage1/
H A Ddump_analysis.cpp382 ZigType *val_ty = value->data.x_type; in anal_dump_poke_value() local
684 ZigType *val_ty = value->data.x_type; in anal_dump_value() local
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_llvm/src/
H A Dcommon.rs326 pub fn val_ty(v: &Value) -> &Type { in val_ty() function
H A Dtype_.rs231 fn val_ty(&self, v: &'ll Value) -> &'ll Type { in val_ty() method
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/cranelift-wasm-0.44.0/src/
H A Dcode_translator.rs1273 let val_ty = builder.func.dfg.value_type(val); in translate_store() localVariable
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_ssa/src/mir/
H A Drvalue.rs450 let val_ty = op.ty(bx.tcx(), lhs.layout.ty, rhs.layout.ty); in codegen_rvalue_operand() localVariable
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/hir_ty/src/infer/
H A Dexpr.rs424 let val_ty = if let Some(expr) = *expr { in infer_expr_inner() localVariable
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/hir_ty/src/infer/
H A Dexpr.rs424 let val_ty = if let Some(expr) = *expr { in infer_expr_inner() localVariable
/dports/devel/avr-gcc/gcc-10.2.0/gcc/fortran/
H A Dtrans-openmp.c1200 tree val_ty = TREE_TYPE (val); in gfc_build_cond_assign() local
1224 tree val_ty = TREE_TYPE (then_val); in gfc_build_cond_assign_expr() local
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/fortran/
H A Dtrans-openmp.c1203 tree val_ty = TREE_TYPE (val); in gfc_build_cond_assign() local
1227 tree val_ty = TREE_TYPE (then_val); in gfc_build_cond_assign_expr() local
/dports/lang/gcc10/gcc-10.3.0/gcc/fortran/
H A Dtrans-openmp.c1203 tree val_ty = TREE_TYPE (val); in gfc_build_cond_assign() local
1227 tree val_ty = TREE_TYPE (then_val); in gfc_build_cond_assign_expr() local
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/wasm/src/
H A Dcode_translator.rs1844 let val_ty = builder.func.dfg.value_type(val); in translate_store() localVariable
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-wasm/src/
H A Dcode_translator.rs1842 let val_ty = builder.func.dfg.value_type(val); in translate_store() localVariable

12