HomeSort by: relevance | last modified time | path
    Searched defs:NC (Results 1 - 18 of 18) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Support/
regutils.h 42 #define NC (CHAR_MAX - CHAR_MIN + 1)
  /src/external/bsd/nvi/dist/regex/
utils.h 44 #define NC (CHAR_MAX - CHAR_MIN + 1)
  /src/lib/libc/regex/
utils.h 69 #define NC ((MB_CUR_MAX) == 1 ? (NC_MAX) : (128))
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.compile/
compile-cplus-member.cc 22 typedef enum {NA = 20, NB, NC, ND} ANON_NE;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.compile/
compile-cplus-member.cc 22 typedef enum {NA = 20, NB, NC, ND} ANON_NE;
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
EquivalenceClasses.h 188 unsigned NC = 0;
190 if (I->isLeader()) ++NC;
191 return NC;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
FlattenCFG.cpp 296 Value *NC;
299 NC = Builder.CreateOr(PC, CC);
302 NC = Builder.CreateAnd(PC, CC);
304 PBI->replaceUsesOfWith(CC, NC);
305 PC = NC;
496 Value *NC = Builder.CreateBinOp(CombineOp, CInst1, CInst2);
497 PBI->replaceUsesOfWith(IfCond2, NC);
  /src/external/lgpl3/mpfr/dist/tests/
tsum.c 282 #define NC 7
288 const char *str[NC] = { "NaN", "+Inf", "-Inf", "+0", "-0", "+1", "-1" };
290 mpfr_t c[NC], s[NS], sum;
294 for (i = 0; i < NC; i++)
337 while (k[--i] == NC-1)
350 for (i = 0; i < NC; i++)
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaAccess.cpp 981 const CXXRecordDecl *NC = I->Class->getCanonicalDecl();
986 switch (HasAccess(S, EC, NC, PathAccess, Target)) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
InstrProfiling.cpp 723 Constant *NC = Names->getOperand(I);
724 Value *V = NC->stripPointerCasts();
730 NC->dropAllReferences();
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
GVNHoist.cpp 1098 unsigned NI = 0, NL = 0, NS = 0, NC = 0, NR = 0;
1155 ++NC;
1163 NumHoisted += NL + NS + NC + NI;
1167 NumCallsHoisted += NC;
1168 return {NI, NL + NC + NS};
  /src/external/gpl3/binutils/dist/gas/config/
m68k-parse.h 172 NC, /* no cache token */
  /src/external/gpl3/binutils.old/dist/gas/config/
m68k-parse.h 172 NC, /* no cache token */
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 2705 Instruction *NC = NewCall;
2706 Value *NV = NC;
2709 NV = NC = CastInst::CreateBitOrPointerCast(NC, OldRetTy);
2710 NC->setDebugLoc(Caller->getDebugLoc());
2716 InsertNewInstBefore(NC, *I);
2719 InsertNewInstBefore(NC, *I);
2722 InsertNewInstBefore(NC, *Caller);
InstCombineCompares.cpp 4255 Constant *NC = Builder.getInt(C1->getValue() ^ C2->getValue());
4256 Value *Xor = Builder.CreateXor(C, NC);
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp 1075 if (ConstantSDNode *NC = dyn_cast<ConstantSDNode>(N)) {
1076 if (NC->getZExtValue() * 8 == LdSt->getMemoryVT().getSizeInBits())
1117 ConstantSDNode *NC = dyn_cast<ConstantSDNode>(N);
1118 if (!NC || !NC->isNullValue())
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp 4619 unsigned NC = 0;
4628 NC++;
4635 assert(NC >= 3 &&
4641 for (unsigned i = 3; i != NC; ++i)
4644 } else if (NC == N->getNumChildren()) {
4648 for (unsigned i = 2; i != NC; ++i)
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
CodeGenPrepare.cpp 7851 Instruction *NC = new BitCastInst(GEPI->getOperand(0), GEPI->getType(),
7853 NC->setDebugLoc(GEPI->getDebugLoc());
7854 GEPI->replaceAllUsesWith(NC);
7857 optimizeInst(NC, ModifiedDT);

Completed in 63 milliseconds