| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | live.cpp | 279 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
|
| D | reg_alloc_lsra.cpp | 205 bool isDef = regProp->IsRegDef(); in PrintLiveRangesGraph() local 513 …d LSRALinearScanRegAllocator::RecordPhysRegs(const RegOperand ®Opnd, 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
|
| D | reg_alloc_basic.cpp | 305 void DefaultO0RegAllocator::SetupRegLiveness(ListOperand &opnd, uint32 insnId, bool isDef) in SetupRegLiveness() 312 void DefaultO0RegAllocator::SetupRegLiveness(RegOperand &opnd, uint32 insnId, bool isDef) in SetupRegLiveness()
|
| D | insn.cpp | 230 bool isDef = regProp->IsDef(); in GetDefRegs() local
|
| /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 | 723 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 …]
|
| 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 | 438 void VregRename::UpdateVregInfo(regno_t vreg, BB *bb, bool isInner, bool isDef) in UpdateVregInfo()
|
| D | aarch64_reaching.cpp | 1168 void AArch64ReachingDefinition::InitInfoForMemOperand(Insn &insn, Operand &opnd, bool isDef) in InitInfoForMemOperand() 1234 void AArch64ReachingDefinition::InitInfoForRegOpnd(const BB &bb, Operand &opnd, bool isDef) in InitInfoForRegOpnd()
|
| D | aarch64_emitter.cpp | 387 bool isDef = md->GetOpndDes(i)->IsRegDef(); in RecordRegInfo() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | reg_coalesce.h | 128 void AddRefPoint(Insn *val, bool isDef) in AddRefPoint()
|