Home
last modified time | relevance | path

Searched defs:new_temp (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_io_to_temporaries.c171 nir_deref_instr *new_temp = in emit_interp() local
/third_party/rust/rust/compiler/rustc_middle/src/mir/
Dpatch.rs139 pub fn new_temp(&mut self, ty: Ty<'tcx>, span: Span) -> Local { in new_temp() method
/third_party/rust/rust/compiler/rustc_mir_transform/src/coverage/
Dtests.rs60 fn new_temp(&mut self) -> Local { in new_temp() method
/third_party/rust/rust/compiler/rustc_const_eval/src/transform/
Dpromote_consts.rs749 let new_temp = self.promoted.local_decls.push(LocalDecl::new( in promote_temp() localVariable
/third_party/rust/rust/compiler/rustc_mir_dataflow/src/
Delaborate_drops.rs973 fn new_temp(&mut self, ty: Ty<'tcx>) -> Local { in new_temp() function