Home
last modified time | relevance | path

Searched defs:isDef (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dinsn.cpp166 bool isDef = regProp->IsDef(); in GetDefRegs() local
H A Dlive.cpp232 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 Dreg_alloc_lsra.cpp331 void LSRALinearScanRegAllocator::RecordPhysRegs(const RegOperand &regOpnd, 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 Daarch64_emitter.cpp143 bool isDef = md->GetOpndDes(i)->IsRegDef(); in RecordRegInfo() local

Completed in 6 milliseconds