Home
last modified time | relevance | path

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/
DCoroFrame.cpp322 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/
DInlineSpiller.cpp1196 SmallPtrSet<MachineInstr *, 16> &Spills, in rmRedundantSpills()
1228 MachineBasicBlock *Root, SmallPtrSet<MachineInstr *, 16> &Spills, in getVisitOrders()
1316 SmallPtrSet<MachineInstr *, 16> &Spills, in runHoistSpills()
DRegAllocGreedy.cpp551 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/
DLiveInterval.h932 SmallVector<LiveRange::Segment, 16> Spills; variable