Home
last modified time | relevance | path

Searched defs:spilled (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DShrinkWrapping.cpp948 CSRegSet spilled = BI->second; in verifySpillRestorePlacement() local
1002 CSRegSet spilled; in verifySpillRestorePlacement() local
DRegAllocPBQP.cpp491 void RegAllocPBQP::addStackInterval(const LiveInterval *spilled, in addStackInterval()
DRegAllocLinearScan.cpp1291 SmallSet<unsigned, 8> spilled; in assignRegOrStackSlotAtInterval() local
/external/r8/src/main/java/com/android/tools/r8/ir/regalloc/
DLiveIntervals.java30 private boolean spilled = false; field in LiveIntervals
DLinearScanRegisterAllocator.java1482 private void splitRangesForSpilledArgument(LiveIntervals spilled) { in splitRangesForSpilledArgument()
1494 private void splitRangesForSpilledInterval(LiveIntervals spilled, int registerNumber) { in splitRangesForSpilledInterval()
1522 private void splitRangesForSpilledConstant(LiveIntervals spilled, int spillRegister) { in splitRangesForSpilledConstant()