Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/CSKY/
H A DCSKYMachineFunctionInfo.h56 void setLRIsSpilled(bool s) { LRSpilled = s; } in setLRIsSpilled() function
H A DCSKYFrameLowering.cpp453 CFI->setLRIsSpilled(SavedRegs.test(CSKY::R15)); in determineCalleeSaves()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMMachineFunctionInfo.h190 void setLRIsSpilled(bool s) { LRSpilled = s; } in setLRIsSpilled() function
H A DARMFrameLowering.cpp2743 AFI->setLRIsSpilled(SavedRegs.test(ARM::LR)); in determineCalleeSaves()