Home
last modified time | relevance | path

Searched defs:NR (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DIntervalMap.cpp40 NodeRef NR = path[l].subtree(path[l].offset - 1); in getLeftSibling() local
65 NodeRef NR = subtree(l); in moveLeft() local
90 NodeRef NR = path[l].subtree(path[l].offset + 1); in getRightSibling() local
110 NodeRef NR = subtree(l); in moveRight() local
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/tilepro/
H A Dlinux-unwind.h36 #define _sigreturn_asm(REG, NR) asm( \ argument
45 #define sigreturn_asm(REG, NR) _sigreturn_asm(REG, NR) argument
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/tilepro/
H A Dlinux-unwind.h36 #define _sigreturn_asm(REG, NR) asm( \ argument
45 #define sigreturn_asm(REG, NR) _sigreturn_asm(REG, NR) argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DConstraintSystem.cpp39 SmallVector<int64_t, 8> NR; in eliminateUsingFM() local
66 SmallVector<int64_t, 8> NR; in eliminateUsingFM() local
H A DInlineSizeEstimatorAnalysis.cpp48 #define LAST_OTHER_INST(NR) return NR; in getMaxInstructionID() argument
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A Diterator.h367 mutable NodeRef NR; variable
H A DIntervalMap.h1159 IntervalMapImpl::NodeRef NR = rootBranch().safeLookup(x); in treeSafeLookup() local
1464 IntervalMapImpl::NodeRef NR = path.subtree(path.height()); in pathFillFind() local
1632 } else if (NodeRef NR = P.getLeftSibling(P.height())) { in canCoalesceLeft() local
1661 } else if (NodeRef NR = P.getRightSibling(P.height())) { in canCoalesceRight() local
/netbsd-src/external/lgpl3/mpfr/dist/tests/
H A Dtset_str.c143 #define NR 50 in main() macro
/netbsd-src/external/gpl2/groff/dist/font/devps/generate/
H A DMakefile118 NR: target
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp1006 unsigned NR = 0; in rauw() local
1055 unsigned NR = rauw(Candidates, Repl, NewMemAcc); in removeAndReplace() local
1098 unsigned NI = 0, NL = 0, NS = 0, NC = 0, NR = 0; in hoist() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DTree.cpp66 void syntax::Node::setRole(NodeRole NR) { in setRole()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRDFRegisters.cpp315 RegisterRef NR = T.makeRegRef(); in intersectWith() local
H A DModuloSchedule.cpp1637 Register NR = MRI.createVirtualRegister(RC); in moveStageBetweenBlocks() local
/netbsd-src/sys/crypto/adiantum/
H A Dadiantum.c78 #define aes_enc(E, P, C, NR) AES_encrypt(P, C, &(E)->enckey) argument
79 #define aes_dec(D, C, P, NR) AES_decrypt(C, P, &(D)->deckey) argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonGenMux.cpp183 unsigned NR = HRI->getNumRegs(); in buildMaps() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DModule.cpp400 for (unsigned R = 0, NR = WildcardRestrictions.size(); R != NR; ++R) { in getExportedModules() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCRegisterInfo.h353 void InitMCRegisterInfo(const MCRegisterDesc *D, unsigned NR, unsigned RA, in InitMCRegisterInfo()
/netbsd-src/sys/dev/usb/
H A Dif_atureg.h405 #define NR(x) (void *)((long)x) macro
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprObjC.cpp344 SourceRange NR(Number->getSourceRange()); in BuildObjCNumericLiteral() local
H A DSemaCodeComplete.cpp5009 } else if (auto *NR = dyn_cast<concepts::NestedRequirement>(Req)) { in believe() local
H A DSemaDecl.cpp6775 QualType NR = R.getCanonicalType(); in diagnoseOpenCLTypes() local