Searched refs:NP (Results 1 - 15 of 15) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_function_call_trie.h513 NodeAndParent NP = DFSStack.back(); variable
514 DCHECK_NE(NP.Node, nullptr);
515 DCHECK_NE(NP.NewNode, nullptr);
517 for (const auto Callee : NP.Node->Callees) {
519 NP.NewNode, NodeIdPairArray(*O.NodeIdPairAllocator),
524 if (UNLIKELY(NP.NewNode->Callees.AppendEmplace(NewNode, Callee.FId) ==
/openbsd-current/gnu/llvm/llvm/lib/Target/AVR/
H A DAVRISelDAGToDAG.cpp392 auto *NP = CurDAG->getMachineNode(AVR::LDIRdK, DL, MVT::i8, NC); local
394 Ptr, SDValue(NP, 0));
407 auto *NP = CurDAG->getMachineNode(AVR::LDIRdK, DL, MVT::i8, NC); local
409 Ptr, SDValue(NP, 0));
420 auto *NP = CurDAG->getMachineNode(AVR::LDIRdK, DL, MVT::i8, NC); local
422 MVT::Other, Ptr, SDValue(NP, 0));
/openbsd-current/gnu/llvm/llvm/include/llvm/ADT/
H A Dilist_iterator.h84 explicit ilist_iterator(pointer NP) : NodePtr(Access::getNodePtr(NP)) {} argument
/openbsd-current/libexec/getty/
H A Dgettytab.h151 #define NP gettyflags[21].value macro
H A Dsubr.c209 if (NP) {
H A Dmain.c509 if (!NP) {
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp356 unsigned &NP = BBNumPreds[BB]; local
357 if (NP == 0)
358 NP = pred_size(BB) + 1;
359 return NP - 1;
/openbsd-current/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp896 unsigned Ox = 0, NP = MI.getNumOperands(); local
898 while (Ox < NP) {
909 while (Ox < NP) {
H A DHexagonCommonGEP.cpp502 NodePair NP = node_pair(N1, N2);
503 NodePairSet::iterator FEq = Eq.find(NP);
506 NodePairSet::iterator FNe = Ne.find(NP);
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp367 Pass *NP = Pass::createPass(InsertedPassID.getID());
368 assert(NP && "Pass ID not registered");
369 return NP;
H A DRDFGraph.cpp266 unsigned NP = BB->pred_size(); local
278 << " --- preds(" << NP << "): ";
/openbsd-current/gnu/llvm/llvm/lib/Analysis/
H A DMemorySSA.cpp748 const DefPath *NP = &N; local
749 assert(!Paths.empty() && NP >= &Paths.front() && NP <= &Paths.back() &&
751 return NP - &Paths.front();
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp2077 int NP = (int)Priority - SU->getNode()->getNumValues();
2078 return (NP > 0) ? NP : 0;
/openbsd-current/gnu/llvm/clang/lib/AST/
H A DDecl.cpp3665 unsigned NP = getNumParams();
3668 if (NP == 0 && EllipsisLoc.isInvalid())
3672 NP > 0 ? ParamInfo[0]->getSourceRange().getBegin() : EllipsisLoc;
3675 : ParamInfo[NP - 1]->getSourceRange().getEnd();
/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DSemaDeclAttr.cpp5469 uint32_t NP; local
5471 if (!checkUInt32Argument(*this, AL, NumParamsExpr, NP)) {
5483 numParams = NP;

Completed in 389 milliseconds