Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFGraph.cpp53 auto NA = P.G.addr<NodeBase *>(P.Obj); in operator <<() local
390 void NodeBase::append(Node NA) { in append()
429 Node NA = G.addr<NodeBase *>(getNext()); in getOwner() local
468 void CodeNode::addMember(Node NA, const DataFlowGraph &G) { in addMember()
481 void CodeNode::addMemberAfter(Node MA, Node NA, const DataFlowGraph &G) { in addMemberAfter()
488 void CodeNode::removeMember(Node NA, const DataFlowGraph &G) { in removeMember()
527 Node NA = G.addr<NodeBase *>(getNext()); in getOwner() local
785 Node NA = newNode(0); in cloneNode() local
1207 Ref NA; in locateNextRef() local
1237 Ref NA = cloneNode(RA); in getNextShadow() local
[all …]
/freebsd/sbin/routed/
H A Dinput.c939 # define NA (rip->rip_auths) in ck_passwd() macro
H A Dtrace.c873 # define NA ((struct netauth*)n) in trace_rip() macro
/freebsd/contrib/arm-optimized-routines/math/
H A Derf.c15 #define NA __erf_data.erf_ratio_N_A macro
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp1077 Value *HexagonCommonGEP::fabricateGEP(NodeVect &NA, BasicBlock::iterator At, in fabricateGEP()
1161 NodeVect NA; // Nodes to assemble. in materialize() local
/freebsd/sys/dev/qat/include/common/
H A Dadf_cfg_common.h72 enum adf_cfg_service_type { NA = 0, CRYPTO, COMP, SYM, ASYM, USED }; enumerator
/freebsd/sys/dev/fb/
H A Dvesa.c174 #define NA (-2) macro
H A Dvga.c267 #define NA (-2) macro
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h916 auto NA = G.addr<NodeBase *>(getNext()); in getNextRef() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp1536 MDNode *NA = I->getMetadata(LLVMContext::MD_noalias); in refineUsesAlignmentAndAA() local
/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp2224 NodeArrayNode *NA = nodeListToNodeArray(Arena, Head, Count); in demangleFunctionParameterList() local
/freebsd/contrib/ntp/ntpq/
H A Dntpq.c125 #define NA 2 /* network address */ macro
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp2944 if (auto *NA = dyn_cast_or_null<NamespaceAliasDecl>(NominatedNamespace)) in getNominatedNamespace() local
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp1338 IdentifierInfo *NA = Tok.getIdentifierInfo(); in ParseAvailabilityAttribute() local
/freebsd/sys/dev/netmap/
H A Dnetmap_kern.h1694 #define NA(_ifp) (if_getnetmapadapter(_ifp)) macro
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp5777 CGDebugInfo::EmitNamespaceAlias(const NamespaceAliasDecl &NA) { in EmitNamespaceAlias()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp13731 SDValue NB) { in PerformADDVecReduce()