Home
last modified time | relevance | path

Searched defs:LocalId (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyExplicitLocals.cpp247 unsigned LocalId = getLocalId(Reg2Local, CurLocal, OldReg); in runOnMachineFunction() local
257 unsigned LocalId = in runOnMachineFunction() local
294 unsigned LocalId = getLocalId(Reg2Local, CurLocal, OldReg); in runOnMachineFunction() local
326 unsigned LocalId = getLocalId(Reg2Local, CurLocal, OldReg); in runOnMachineFunction() local
344 unsigned LocalId = getLocalId(Reg2Local, CurLocal, OldReg); in runOnMachineFunction() local
352 unsigned LocalId = getLocalId(Reg2Local, CurLocal, OldReg); in runOnMachineFunction() local
DWebAssemblyDebugValueManager.cpp48 void WebAssemblyDebugValueManager::replaceWithLocal(unsigned LocalId) { in replaceWithLocal()
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/mir/
Dborrowck.rs246 ) -> ArenaMap<BasicBlockId, ArenaMap<LocalId, bool>> { in ever_initialized_map()
253 l: LocalId, in ever_initialized_map()
254 result: &mut ArenaMap<BasicBlockId, ArenaMap<LocalId, bool>>, in ever_initialized_map()
326 ) -> ArenaMap<LocalId, MutabilityReason> { in mutability_of_locals()
Dpretty.rs284 fn f(this: &mut MirPrettyCtx<'_>, local: LocalId, projections: &[PlaceElem]) { in place()
Dlower.rs269 fn temp(&mut self, ty: Ty, current: BasicBlockId, span: MirSpan) -> Result<LocalId> { in temp()
1515 l: LocalId, in push_storage_live_for_local()
1647 fn binding_local(&self, b: BindingId) -> Result<LocalId> { in binding_local()
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/
Dmir.rs39 pub type LocalId = Idx<Local>; typedef