Searched refs:isCmseNSCall (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h604 bool isCmseNSCall() const { return CmseNSCall; } function in class:clang::CodeGen::ABIArgInfo::final
644 isCmseNSCall());
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp1907 if (FI.isCmseNSCall())
4607 if (CallInfo.isCmseNSCall()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp2221 bool isCmseNSCall = false; local
2226 isCmseNSCall = true;
2235 if (isCmseNSCall || AFI->isCmseNSEntryFunction())
2329 if (isCmseNSCall && (ArgVT == MVT::f16)) {
2555 if (isCmseNSCall) {
2577 if (isCmseNSCall)

Completed in 260 milliseconds