Home
last modified time | relevance | path

Searched refs:CustomCallSavedXRegs (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h78 BitVector CustomCallSavedXRegs; variable
214 return CustomCallSavedXRegs[i]; in isXRegCustomCalleeSaved()
216 bool hasCustomCallingConv() const { return CustomCallSavedXRegs.any(); } in hasCustomCallingConv()
H A DAArch64Subtarget.cpp330 CustomCallSavedXRegs(AArch64::GPR64commonRegClass.getNumRegs()), in AArch64Subtarget()
H A DAArch64Features.td596 "CustomCallSavedXRegs["#i#"]", "true", "Make X"#i#" callee saved.">;