| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | live.cpp | 296 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
|
| D | reg_alloc_lsra.cpp | 174 bool isDef = regProp->IsRegDef(); in PrintLiveRangesGraph() local 482 …d LSRALinearScanRegAllocator::RecordPhysRegs(const RegOperand ®Opnd, 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()
|
| D | reg_alloc_basic.cpp | 300 void DefaultO0RegAllocator::SetupRegLiveness(ListOperand &opnd, uint32 insnId, bool isDef) in SetupRegLiveness() 307 void DefaultO0RegAllocator::SetupRegLiveness(RegOperand &opnd, uint32 insnId, bool isDef) in SetupRegLiveness()
|
| D | cg_stackmap_computation.cpp | 36 bool isDef = regProp->IsRegDef(); in SetStackmapDerivedInfo() local
|
| D | insn.cpp | 246 bool isDef = regProp->IsDef(); in GetDefRegs() local
|
| D | data_dep_base.cpp | 130 …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/ |
| D | aarch64_ssa.cpp | 40 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
|
| D | aarch64_color_ra.cpp | 415 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 …]
|
| D | aarch64_regsaves.cpp | 61 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
|
| D | aarch64_reg_coalesce.cpp | 69 void AArch64LiveIntervalAnalysis::SetupLiveIntervalByOp(Operand &op, Insn &insn, bool isDef) in SetupLiveIntervalByOp()
|
| D | aarch64_ra_opt.cpp | 441 void VregRename::UpdateVregInfo(regno_t vreg, BB *bb, bool isInner, bool isDef) in UpdateVregInfo()
|
| D | aarch64_reaching.cpp | 1121 void AArch64ReachingDefinition::InitInfoForMemOperand(Insn &insn, Operand &opnd, bool isDef) in InitInfoForMemOperand() 1187 void AArch64ReachingDefinition::InitInfoForRegOpnd(const BB &bb, Operand &opnd, bool isDef) in InitInfoForRegOpnd()
|
| D | aarch64_emitter.cpp | 170 bool isDef = md->GetOpndDes(i)->IsRegDef(); in RecordRegInfo() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | reg_coalesce.h | 129 void AddRefPoint(Insn *val, bool isDef) in AddRefPoint()
|