Home
last modified time | relevance | path

Searched refs:tempAddr (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DNativeRegisterContextDBReg_arm64.cpp124 lldb::addr_t tempAddr = m_hbp_regs[hw_idx].address; in ClearHardwareBreakpoint() local
135 m_hbp_regs[hw_idx].address = tempAddr; in ClearHardwareBreakpoint()
180 lldb::addr_t tempAddr = m_hbp_regs[i].address; in ClearAllHardwareBreakpoints() local
192 m_hbp_regs[i].address = tempAddr; in ClearAllHardwareBreakpoints()
332 lldb::addr_t tempAddr = m_hwp_regs[wp_index].address; in ClearHardwareWatchpoint() local
344 m_hwp_regs[wp_index].address = tempAddr; in ClearHardwareWatchpoint()
364 lldb::addr_t tempAddr = m_hwp_regs[i].address; in ClearAllHardwareWatchpoints() local
376 m_hwp_regs[i].address = tempAddr; in ClearAllHardwareWatchpoints()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux_arm.cpp363 lldb::addr_t tempAddr = m_hbr_regs[hw_idx].address; in ClearHardwareBreakpoint() local
374 m_hbr_regs[hw_idx].address = tempAddr; in ClearHardwareBreakpoint()
416 lldb::addr_t tempAddr = 0; in ClearAllHardwareBreakpoints() local
422 tempAddr = m_hbr_regs[i].address; in ClearAllHardwareBreakpoints()
434 m_hbr_regs[i].address = tempAddr; in ClearAllHardwareBreakpoints()
577 lldb::addr_t tempAddr = m_hwp_regs[wp_index].address; in ClearHardwareWatchpoint() local
589 m_hwp_regs[wp_index].address = tempAddr; in ClearHardwareWatchpoint()
604 lldb::addr_t tempAddr = 0; in ClearAllHardwareWatchpoints() local
610 tempAddr = m_hwp_regs[i].address; in ClearAllHardwareWatchpoints()
622 m_hwp_regs[i].address = tempAddr; in ClearAllHardwareWatchpoints()
H A DNativeRegisterContextLinux_ppc64le.cpp616 lldb::addr_t tempAddr = m_hwp_regs[wp_index].address; in ClearHardwareWatchpoint() local
632 m_hwp_regs[wp_index].address = tempAddr; in ClearHardwareWatchpoint()
/llvm-project-15.0.7/flang/lib/Lower/
H A DIntrinsicCall.cpp362 [&](const mlir::Value &tempAddr) -> fir::ExtendedValue { in genExtremumloc() argument
367 [=]() { bldr->create<fir::FreeMemOp>(loc, tempAddr); }); in genExtremumloc()
368 return builder.create<fir::LoadOp>(loc, resultType, tempAddr); in genExtremumloc()
2070 [&](const mlir::Value &tempAddr) -> fir::ExtendedValue { in readAndAddCleanUp() argument
2072 addCleanUpForTemp(loc, tempAddr); in readAndAddCleanUp()
2073 return builder.create<fir::LoadOp>(loc, resultType, tempAddr); in readAndAddCleanUp()