Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
DARMMachineFunctionInfo.h154 bool isCmseNSEntryFunction() const { return IsCmseNSEntry; } in isCmseNSEntryFunction() function
DARMFrameLowering.cpp462 int FPCXTSaveSize = (STI.hasV8_1MMainlineOps() && AFI.isCmseNSEntryFunction()) ? 4 : 0; in getMaxFPOffset()
1789 MF.getInfo<ARMFunctionInfo>()->isCmseNSEntryFunction()) in enableShrinkWrapping()
1865 if (STI.hasV8_1MMainlineOps() && AFI->isCmseNSEntryFunction()) in determineCalleeSaves()
2313 MF.getInfo<ARMFunctionInfo>()->isCmseNSEntryFunction()) { in assignCalleeSavedSpillSlots()
DThumb1FrameLowering.cpp1051 if (AFI->isCmseNSEntryFunction()) in restoreCalleeSavedRegisters()
DARMAsmPrinter.cpp78 if (AFI->isCmseNSEntryFunction()) { in emitFunctionEntryLabel()
DARMISelLowering.cpp2300 if (isCmseNSCall || AFI->isCmseNSEntryFunction()) in LowerCall()
3093 if (AFI->isCmseNSEntryFunction() && MF.getFunction().hasStructRetAttr()) { in LowerReturn()
3147 if (AFI->isCmseNSEntryFunction() && (RetVT == MVT::f16)) { in LowerReturn()
3239 ARMISD::NodeType RetNode = AFI->isCmseNSEntryFunction() ? ARMISD::SERET_FLAG : in LowerReturn()
4566 if (AFI->isCmseNSEntryFunction()) { in LowerFormalArguments()
4586 if (CCInfo.getNextStackOffset() > 0 && AFI->isCmseNSEntryFunction()) { in LowerFormalArguments()