Searched defs:isDef (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
H A D | insn.cpp | 166 bool isDef = regProp->IsDef(); in GetDefRegs() local
|
H A D | live.cpp | 232 bool isDef = opndDesc->IsRegDef(); in GetBBDefUse() local 241 void LiveAnalysis::CollectLiveInfo(BB &bb, const Operand &opnd, bool isDef, bool isUse) const in CollectLiveInfo() argument 272 bool isDef = false; in ProcessAsmListOpnd() local [all...] |
H A D | reg_alloc_lsra.cpp | 331 void LSRALinearScanRegAllocator::RecordPhysRegs(const RegOperand ®Opnd, uint32 insnNum, bool isDef) in RecordPhysRegs() argument 389 void LSRALinearScanRegAllocator::SetupLiveInterval(Operand &opnd, Insn &insn, bool isDef, uint32 &nUses, uint32 regSize) in SetupLiveInterval() argument 678 bool isDef = false; member 903 bool isDef = regProp->IsRegDef(); LiveIntervalAnalysis() local 1137 InsertCallerSave(Insn &insn, Operand &opnd, bool isDef, uint32 spillIdx) InsertCallerSave() argument 1227 SpillOperand(Insn &insn, Operand &opnd, bool isDef, uint32 spillIdx) SpillOperand() argument 1598 GetReplaceOpnd(Insn &insn, Operand &opnd, uint32 &spillIdx, bool isDef) GetReplaceOpnd() argument [all...] |
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
H A D | aarch64_emitter.cpp | 143 bool isDef = md->GetOpndDes(i)->IsRegDef(); in RecordRegInfo() local
|
Completed in 6 milliseconds