Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMMachineFunctionInfo.h163 void setLRIsSpilled(bool s) { LRSpilled = s; } in setLRIsSpilled() function
DARMFrameLowering.cpp2130 AFI->setLRIsSpilled(SavedRegs.test(ARM::LR)); in determineCalleeSaves()