Home
last modified time | relevance | path

Searched refs:IsSpillSlot (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineFrameInfo.cpp51 bool IsSpillSlot, in CreateStackObject() argument
56 Objects.push_back(StackObject(Size, Alignment, 0, false, IsSpillSlot, Alloca, in CreateStackObject()
57 !IsSpillSlot, StackID)); in CreateStackObject()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h185 bool IsImmutable, bool IsSpillSlot, const AllocaInst *Alloca,
188 isImmutable(IsImmutable), isSpillSlot(IsSpillSlot), StackID(StackID), in SPOffset()