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/
Dlive.cpp229 bool isDef = opndDesc->IsRegDef(); in GetBBDefUse() local
238 void LiveAnalysis::CollectLiveInfo(BB &bb, const Operand &opnd, bool isDef, bool isUse) const in CollectLiveInfo()
269 bool isDef = false; in ProcessAsmListOpnd() local
Dreg_alloc_lsra.cpp338 …d LSRALinearScanRegAllocator::RecordPhysRegs(const RegOperand &regOpnd, uint32 insnNum, bool isDef) in RecordPhysRegs()
396 void LSRALinearScanRegAllocator::SetupLiveInterval(Operand &opnd, Insn &insn, bool isDef, uint32 &n… in SetupLiveInterval()
689 bool isDef = false; member
914 bool isDef = regProp->IsRegDef(); in LiveIntervalAnalysis() local
1148 void LSRALinearScanRegAllocator::InsertCallerSave(Insn &insn, Operand &opnd, bool isDef, uint32 spi… in InsertCallerSave()
1239 void LSRALinearScanRegAllocator::SpillOperand(Insn &insn, Operand &opnd, bool isDef, uint32 spillId… in SpillOperand()
1629 …LSRALinearScanRegAllocator::GetReplaceOpnd(Insn &insn, Operand &opnd, uint32 &spillIdx, bool isDef) in GetReplaceOpnd()
Dinsn.cpp165 bool isDef = regProp->IsDef(); in GetDefRegs() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_emitter.cpp138 bool isDef = md->GetOpndDes(i)->IsRegDef(); in RecordRegInfo() local