| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | panda_runner.cpp | 25 auto lr = ManagedThread::GetCurrent()->GetNativePc(); in PandaRunnerHookAArch64() local 29 int PandaRunnerHook(uintptr_t lr, uintptr_t fp) in PandaRunnerHook()
|
| D | codegen_runner_test.cpp | 327 NO_OPTIMIZE int Callback([[maybe_unused]] uintptr_t lr, [[maybe_unused]] uintptr_t fp) in Callback()
|
| D | live_registers_test.cpp | 199 auto &lr = GetGraph()->GetAnalysis<LiveRegisters>(); in TEST_F() local 286 auto &lr = graph->GetAnalysis<LiveRegisters>(); in TEST_F() local
|
| D | reg_alloc_linear_scan_test.cpp | 1473 auto &lr = GetGraph()->GetAnalysis<LiveRegisters>(); in TEST_F() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_color_ra.cpp | 146 void GraphColorRegAllocator::PrintLiveRange(const LiveRange &lr, const std::string &str) const in PrintLiveRange() argument 397 LiveRange *lr = memPool->New<LiveRange>(alloc); in NewLiveRange() local 442 LiveRange *lr = GetLiveRange(regNO); in CreateLiveRangeAllocateAndUpdate() local 501 LiveRange *lr = CreateLiveRangeAllocateAndUpdate(regNO, bb, isDef, currId); in CreateLiveRange() local 567 LiveRange *lr = lrMap[vregNO]; in SetupLiveRangeByOpHandlePhysicalReg() local 602 LiveRange *lr = GetLiveRange(regNO); in SetupLiveRangeByOp() local 650 LiveRange *lr = lrMap[vregNO]; in SetupLiveRangeByRegNO() local 787 LiveRange *lr = GetLiveRange(lin); in ComputeLiveRangesUpdateLiveUnitInsnRange() local 827 LiveRange *lr = lrMap[vregNO]; in UpdateCallInfo() local 834 LiveRange *lr = lrMap[vregNO]; in UpdateCallInfo() local [all …]
|
| D | aarch64_reg_coalesce.cpp | 49 LiveInterval *lr = GetLiveInterval(regNO); in GetOrCreateLiveInterval() local 61 LiveInterval *lr = GetLiveInterval(vregNO); in UpdateCallInfo() local 79 LiveInterval *lr = GetOrCreateLiveInterval(regNO); in SetupLiveIntervalByOp() local 183 LiveInterval *lr = GetOrCreateLiveInterval(liveOut); in SetupLiveIntervalInLiveOut() local
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | panda_runner.h | 147 uintptr_t lr; in Hook() local 155 uintptr_t lr; in Hook() local 169 uintptr_t lr; in Hook() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | reg_coalesce.h | 63 void MergeRanges(LiveInterval &lr) in MergeRanges() 100 void MergeConflict(LiveInterval &lr) in MergeConflict() 107 void MergeRefPoints(LiveInterval &lr) in MergeRefPoints()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/ |
| D | callconv.cpp | 174 auto lr = GetTarget().GetLinkReg(); in GeneratePrologue() local 243 auto lr = GetTarget().GetLinkReg(); in GenerateEpilogue() local 307 auto lr = GetTarget().GetLinkReg(); in GenerateNativePrologue() local 361 auto lr = GetTarget().GetLinkReg(); in GenerateNativeEpilogue() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/ |
| D | callconv.cpp | 126 auto lr = GetTarget().GetLinkReg().GetId(); in PushRegs() local 165 auto lr = GetTarget().GetLinkReg().GetId(); in PopRegs() local
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | signal_handler.h | 86 void SetLR(uintptr_t lr) in SetLR()
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | stack_walker_test.cpp | 169 runner.Run(source, [](uintptr_t lr, [[maybe_unused]] uintptr_t fp) -> int { in TEST_F() 373 runner.Run(source, [](uintptr_t lr, [[maybe_unused]] uintptr_t fp) -> int { in TestModifyManyVregs()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| D | bounds_analysis.cpp | 440 int64_t lr = left_range.GetRight(); in NarrowBoundsByNE() local 467 int64_t lr = left_range.GetRight(); in NarrowBoundsCase1() local 495 int64_t lr = left_range.GetRight(); in NarrowBoundsCase3() local 552 int64_t lr = left_range.GetRight(); in NarrowBoundsCase6() local 586 int64_t lr = left_range.GetRight(); in TryNarrowBoundsByCC() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | codegen-inl.h | 38 auto &lr = GetGraph()->GetAnalysis<LiveRegisters>(); in GetLiveRegisters() local
|
| D | codegen.cpp | 115 auto lr = codegen->GetTarget().GetLinkReg(); in Generate() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/ |
| D | aarch64_color_ra.h | 645 void SetSplitLr(LiveRange &lr) in SetSplitLr() 808 void CopyRematerialization(const LiveRange &lr) in CopyRematerialization()
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
| D | cocos_worker_test.js | 18064 class lr { class 106864 class lr extends rr { class
|