Home
last modified time | relevance | path

Searched refs:ReMatDefs (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DVirtRegRewriter.cpp1147 SmallSet<MachineInstr*, 4> &ReMatDefs,
1605 SmallSet<MachineInstr*, 4> &ReMatDefs, in SpillRegToStackSlot() argument
1635 if (ReMatDefs.count(DeadDef) && !HasOtherDef) { in SpillRegToStackSlot()
2283 SmallSet<MachineInstr*, 4> ReMatDefs; in RewriteMBB() local
2549 ReMatDefs.insert(&MI); in RewriteMBB()
2591 LastStore, Spills, ReMatDefs, RegKills, KillOps); in RewriteMBB()
DRegisterCoalescer.cpp103 SmallPtrSet<MachineInstr*, 8> ReMatDefs; member in __anonc89177770111::RegisterCoalescer
857 ReMatDefs.insert(DefMI); in ReMaterializeTrivialDef()
1807 ReMatDefs.clear(); in releaseMemory()
1899 if (ReMatDefs.count(MI)) { in runOnMachineFunction()
DLiveIntervalAnalysis.cpp1761 SmallVector<MachineInstr*, 4> ReMatDefs; in addIntervalsForSpills() local
1762 ReMatDefs.resize(NumValNums, NULL); in addIntervalsForSpills()
1840 ReMatDefs[VN] = Clone; in addIntervalsForSpills()
1874 MachineInstr *ReMatDefMI = ReMatDefs[I->valno->id]; in addIntervalsForSpills()