Home
last modified time | relevance | path

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

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