Home
last modified time | relevance | path

Searched refs:Pt (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/opencsd/decoder/include/common/
H A Dtrc_pkt_proc_base.h125 template <class P, class Pt, class Pc>
153 componentAttachPt<ITrcPktIndexer<Pt>> *getTraceIDIndexerAttachPt() { return &m_pkt_indexer_i; }; in getTraceIDIndexerAttachPt()
175 void indexPacket(const ocsd_trc_index_t index_sop, const Pt *packet_type);
177 …utputOnAllInterfaces(const ocsd_trc_index_t index_sop, const P *pkt, const Pt *pkt_type, std::vect…
179 …utputOnAllInterfaces(const ocsd_trc_index_t index_sop, const P *pkt, const Pt *pkt_type, const uin…
210 componentAttachPt<ITrcPktIndexer<Pt>> m_pkt_indexer_i;
220 template<class P,class Pt, class Pc> TrcPktProcBase<P, Pt, Pc>::TrcPktProcBase(const char *componen… in TrcPktProcBase()
229 template<class P,class Pt, class Pc> TrcPktProcBase<P, Pt, Pc>::TrcPktProcBase(const char *componen… in TrcPktProcBase()
238 template<class P,class Pt, class Pc> TrcPktProcBase<P, Pt, Pc>::~TrcPktProcBase() in ~TrcPktProcBase()
243 template<class P,class Pt, class Pc> ocsd_datapath_resp_t TrcPktProcBase<P, Pt, Pc>::TraceDataIn( … in TraceDataIn()
[all …]
H A Docsd_dcd_mngr.h44 template <class P, class Pt, class Pc>
86 template <class P, class Pt, class Pc>
87 …DecoderMngrBase<P,Pt,Pc>::DecoderMngrBase(const std::string &decoderTypeName, ocsd_trace_protocol_… in DecoderMngrBase()
95 template <class P, class Pt, class Pc>
96 ocsd_err_t DecoderMngrBase<P,Pt,Pc>::createDecoder(const int create_flags, const int instID, const… in createDecoder()
122 TrcPktProcBase<P,Pt,Pc> *pProcBase = dynamic_cast< TrcPktProcBase<P,Pt,Pc> *>(pkt_proc); in createDecoder()
163 template <class P, class Pt, class Pc>
164 ocsd_err_t DecoderMngrBase<P,Pt,Pc>::destroyDecoder(TraceComponent *pComponent) in destroyDecoder()
172 template <class P, class Pt, class Pc>
173 ocsd_err_t DecoderMngrBase<P,Pt,Pc>::attachErrorLogger(TraceComponent *pComponent, ITraceErrorLog *… in attachErrorLogger()
[all …]
H A Dtrc_printable_elem.h79 template<class Pc, class Pt>
83 pktClass = static_cast<const Pt *>(p_pkt); in trcPrintElemToString()
/freebsd/contrib/opencsd/decoder/include/interfaces/
H A Dtrc_indexer_pkt_i.h59 template <class Pt>
72 virtual void TracePktIndex(const ocsd_trc_index_t index_sop, const Pt *packet_type) = 0;
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterpFrame.h92 auto Pt = Params.find(Offset); in getParam() local
93 if (Pt == Params.end()) in getParam()
95 return Pointer(reinterpret_cast<Block *>(Pt->second.get())).deref<T>(); in getParam()
H A DInterpFrame.cpp216 if (auto Pt = Params.find(Off); Pt != Params.end()) in getParamPointer() local
217 return Pointer(reinterpret_cast<Block *>(Pt->second.get())); in getParamPointer()
H A DInterp.cpp31 static bool RetValue(InterpState &S, CodePtr &Pt) { in RetValue() argument
/freebsd/contrib/spleen/
H A DREADME.md195 - Spleen 6x12: 9 Pt (12 pixels)
196 - Spleen 8x16: 12 Pt (16 pixels)
197 - Spleen 12x24: 18 Pt (24 pixels)
198 - Spleen 16x32: 24 Pt (32 pixels)
199 - Spleen 32x64: 48 Pt (64 pixels)
/freebsd/crypto/openssl/test/recipes/80-test_tsa_data/
H A Dsectigo-time-stamping-ca.pem37 AKjQxH/qEZ0eBsambTJdtDgJK0kHqv3sMNrxpy/Pt/360KOE2See+wFmd7lWEOEg
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonPatterns.td653 // op(Ps, op(Pt, Pu))
659 // op(Ps, op(Pt, !Pu))
853 def: Pat<(i1 (seteq I1:$Ps, I1:$Pt)), (C2_not (C2_xor I1:$Ps, I1:$Pt))>;
854 def: Pat<(i1 (setne I1:$Ps, I1:$Pt)), (C2_xor I1:$Ps, I1:$Pt)>;
857 def: Pat<(ResTy (seteq OpPred:$Ps, OpPred:$Pt)), (C2_not (C2_xor $Ps, $Pt))>;
858 def: Pat<(ResTy (setne OpPred:$Ps, OpPred:$Pt)), (C2_xor $Ps, $Pt)>;
868 def: Pat<(ResTy (setlt OpPred:$Ps, OpPred:$Pt)), (C2_andn $Ps, $Pt)>;
869 def: Pat<(ResTy (setle OpPred:$Ps, OpPred:$Pt)), (C2_orn $Ps, $Pt)>;
870 def: Pat<(ResTy (setult OpPred:$Ps, OpPred:$Pt)), (C2_andn $Pt, $Ps)>;
871 def: Pat<(ResTy (setule OpPred:$Ps, OpPred:$Pt)), (C2_orn $Pt, $Ps)>;
[all …]
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/
H A Devppkey_dsa_rfc6979.txt38 Tqp9pd2f/Pt/Ow==
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp6583 for (auto &Pt : CurPts) { in mergeSExts() local
6584 if (getDT(F).dominates(Inst, Pt)) { in mergeSExts()
6585 replaceAllUsesWith(Pt, Inst, FreshBBs, IsHugeFunc); in mergeSExts()
6586 RemovedInsts.insert(Pt); in mergeSExts()
6587 Pt->removeFromParent(); in mergeSExts()
6588 Pt = Inst; in mergeSExts()
6593 if (!getDT(F).dominates(Pt, Inst)) in mergeSExts()
6597 replaceAllUsesWith(Inst, Pt, FreshBBs, IsHugeFunc); in mergeSExts()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DSVEInstrFormats.td7201 : I<(outs), (ins PPRorPNRAny:$Pt, GPR64sp:$Rn, simm9:$imm9),
7202 asm, "\t$Pt, [$Rn, $imm9, mul vl]",
7205 bits<4> Pt;
7214 let Inst{3-0} = Pt;
7223 def : InstAlias<asm # "\t$Pt, [$Rn]",
7224 (!cast<Instruction>(NAME) PPRorPNRAny:$Pt, GPR64sp:$Rn, 0), 1>;
8500 : I<(outs PPRorPNRAny:$Pt), (ins GPR64sp:$Rn, simm9:$imm9),
8501 asm, "\t$Pt, [$Rn, $imm9, mul vl]",
8504 bits<4> Pt;
8513 let Inst{3-0} = Pt;
[all …]
H A DSMEInstrFormats.td62 Pseudo<(outs), (ins PPRorPNRAny:$Pt, GPR64sp:$Rn, simm9:$imm9), []>, Sched<[]>
69 Pseudo<(outs PPRorPNRAny:$Pt), (ins GPR64sp:$Rn, simm9:$imm9), []>, Sched<[]>