Searched refs:isCmseNSEntryFunction (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMMachineFunctionInfo.h148 bool isCmseNSEntryFunction() const { return IsCmseNSEntry; } function in class:llvm::ARMFunctionInfo
H A DARMFrameLowering.cpp332 int FPCXTSaveSize = (STI.hasV8_1MMainlineOps() && AFI.isCmseNSEntryFunction()) ? 4 : 0;
1651 MF.getInfo<ARMFunctionInfo>()->isCmseNSEntryFunction())
1727 if (STI.hasV8_1MMainlineOps() && AFI->isCmseNSEntryFunction())
2177 MF.getInfo<ARMFunctionInfo>()->isCmseNSEntryFunction()) {
H A DThumb1FrameLowering.cpp1051 if (AFI->isCmseNSEntryFunction())
H A DARMAsmPrinter.cpp78 if (AFI->isCmseNSEntryFunction()) {
H A DARMISelLowering.cpp2235 if (isCmseNSCall || AFI->isCmseNSEntryFunction())
2952 if (AFI->isCmseNSEntryFunction() && MF.getFunction().hasStructRetAttr()) {
3006 if (AFI->isCmseNSEntryFunction() && (RetVT == MVT::f16)) {
3098 ARMISD::NodeType RetNode = AFI->isCmseNSEntryFunction() ? ARMISD::SERET_FLAG :

Completed in 275 milliseconds