Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dlive.cpp296 bool isDef = opndDesc->IsRegDef(); in GetBBDefUse() local
305 void LiveAnalysis::CollectLiveInfo(BB &bb, const Operand &opnd, bool isDef, bool isUse) const in CollectLiveInfo()
336 bool isDef = false; in ProcessAsmListOpnd() local
Dreg_alloc_lsra.cpp174 bool isDef = regProp->IsRegDef(); in PrintLiveRangesGraph() local
482 …d LSRALinearScanRegAllocator::RecordPhysRegs(const RegOperand &regOpnd, uint32 insnNum, bool isDef) in RecordPhysRegs()
555 void LSRALinearScanRegAllocator::SetupLiveInterval(Operand &opnd, Insn &insn, bool isDef, uint32 &n… in SetupLiveInterval()
854 bool isDef = false; member
1078 bool isDef = regProp->IsRegDef(); in LiveIntervalAnalysis() local
1359 void LSRALinearScanRegAllocator::InsertCallerSave(Insn &insn, Operand &opnd, bool isDef, uint32 spi… in InsertCallerSave()
1451 void LSRALinearScanRegAllocator::SpillOperand(Insn &insn, Operand &opnd, bool isDef, uint32 spillId… in SpillOperand()
1819 …LSRALinearScanRegAllocator::GetReplaceOpnd(Insn &insn, Operand &opnd, uint32 &spillIdx, bool isDef) in GetReplaceOpnd()
Dreg_alloc_basic.cpp300 void DefaultO0RegAllocator::SetupRegLiveness(ListOperand &opnd, uint32 insnId, bool isDef) in SetupRegLiveness()
307 void DefaultO0RegAllocator::SetupRegLiveness(RegOperand &opnd, uint32 insnId, bool isDef) in SetupRegLiveness()
Dcg_stackmap_computation.cpp36 bool isDef = regProp->IsRegDef(); in SetStackmapDerivedInfo() local
Dinsn.cpp246 bool isDef = regProp->IsDef(); in GetDefRegs() local
Ddata_dep_base.cpp130 …e::BuildInterBlockDefUseDependency(DepNode &curDepNode, regno_t regNO, DepType depType, bool isDef) in BuildInterBlockDefUseDependency()
/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.cpp415 bool GraphColorRegAllocator::CreateLiveRangeHandleLocal(regno_t regNO, const BB &bb, bool isDef) in CreateLiveRangeHandleLocal()
439 … *GraphColorRegAllocator::CreateLiveRangeAllocateAndUpdate(regno_t regNO, const BB &bb, bool isDef, in CreateLiveRangeAllocateAndUpdate()
493 void GraphColorRegAllocator::CreateLiveRange(regno_t regNO, const BB &bb, bool isDef, uint32 currId… in CreateLiveRange()
537 bool isDef) in SetupLiveRangeByOpHandlePhysicalReg()
582 void GraphColorRegAllocator::SetupLiveRangeByOp(Operand &op, Insn &insn, bool isDef, uint32 &numUse… in SetupLiveRangeByOp()
1889 …ColorRegAllocator::UpdateLocalRegDefUseCount(regno_t regNO, LocalRegAllocator &localRa, bool isDef, in UpdateLocalRegDefUseCount()
1959 bool isDef, bool isInt) in HandleLocalReg()
2371 bool isDef) in GetSpillOrReuseMem()
2523 …ocator::SetRegForSpill(LiveRange &lr, Insn &insn, uint32 spillIdx, uint64 &usedRegMask, bool isDef) in SetRegForSpill()
2561 bool isDef) in GetSpillReg()
[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.cpp441 void VregRename::UpdateVregInfo(regno_t vreg, BB *bb, bool isInner, bool isDef) in UpdateVregInfo()
Daarch64_reaching.cpp1121 void AArch64ReachingDefinition::InitInfoForMemOperand(Insn &insn, Operand &opnd, bool isDef) in InitInfoForMemOperand()
1187 void AArch64ReachingDefinition::InitInfoForRegOpnd(const BB &bb, Operand &opnd, bool isDef) in InitInfoForRegOpnd()
Daarch64_emitter.cpp170 bool isDef = md->GetOpndDes(i)->IsRegDef(); in RecordRegInfo() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dreg_coalesce.h129 void AddRefPoint(Insn *val, bool isDef) in AddRefPoint()