Searched refs:NC (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-10.2-release/contrib/llvm/lib/Support/
H A Dregutils.h39 #define NC (CHAR_MAX - CHAR_MIN + 1) macro
H A Dregcomp.c183 (NC-1)*sizeof(cat_t));
204 g->csetsize = NC;
217 (void) memset((char *)g->catspace, 0, NC*sizeof(cat_t));
/freebsd-10.2-release/contrib/nvi/regex/
H A Dutils.h45 #define NC (CHAR_MAX - CHAR_MIN + 1) macro
H A Dregcomp.c219 (NC-1)*sizeof(cat_t));
246 g->csetsize = NC;
260 (void) memset((char *)g->catspace, 0, NC*sizeof(cat_t));
/freebsd-10.2-release/lib/libc/regex/
H A Dutils.h40 #define NC (CHAR_MAX - CHAR_MIN + 1) macro
H A Dregex2.h114 unsigned char bmp[NC / 8];
131 if (ch < NC)
151 if (ch < NC)
H A Dregcomp.c1185 for (i = n = 0; i < NC; i++)
1207 if (ch < NC)
1220 if ((nch = towlower(ch)) < NC)
1222 if ((nch = towupper(ch)) < NC)
1235 for (; min < NC && min <= max; min++)
1260 for (i = 0; i < NC; i++)
1680 g->charjump = (int*) malloc((NC + 1) * sizeof(int));
/freebsd-10.2-release/contrib/llvm/lib/Transforms/Utils/
H A DFlattenCFG.cpp282 Value *NC; local
285 NC = Builder.CreateOr(PC, CC);
288 NC = Builder.CreateAnd(PC, CC);
290 PBI->replaceUsesOfWith(CC, NC);
291 PC = NC;
441 Value *NC = Builder.CreateOr(CInst1, CC); local
442 PBI->replaceUsesOfWith(CC, NC);
H A DLowerInvoke.cpp306 CastInst *NC = new BitCastInst( local
308 AI->replaceAllUsesWith(NC);
315 NC->setOperand(0, AI);
/freebsd-10.2-release/contrib/llvm/lib/Object/
H A DCOFFYAML.cpp243 MappingNormalization<NHeaderCharacteristics, uint16_t> NC(IO,
247 IO.mapOptional("Characteristics", NC->Characteristics);
265 MappingNormalization<NSectionCharacteristics, uint32_t> NC(
268 IO.mapRequired("Characteristics", NC->Characteristics);
/freebsd-10.2-release/contrib/llvm/include/llvm/ADT/
H A DEquivalenceClasses.h183 unsigned NC = 0; local
185 if (I->isLeader()) ++NC;
186 return NC;
/freebsd-10.2-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1185 Instruction *NC; local
1187 NC = Builder->CreateInvoke(Callee, II->getNormalDest(),
1189 NC->takeName(II);
1190 cast<InvokeInst>(NC)->setCallingConv(II->getCallingConv());
1191 cast<InvokeInst>(NC)->setAttributes(NewCallerPAL);
1194 NC = Builder->CreateCall(Callee, Args);
1195 NC->takeName(CI);
1197 cast<CallInst>(NC)->setTailCall();
1198 cast<CallInst>(NC)->setCallingConv(CI->getCallingConv());
1199 cast<CallInst>(NC)
[all...]
H A DInstCombineMulDivRem.cpp861 APInt NC = C2->getValue().shl(C1->getLimitedValue(C1->getBitWidth()-1)); local
862 return BinaryOperator::CreateUDiv(X, Builder->getInt(NC));
/freebsd-10.2-release/contrib/llvm/include/llvm/MC/
H A DMCRegisterInfo.h241 const MCRegisterClass *C, unsigned NC,
257 NumClasses = NC;
239 InitMCRegisterInfo(const MCRegisterDesc *D, unsigned NR, unsigned RA, unsigned PC, const MCRegisterClass *C, unsigned NC, const uint16_t (*RURoots)[2], unsigned NRU, const MCPhysReg *DL, const char *Strings, const uint16_t *SubIndices, unsigned NumIndices, const SubRegCoveredBits *SubIdxRanges, const uint16_t *RET) argument
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp267 CastInst *NC = new BitCastInst(AI, AI->getType(), AI->getName() + ".tmp", local
269 AI->replaceAllUsesWith(NC);
277 NC->setOperand(0, AI);
/freebsd-10.2-release/contrib/llvm/utils/TableGen/
H A DDAGISelMatcher.h212 void setNumChildren(unsigned NC) { argument
213 if (NC < Children.size()) {
215 for (unsigned i = NC, e = Children.size(); i != e; ++i)
218 Children.resize(NC);
H A DCodeGenDAGPatterns.cpp1543 unsigned NC = getNumChildren(); local
1545 TreePatternNode *SetVal = getChild(NC-1);
1548 for (unsigned i = 0; i < NC-1; ++i) {
3495 unsigned NC = 0; local
3504 NC++;
3511 assert(NC >= 3 &&
3517 for (unsigned i = 3; i != NC; ++i)
3520 } else if (NC == 2)
/freebsd-10.2-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h107 NC, enumerator in enum:llvm::SystemZISD::__anon2630
/freebsd-10.2-release/contrib/netbsd-tests/lib/libc/regex/
H A Ddebug.c61 int nincat[NC];
/freebsd-10.2-release/libexec/getty/
H A Dgettytab.h172 #define NC gettyflags[24].value macro
H A Dmain.c276 if (!opentty(ttyn, O_RDWR | (NC ? O_NONBLOCK : 0 )))
476 if (NC)
/freebsd-10.2-release/contrib/llvm/lib/Transforms/Scalar/
H A DCodeGenPrepare.cpp1937 Instruction *NC = new BitCastInst(GEPI->getOperand(0), GEPI->getType(), local
1939 GEPI->replaceAllUsesWith(NC);
1942 OptimizeInst(NC);
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaAccess.cpp976 const CXXRecordDecl *NC = I->Class->getCanonicalDecl(); local
981 switch (HasAccess(S, EC, NC, PathAccess, Target)) {
/freebsd-10.2-release/contrib/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp1032 if (ConstantSDNode *NC = dyn_cast<ConstantSDNode>(N)) {
1033 if (NC->getZExtValue() * 8 == LdSt->getMemoryVT().getSizeInBits())
1060 ConstantSDNode *NC = dyn_cast<ConstantSDNode>(N); local
1061 if (!NC || !NC->isNullValue())
/freebsd-10.2-release/contrib/llvm/include/llvm/IR/
H A DIRBuilder.h1360 if (Constant *NC = dyn_cast<Constant>(NewElt))
1362 return Insert(Folder.CreateInsertElement(VC, NC, IC), Name);

Completed in 151 milliseconds

12