Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h231 bool isUpdatedCSRsInitialized() const { return IsUpdatedCSRsInitialized; } in isUpdatedCSRsInitialized() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMIRPrinter.cpp304 if (RegInfo.isUpdatedCSRsInitialized()) { in convert()