Searched refs:isUse (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
H A D | peep.cpp | 73 bool isUse = regProp->IsUse(); in IfOperandIsLiveAfterInsn() local 75 return isUse; in IfOperandIsLiveAfterInsn() 176 bool isUse = regProp->IsUse(); in IsOpndLiveinBB() local 177 if (isUse) { in IsOpndLiveinBB() 224 bool isUse = regProp->IsUse(); in IsOpndLiveinBB() local 225 if (isUse) { in IsOpndLiveinBB() 286 bool isUse = regProp->IsUse(); in IfOperandIsLiveAfterInsn() local 288 return isUse; in IfOperandIsLiveAfterInsn() 389 bool isUse = regProp->IsUse(); in IsOpndLiveinBB() local 390 if (isUse) { in IsOpndLiveinBB() 437 bool isUse = regProp->IsUse(); IsOpndLiveinBB() local [all...] |
H A D | live.cpp | 233 bool isUse = opndDesc->IsRegUse(); in GetBBDefUse() local 234 CollectLiveInfo(bb, opnd, isDef, isUse); in GetBBDefUse() 241 void LiveAnalysis::CollectLiveInfo(BB &bb, const Operand &opnd, bool isDef, bool isUse) const in CollectLiveInfo() 254 if (!isUse) { in CollectLiveInfo() 258 if (isUse) { in CollectLiveInfo() 273 bool isUse = false; in ProcessAsmListOpnd() local 281 isUse = true; in ProcessAsmListOpnd() 289 CollectLiveInfo(bb, *op, isDef, isUse); in ProcessAsmListOpnd()
|
H A D | reg_alloc_lsra.cpp | 692 bool isUse = opndDesc->IsRegUse(); in ComputeLiveIntervalForEachOperand() local 696 allRegOpndInfo.emplace_back(regOpnd, regSize, i, !isUse); in ComputeLiveIntervalForEachOperand()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
H A D | live.h | 48 void CollectLiveInfo(BB &bb, const Operand &opnd, bool isDef, bool isUse) const;
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
H A D | liveness_analyzer.cpp | 809 bool isUse) in BlockFixedLocationRegister() 812 BlockReg<false>(location.GetValue(), blockFrom, blockTo, isUse); in BlockFixedLocationRegister() 814 BlockReg<true>(location.GetValue(), blockFrom, blockTo, isUse); in BlockFixedLocationRegister() 819 void LivenessAnalyzer::BlockReg(Register reg, LifeNumber blockFrom, LifeNumber blockTo, bool isUse) in BlockReg() argument 830 if (isUse) { in BlockReg() 808 BlockFixedLocationRegister(Location location, LifeNumber blockFrom, LifeNumber blockTo, bool isUse) BlockFixedLocationRegister() argument
|
H A D | liveness_analyzer.h | 630 void BlockReg(Register reg, LifeNumber blockFrom, LifeNumber blockTo, bool isUse); 634 void BlockFixedLocationRegister(Location location, LifeNumber blockFrom, LifeNumber blockTo, bool isUse);
|
Completed in 8 milliseconds