Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/CSKY/
HDCSKYMachineFunctionInfo.h56 void setLRIsSpilled(bool s) { LRSpilled = s; } in setLRIsSpilled() function
HDCSKYFrameLowering.cpp453 CFI->setLRIsSpilled(SavedRegs.test(CSKY::R15)); in determineCalleeSaves()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMMachineFunctionInfo.h187 void setLRIsSpilled(bool s) { LRSpilled = s; } in setLRIsSpilled() function
HDARMFrameLowering.cpp2784 AFI->setLRIsSpilled(SavedRegs.test(ARM::LR)); in determineCalleeSaves()