Searched refs:NC (Results 76 - 96 of 96) sorted by relevance

1234

/netbsd-current/external/mpl/bind/dist/lib/isccfg/
H A DMakefile.in326 NC = @NC@
/netbsd-current/external/mpl/bind/dist/lib/isccc/
H A DMakefile.in324 NC = @NC@
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
H A DRecord.h932 CondOpInit(unsigned NC, RecTy *Type) argument
934 NumConds(NC), ValType(Type) {}
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp1075 if (ConstantSDNode *NC = dyn_cast<ConstantSDNode>(N)) {
1076 if (NC->getZExtValue() * 8 == LdSt->getMemoryVT().getSizeInBits())
1117 ConstantSDNode *NC = dyn_cast<ConstantSDNode>(N); local
1118 if (!NC || !NC->isNullValue())
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-m68k.c2219 || (opP->reg != NC
3491 case NC:
4161 { "nc", NC },
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-m68k.c2203 || (opP->reg != NC
3475 case NC:
4145 { "nc", NC },
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-m68k.c2201 || (opP->reg != NC
3473 case NC:
4143 { "nc", NC },
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp7851 Instruction *NC = new BitCastInst(GEPI->getOperand(0), GEPI->getType(), local
7853 NC->setDebugLoc(GEPI->getDebugLoc());
7854 GEPI->replaceAllUsesWith(NC);
7857 optimizeInst(NC, ModifiedDT);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIRBuilder.h2407 if (auto *NC = dyn_cast<Constant>(NewElt))
2409 return Insert(Folder.CreateInsertElement(VC, NC, IC), Name);
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Drl78-decode.c2863 ID(skip); COND(NC);
5404 ID(branch_cond); DC(pc+IMMS(1)+2); SR(None); COND(NC);
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Drl78-decode.c2863 ID(skip); COND(NC);
5404 ID(branch_cond); DC(pc+IMMS(1)+2); SR(None); COND(NC);
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Drl78-decode.c2863 ID(skip); COND(NC);
5404 ID(branch_cond); DC(pc+IMMS(1)+2); SR(None); COND(NC);
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Drl78-decode.c2863 ID(skip); COND(NC);
5404 ID(branch_cond); DC(pc+IMMS(1)+2); SR(None); COND(NC);
/netbsd-current/external/mpl/bind/dist/
H A Dconfigure677 NC
26224 case $NC in
26226 ac_cv_path_NC="$NC" # Let the user override the test with a path.
26251 NC=$ac_cv_path_NC
26252 if test -n "$NC"; then
26253 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $NC" >&5
26254 printf "%s\n" "$NC" >&6; }
26261 test -n "$NC" && break
26263 test -n "$NC" || NC
[all...]
/netbsd-current/external/mpl/bind/dist/bin/tests/system/
H A DMakefile.in586 NC = @NC@
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp4255 Constant *NC = Builder.getInt(C1->getValue() ^ C2->getValue()); local
4256 Value *Xor = Builder.CreateXor(C, NC);
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A DMakefile.in546 NC = @NC@
/netbsd-current/external/mpl/bind/dist/lib/isc/
H A DMakefile.in520 NC = @NC@
/netbsd-current/external/bsd/jemalloc/dist/bin/
H A Djeprof.in4624 # 0x800600000 0x80061a000 26 0 0xfffff800035a0000 r-x 75 33 0x1004 COW NC vnode /libexec/ld-elf.s
4626 elsif ($l =~ /^(0x$h)\s(0x$h)\s\d+\s\d+\s0x$h\sr-x\s\d+\s\d+\s0x\d+\s(COW|NCO)\s(NC|NNC)\svnode\s(\S+\.so(\.\d+)*)/) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp8894 const SCEVConstant *NC = dyn_cast<SCEVConstant>(AddRec->getOperand(2));
8899 if (!LC || !MC || !NC) {
8906 APInt N = NC->getAPInt();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp5610 OPCODE(NC);
8402 return emitMemMemWrapper(MI, MBB, SystemZ::NC);

Completed in 525 milliseconds

1234