Searched defs:Spills (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
D | CoroFrame.cpp | 322 static void dump(StringRef Title, SpillInfo const &Spills) { in dump() 396 SpillInfo &Spills) { in buildFrameType() 586 static Instruction *insertSpills(const SpillInfo &Spills, coro::Shape &Shape) { in insertSpills() 956 SpillInfo const &Spills) { in rewriteMaterializableInstructions() 1358 SpillInfo Spills; in buildCoroutineFrame() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | InlineSpiller.cpp | 1196 SmallPtrSet<MachineInstr *, 16> &Spills, in rmRedundantSpills() 1228 MachineBasicBlock *Root, SmallPtrSet<MachineInstr *, 16> &Spills, in getVisitOrders() 1316 SmallPtrSet<MachineInstr *, 16> &Spills, in runHoistSpills()
|
D | RegAllocGreedy.cpp | 551 unsigned Reloads, FoldedReloads, Spills, FoldedSpills; in reportNumberOfSplillsReloads() local 3145 unsigned &Spills, in reportNumberOfSplillsReloads()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | LiveInterval.h | 932 SmallVector<LiveRange::Segment, 16> Spills; variable
|