Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLivePhysRegs.cpp229 if (Info.isRestored()) in addLiveOutsNoPristines()
DMIRPrinter.cpp407 CSInfo.isRestored(); in convertStackObjects()
411 CSInfo.isRestored(); in convertStackObjects()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h56 bool isRestored() const { return Restored; } in isRestored() function