Searched defs:li (Results 1 - 8 of 8) sorted by relevance
/arkcompiler/runtime_core/compiler/tests/ |
H A D | life_intervals_test.cpp | 27 auto li = GetAllocator()->New<LifeIntervals>(GetAllocator(), inst); in Create() local [all...] |
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
H A D | live_registers.h | 172 auto li = la.GetInstLifeIntervals(inst); in VisitIntervalsWithLiveRegisters() local
|
H A D | reg_alloc_verifier.cpp | 173 bool IsRegisterPair(const LifeIntervals *li) in IsRegisterPair() argument
|
H A D | liveness_analyzer.cpp | 274 auto li = GetInstLifeIntervals(inputInst); in SetUsePositions() local 288 auto li = GetInstLifeIntervals(userInst); in SetUsePositions() local 432 auto li in GetPropagatedLiveRange() local [all...] |
/arkcompiler/runtime_core/static_core/compiler/tests/ |
H A D | life_intervals_test.cpp | 28 auto li = GetAllocator()->New<LifeIntervals>(GetAllocator(), inst); in Create() local 190 auto li = GetAllocator()->New<LifeIntervals>(GetAllocator(), add); in IsSameLocationFactories() variable 195 auto li = GetAllocator()->New<LifeIntervals>(GetAllocator(), add); IsSameLocationFactories() variable 200 auto li = GetAllocator()->New<LifeIntervals>(GetAllocator(), add); IsSameLocationFactories() variable 205 auto li = GetAllocator()->New<LifeIntervals>(GetAllocator(), con42); IsSameLocationFactories() variable 210 auto li = GetAllocator()->New<LifeIntervals>(GetAllocator(), con42); IsSameLocationFactories() variable 215 auto li = GetAllocator()->New<LifeIntervals>(GetAllocator(), con0); IsSameLocationFactories() variable [all...] |
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/ |
H A D | reg_alloc_graph_coloring.cpp | 273 AddAffinityEdge(InterferenceGraph *ig, IndexVector *affinityNodes, const ColorNode &node, LifeIntervals *li) AddAffinityEdge() argument
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
H A D | reg_alloc_lsra.cpp | 95 auto *li = liveIntervalsArray[(static_cast<const RegOperand *>(opnd))->GetRegisterNumber()]; SpillStackMapInfo() local 111 auto *li = liveIntervalsArray[regNO]; SpillStackMapInfo() local 139 PrintLiveInterval(const LiveInterval &li, const std::string &str) const PrintLiveInterval() argument 164 LiveInterval *li = que.front(); PrintParamQueue() local 343 auto *li = memPool->New<LiveInterval>(*memPool); RecordPhysRegs() local 360 LiveInterval *li = intParamQueue[regInfo->GetIntParamRegIdx(regNO)].back(); RecordPhysRegs() local 365 LiveInterval *li = fpParamQueue[regInfo->GetFpParamRegIdx(regNO)].back(); RecordPhysRegs() local 371 UpdateRegUsedInfo(LiveInterval &li, regno_t regNO) UpdateRegUsedInfo() argument 405 LiveInterval *li = nullptr; SetupLiveInterval() local 539 auto *li = memPool->New<LiveInterval>(*memPool); UpdateLiveIntervalByLiveIn() local 570 auto *li = memPool->New<LiveInterval>(*memPool); UpdateParamLiveIntervalByLiveIn() local 765 LiveInterval *li = liveIntervalsArray[regNo]; ComputeLoopLiveIntervalPriorityInInsn() local 892 auto *li = static_cast<LiveInterval *>(*it); LiveIntervalAnalysis() local 910 LiveInterval *li = liveIntervalsArray[regNO]; LiveIntervalAnalysis() local 973 UpdateActiveAllocateInfo(const LiveInterval &li) UpdateActiveAllocateInfo() argument 1003 UpdateParamAllocateInfo(const LiveInterval &li) UpdateParamAllocateInfo() argument 1034 RetireActive(LiveInterval &li, uint32 insnID) RetireActive() argument 1061 GetRegFromMask(uint32 mask, regno_t offset, const LiveInterval &li) GetRegFromMask() argument 1089 NeedSaveAcrossCall(LiveInterval &li) NeedSaveAcrossCall() argument 1124 FindAvailablePhyReg(LiveInterval &li) FindAvailablePhyReg() argument 1368 LiveInterval *li = static_cast<LiveInterval *>(*it); FindLowestPrioInActive() local 1398 SetLiSpill(LiveInterval &li) SetLiSpill() argument 1410 HandleSpillForLi(LiveInterval &li) HandleSpillForLi() argument 1455 FindAvailablePhyRegAcrossCall(LiveInterval &li, bool isIntReg) FindAvailablePhyRegAcrossCall() argument 1478 FindAvailablePhyReg(LiveInterval &li, bool isIntReg) FindAvailablePhyReg() argument 1509 AssignPhysRegs(LiveInterval &li) AssignPhysRegs() argument 1542 AssignPhysRegsForLi(LiveInterval &li) AssignPhysRegsForLi() argument 1645 auto *li = callerSaves[i]; UpdateLocalDefWithBBLiveIn() local 1675 auto *li = callerSaves[i]; CollectCallerNoNeedReloadByInsn() local 1920 auto *li = liveIntervalsArray[regNO]; CollectReferenceMap() local 1985 LiveInterval *li = liveIntervalsArray[vRegNO]; SolveRegOpndDeoptInfo() local 2067 LiveInterval *li = liQue.front(); LinearScanRegAllocator() local [all...] |
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
H A D | codegen.cpp | 80 static void EncodeConstantMove(const LifeIntervals *li, Encoder *encoder) in EncodeConstantMove() argument [all...] |
Completed in 9 milliseconds