Home
last modified time | relevance | path

Searched defs:isDef (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dlive.cpp279 bool isDef = opndDesc->IsRegDef(); in GetBBDefUse() local
288 void LiveAnalysis::CollectLiveInfo(BB &bb, const Operand &opnd, bool isDef, bool isUse) const in CollectLiveInfo()
313 bool isDef = false; in ProcessAsmListOpnd() local
Dreg_alloc_lsra.cpp205 bool isDef = regProp->IsRegDef(); in PrintLiveRangesGraph() local
513 …d LSRALinearScanRegAllocator::RecordPhysRegs(const RegOperand &regOpnd, uint32 insnNum, bool isDef) in RecordPhysRegs()
589 void LSRALinearScanRegAllocator::SetupLiveInterval(Operand &opnd, Insn &insn, bool isDef, uint32 &n… in SetupLiveInterval()
723 bool isDef) in SetupIntervalRangesByOperand()
922 bool isDef = false; in ComputeLiveIntervalForEachOperand() local
1090 bool isDef = regProp->IsRegDef(); in LiveIntervalAnalysis() local
1440 void LSRALinearScanRegAllocator::InsertCallerSave(Insn &insn, Operand &opnd, bool isDef) in InsertCallerSave()
1551 void LSRALinearScanRegAllocator::SpillOperand(Insn &insn, Operand &opnd, bool isDef, uint32 spillId… in SpillOperand()
1926 …LSRALinearScanRegAllocator::GetReplaceOpnd(Insn &insn, Operand &opnd, uint32 &spillIdx, bool isDef) in GetReplaceOpnd()
2069 bool isDef = regProp->IsRegDef(); in FinalizeRegisters() local
Dreg_alloc_basic.cpp305 void DefaultO0RegAllocator::SetupRegLiveness(ListOperand &opnd, uint32 insnId, bool isDef) in SetupRegLiveness()
312 void DefaultO0RegAllocator::SetupRegLiveness(RegOperand &opnd, uint32 insnId, bool isDef) in SetupRegLiveness()
Dinsn.cpp230 bool isDef = regProp->IsDef(); in GetDefRegs() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_ssa.cpp40 RegOperand *AArch64CGSSAInfo::GetRenamedOperand(RegOperand &vRegOpnd, bool isDef, Insn &curInsn, ui… in GetRenamedOperand()
226 bool isDef = !a64MemOpnd->IsIntactIndexed(); in Visit() local
251 bool isDef = isAsm && (idx == kAsmClobberListOpnd || idx == kAsmOutputListOpnd); in Visit() local
Daarch64_color_ra.cpp723 bool GraphColorRegAllocator::CreateLiveRangeHandleLocal(regno_t regNO, const BB &bb, bool isDef) in CreateLiveRangeHandleLocal()
747 … *GraphColorRegAllocator::CreateLiveRangeAllocateAndUpdate(regno_t regNO, const BB &bb, bool isDef, in CreateLiveRangeAllocateAndUpdate()
801 void GraphColorRegAllocator::CreateLiveRange(regno_t regNO, const BB &bb, bool isDef, uint32 currId… in CreateLiveRange()
845 bool isDef) in SetupLiveRangeByOpHandlePhysicalReg()
890 void GraphColorRegAllocator::SetupLiveRangeByOp(Operand &op, Insn &insn, bool isDef, uint32 &numUse… in SetupLiveRangeByOp()
2617 …ColorRegAllocator::UpdateLocalRegDefUseCount(regno_t regNO, LocalRegAllocator &localRa, bool isDef, in UpdateLocalRegDefUseCount()
2687 bool isDef, bool isInt) in HandleLocalReg()
3180 bool isDef) in GetSpillOrReuseMem()
3236 Insn *GraphColorRegAllocator::SpillOperand(Insn &insn, const Operand &opnd, bool isDef, RegOperand … in SpillOperand()
3445 …ocator::SetRegForSpill(LiveRange &lr, Insn &insn, uint32 spillIdx, uint64 &usedRegMask, bool isDef) in SetRegForSpill()
[all …]
Daarch64_regsaves.cpp61 void AArch64RegSavesOpt::CollectLiveInfo(const BB &bb, const Operand &opnd, bool isDef, bool isUse) in CollectLiveInfo()
104 bool isDef = false; in ProcessAsmListOpnd() local
176 bool isDef = regProp->IsRegDef(); in GetLocalDefUse() local
Daarch64_reg_coalesce.cpp69 void AArch64LiveIntervalAnalysis::SetupLiveIntervalByOp(Operand &op, Insn &insn, bool isDef) in SetupLiveIntervalByOp()
Daarch64_ra_opt.cpp438 void VregRename::UpdateVregInfo(regno_t vreg, BB *bb, bool isInner, bool isDef) in UpdateVregInfo()
Daarch64_reaching.cpp1168 void AArch64ReachingDefinition::InitInfoForMemOperand(Insn &insn, Operand &opnd, bool isDef) in InitInfoForMemOperand()
1234 void AArch64ReachingDefinition::InitInfoForRegOpnd(const BB &bb, Operand &opnd, bool isDef) in InitInfoForRegOpnd()
Daarch64_emitter.cpp387 bool isDef = md->GetOpndDes(i)->IsRegDef(); in RecordRegInfo() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dreg_coalesce.h128 void AddRefPoint(Insn *val, bool isDef) in AddRefPoint()