HomeSort by: relevance | last modified time | path
    Searched refs:isCmseNSCall (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
CGFunctionInfo.h 663 bool isCmseNSCall() const { return CmseNSCall; }
703 isCmseNSCall());
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCall.cpp 1999 if (FI.isCmseNSCall())
4967 if (CallInfo.isCmseNSCall()) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp 2245 bool isCmseNSCall = false;
2250 isCmseNSCall = true;
2259 if (isCmseNSCall || AFI->isCmseNSEntryFunction())
2353 if (isCmseNSCall && (ArgVT == MVT::f16)) {
2579 if (isCmseNSCall) {
2601 if (isCmseNSCall)

Completed in 82 milliseconds