Home
last modified time | relevance | path

Searched refs:from_immediate (Results 1 – 11 of 11) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_ssa/src/mir/
H A Doperand.rs149 let imm_a = bx.from_immediate(a); in immediate_or_packed_pair()
150 let imm_b = bx.from_immediate(b); in immediate_or_packed_pair()
306 let val = bx.from_immediate(s); in store_with_flags()
318 let val = bx.from_immediate(a); in store_with_flags()
323 let val = bx.from_immediate(b); in store_with_flags()
H A Dintrinsic.rs226 let val = bx.from_immediate(val); in codegen_intrinsic_call()
227 let overflow = bx.from_immediate(overflow); in codegen_intrinsic_call()
432 let val = bx.from_immediate(val); in codegen_intrinsic_call()
433 let success = bx.from_immediate(success); in codegen_intrinsic_call()
H A Drvalue.rs100 let v = bx.from_immediate(v); in codegen_rvalue()
H A Dblock.rs1473 let src = bx.from_immediate(src.immediate()); in codegen_transmute_into()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_const_eval/src/interpret/
H A Dterminator.rs461 args[0] = OpTy::from(ImmTy::from_immediate( in eval_fn_call()
493 let arg = ImmTy::from_immediate( in drop_in_place()
H A Doperand.rs218 pub fn from_immediate(imm: Immediate<Tag>, layout: TyAndLayout<'tcx>) -> Self { in from_immediate() method
H A Dplace.rs229 Operand::Immediate(imm) => Err(ImmTy::from_immediate(imm, self.layout)), in try_as_mplace()
/dports/lang/rust/rustc-1.58.1-src/src/tools/miri/src/
H A Dstacked_borrows.rs735 Ok(ImmTy::from_immediate(new_place.to_ref(this), val.layout)) in retag_reference()
802 let val = ImmTy::from_immediate(return_place.to_ref(this), ptr_layout); in retag_return_place()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_ssa/src/traits/
H A Dbuilder.rs125 fn from_immediate(&mut self, val: Self::Value) -> Self::Value; in from_immediate() method
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_llvm/src/
H A Dbuilder.rs394 fn from_immediate(&mut self, val: Self::Value) -> Self::Value { in from_immediate() method
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_gcc/src/
H A Dbuilder.rs1413 fn from_immediate(&mut self, val: Self::Value) -> Self::Value { in from_immediate() method