Searched refs:CollectLiveInfo (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
H A D | aarch64_live.cpp | 27 CollectLiveInfo(bb, phyOpnd, false, true); in GenerateReturnBBDefUse() 31 CollectLiveInfo(bb, phyOpnd, false, true); in GenerateReturnBBDefUse() 54 CollectLiveInfo(bb, *opnd, true, false); in ProcessCallInsnParam() 62 CollectLiveInfo(bb, phyOpndR, true, false); in ProcessCallInsnParam() 65 CollectLiveInfo(bb, phyOpndV, true, false); in ProcessCallInsnParam()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
H A D | live.cpp | 174 CollectLiveInfo(bb, *opnd, false, true); in MarkStackMapInsn() 183 * getting the def or use info of each regopnd as parameters of CollectLiveInfo(). 229 CollectLiveInfo(bb, *opIt.second, false, true); in GetBBDefUse() 234 CollectLiveInfo(bb, opnd, isDef, isUse); in GetBBDefUse() 241 void LiveAnalysis::CollectLiveInfo(BB &bb, const Operand &opnd, bool isDef, bool isUse) const in CollectLiveInfo() function in maplebe::LiveAnalysis 289 CollectLiveInfo(bb, *op, isDef, isUse); in ProcessAsmListOpnd() 297 CollectLiveInfo(bb, *op, isDef, !isDef); in ProcessListOpnd() 307 CollectLiveInfo(bb, *base, !memOpnd.IsIntactIndexed(), true); in ProcessMemOpnd() 310 CollectLiveInfo(bb, *offset, false, true); in ProcessMemOpnd() 317 CollectLiveInfo(b in ProcessCondOpnd() [all...] |
/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;
|
Completed in 2 milliseconds