Home
last modified time | relevance | path

Searched refs:isRestored (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLivePhysRegs.cpp224 if (Info.isRestored()) in addLiveOutsNoPristines()
DMIRPrinter.cpp424 CSInfo.isRestored(); in convertStackObjects()
428 CSInfo.isRestored(); in convertStackObjects()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h72 bool isRestored() const { return Restored; } in isRestored() function