Searched defs:isDef (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | live.cpp | 229 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
|
| D | reg_alloc_lsra.cpp | 338 …d LSRALinearScanRegAllocator::RecordPhysRegs(const RegOperand ®Opnd, 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()
|
| D | insn.cpp | 165 bool isDef = regProp->IsDef(); in GetDefRegs() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_emitter.cpp | 138 bool isDef = md->GetOpndDes(i)->IsRegDef(); in RecordRegInfo() local
|