Searched refs:StackInt (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | InlineSpiller.cpp | 69 LiveInterval *StackInt; member in __anonac620b3c0111::InlineSpiller 697 assert(StackInt && "No stack slot assigned yet."); in hoistSpill() 700 StackInt->MergeValueInAsValue(OrigLI, OrigVNI, StackInt->getValNumInfo(0)); in hoistSpill() 702 << *StackInt << '\n'); in hoistSpill() 743 assert(StackInt && "No stack slot assigned yet."); in eliminateRedundantSpills() 757 StackInt->MergeValueInAsValue(*LI, VNI, StackInt->getValNumInfo(0)); in eliminateRedundantSpills() 758 DEBUG(dbgs() << "Merged to stack int: " << *StackInt << '\n'); in eliminateRedundantSpills() 1210 StackInt = &LSS.getOrCreateInterval(StackSlot, MRI.getRegClass(Original)); in spillAll() 1211 StackInt->getNextValue(SlotIndex(), 0, LSS.getVNInfoAllocator()); in spillAll() 1213 StackInt = &LSS.getInterval(StackSlot); in spillAll() [all …]
|
/external/llvm/lib/CodeGen/ |
D | InlineSpiller.cpp | 146 LiveInterval *StackInt; member in __anonf7bb34900111::InlineSpiller 369 assert(StackInt && "No stack slot assigned yet."); in hoistSpillInsideBB() 372 StackInt->MergeValueInAsValue(OrigLI, OrigVNI, StackInt->getValNumInfo(0)); in hoistSpillInsideBB() 374 << *StackInt << '\n'); in hoistSpillInsideBB() 408 assert(StackInt && "No stack slot assigned yet."); in eliminateRedundantSpills() 422 StackInt->MergeValueInAsValue(*LI, VNI, StackInt->getValNumInfo(0)); in eliminateRedundantSpills() 423 DEBUG(dbgs() << "Merged to stack int: " << *StackInt << '\n'); in eliminateRedundantSpills() 978 StackInt = &LSS.getOrCreateInterval(StackSlot, MRI.getRegClass(Original)); in spillAll() 979 StackInt->getNextValue(SlotIndex(), LSS.getVNInfoAllocator()); in spillAll() 981 StackInt = &LSS.getInterval(StackSlot); in spillAll() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | InlineSpiller.cpp | 170 LiveInterval *StackInt; member in __anon9ee51dc80111::InlineSpiller 387 assert(StackInt && "No stack slot assigned yet."); in hoistSpillInsideBB() 390 StackInt->MergeValueInAsValue(OrigLI, OrigVNI, StackInt->getValNumInfo(0)); in hoistSpillInsideBB() 392 << *StackInt << '\n'); in hoistSpillInsideBB() 426 assert(StackInt && "No stack slot assigned yet."); in eliminateRedundantSpills() 440 StackInt->MergeValueInAsValue(*LI, VNI, StackInt->getValNumInfo(0)); in eliminateRedundantSpills() 441 LLVM_DEBUG(dbgs() << "Merged to stack int: " << *StackInt << '\n'); in eliminateRedundantSpills() 1033 StackInt = &LSS.getOrCreateInterval(StackSlot, MRI.getRegClass(Original)); in spillAll() 1034 StackInt->getNextValue(SlotIndex(), LSS.getVNInfoAllocator()); in spillAll() 1036 StackInt = &LSS.getInterval(StackSlot); in spillAll() [all …]
|