Home
last modified time | relevance | path

Searched defs:isLRSpilled (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYMachineFunctionInfo.h55 bool isLRSpilled() const { return LRSpilled; } in isLRSpilled() function
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.cpp163 static bool isLRSpilled(const MachineFunction &MF) { isLRSpilled() function
/llvm-project/llvm/lib/Target/ARM/
H A DARMMachineFunctionInfo.h186 bool isLRSpilled() const { return LRSpilled; } isLRSpilled() function