Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstraintSystem.cpp74 SmallVector<Entry, 8> NR; in eliminateUsingFM() local
H A DInlineSizeEstimatorAnalysis.cpp47 #define LAST_OTHER_INST(NR) return NR; in getMaxInstructionID() argument
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp979 unsigned NR = 0; in rauw() local
1028 unsigned NR = rauw(Candidates, Repl, NewMemAcc); in removeAndReplace() local
1071 unsigned NI = 0, NL = 0, NS = 0, NC = 0, NR = 0; in hoist() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntervalMap.h1205 IntervalMapImpl::NodeRef NR = rootBranch().safeLookup(x); in treeSafeLookup() local
1510 IntervalMapImpl::NodeRef NR = path.subtree(path.height()); in pathFillFind() local
1678 } else if (NodeRef NR = P.getLeftSibling(P.height())) { in canCoalesceLeft() local
1707 } else if (NodeRef NR = P.getRightSibling(P.height())) { in canCoalesceRight() local
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTree.cpp48 void syntax::Node::setRole(NodeRole NR) { in setRole()
/freebsd/sys/dev/ppbus/
H A Dpcfclock.c92 #define NR(buf, off) (buf[off+1]*10+buf[off]) macro
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFRegisters.cpp349 RegisterRef NR = T.makeRegRef(); in intersectWith() local
H A DModuloSchedule.cpp1650 Register NR = MRI.createVirtualRegister(RC); in moveStageBetweenBlocks() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenMux.cpp181 unsigned NR = HRI->getNumRegs(); in buildMaps() local
/freebsd/contrib/one-true-awk/
H A Dtran.c45 Awkfloat *NR; /* number of current record */ variable
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp445 for (unsigned R = 0, NR = WildcardRestrictions.size(); R != NR; ++R) { in getExportedModules() local
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCRegisterInfo.h271 void InitMCRegisterInfo(const MCRegisterDesc *D, unsigned NR, unsigned RA, in InitMCRegisterInfo()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp345 SourceRange NR(Number->getSourceRange()); in BuildObjCNumericLiteral() local
H A DSemaCodeComplete.cpp5403 } else if (auto *NR = dyn_cast<concepts::NestedRequirement>(Req)) { in believe() local
H A DSemaDecl.cpp7454 QualType NR = R.getCanonicalType(); in diagnoseOpenCLTypes() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp4593 const auto *NR = cast<concepts::NestedRequirement>(Req); in mangleRequirement() local