HomeSort by: relevance | last modified time | path
    Searched defs:isCmseNSCall (Results 1 - 2 of 2) 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/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 42 milliseconds