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/ |
| D | WebAssemblyExplicitLocals.cpp | 247 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
|
| D | WebAssemblyDebugValueManager.cpp | 48 void WebAssemblyDebugValueManager::replaceWithLocal(unsigned LocalId) { in replaceWithLocal()
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/mir/ |
| D | borrowck.rs | 246 ) -> 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()
|
| D | pretty.rs | 284 fn f(this: &mut MirPrettyCtx<'_>, local: LocalId, projections: &[PlaceElem]) { in place()
|
| D | lower.rs | 269 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/ |
| D | mir.rs | 39 pub type LocalId = Idx<Local>; typedef
|