Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/CodeGen/
DCGFunctionInfo.h644 bool isCmseNSCall() const { return CmseNSCall; } in isCmseNSCall() function
684 isCmseNSCall()); in getExtInfo()
/external/llvm-project/clang/lib/CodeGen/
DCGCall.cpp1920 if (FI.isCmseNSCall()) in ConstructAttributeList()
4677 if (CallInfo.isCmseNSCall()) { in EmitCall()
/external/llvm-project/llvm/lib/Target/ARM/
DARMISelLowering.cpp2240 bool isCmseNSCall = false; in LowerCall() local
2245 isCmseNSCall = true; in LowerCall()
2254 if (isCmseNSCall || AFI->isCmseNSEntryFunction()) in LowerCall()
2348 if (isCmseNSCall && (ArgVT == MVT::f16)) { in LowerCall()
2574 if (isCmseNSCall) { in LowerCall()
2596 if (isCmseNSCall) in LowerCall()