Home
last modified time | relevance | path

Searched refs:DeadDefs (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterPressure.cpp485 removeRegLanes(RegOpers.DeadDefs, P); in collectInstr()
494 removeRegLanes(RegOpers.DeadDefs, P); in collectInstrLanes()
513 pushReg(Reg, RegOpers.DeadDefs); in collectOperand()
589 DeadDefs.push_back(*RI); in detectDeadDefs()
743 for (const RegisterMaskPair &P : DeadDefs) { in bumpDeadDefs()
749 for (const RegisterMaskPair &P : DeadDefs) { in bumpDeadDefs()
767 bumpDeadDefs(RegOpers.DeadDefs); in recede()
939 bumpDeadDefs(RegOpers.DeadDefs); in advance()
1050 assert(RegOpers.DeadDefs.size() == 0); in bumpUpwardPressure()
1058 bumpDeadDefs(RegOpers.DeadDefs); in bumpUpwardPressure()
[all …]
H A DInlineSpiller.cpp180 SmallVector<MachineInstr*, 8> DeadDefs; member in __anon26f1b4e40111::InlineSpiller
543 DeadDefs.push_back(&MI); in eliminateRedundantSpills()
749 DeadDefs.push_back(MI); in reMaterializeAll()
775 DeadDefs.push_back(&*It); in reMaterializeAll()
784 if (DeadDefs.empty()) in reMaterializeAll()
787 Edit->eliminateDeadDefs(DeadDefs, RegsToSpill); in reMaterializeAll()
1194 DeadDefs.push_back(&MI); in spillAroundUses()
1262 if (!DeadDefs.empty()) { in spillAll()
1263 LLVM_DEBUG(dbgs() << "Eliminating " << DeadDefs.size() << " dead defs\n"); in spillAll()
1264 Edit->eliminateDeadDefs(DeadDefs, RegsToSpill); in spillAll()
[all …]
H A DRegisterCoalescer.cpp181 SmallVector<MachineInstr*, 8> DeadDefs; member in __anon958e62000111::RegisterCoalescer
602 Edit->eliminateDeadDefs(DeadDefs); in eliminateDeadDefs()
607 nullptr, this).eliminateDeadDefs(DeadDefs); in eliminateDeadDefs()
1660 shrinkToUses(&SrcInt, &DeadDefs); in reMaterializeTrivialDef()
1661 if (!DeadDefs.empty()) in reMaterializeTrivialDef()
2001 DeadDefs.push_back(CopyMI); in joinCopy()
3980 shrinkToUses(&LI, &DeadDefs); in lateLiveIntervalUpdate()
3981 if (!DeadDefs.empty()) in lateLiveIntervalUpdate()
4181 DeadDefs.clear(); in releaseMemory()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterPressure.h175 SmallVector<RegisterMaskPair, 8> DeadDefs; variable
557 void bumpDeadDefs(ArrayRef<RegisterMaskPair> DeadDefs);
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizationArtifactCombiner.h877 SmallBitVector DeadDefs(NumDefs); in tryCombineUnmergeDefs()
881 DeadDefs[DefIdx] = true; in tryCombineUnmergeDefs()
896 DeadDefs[DefIdx] = true; in tryCombineUnmergeDefs()
898 return DeadDefs.all(); in tryCombineUnmergeDefs()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.cpp1216 BitVector DeadDefs(Hexagon::NUM_TARGET_REGS); in hasDeadDependence() local
1220 DeadDefs[MO.getReg()] = true; in hasDeadDependence()
1227 if (R != Hexagon::USR_OVF && DeadDefs[R]) in hasDeadDependence()