Searched refs:PO (Results 1 - 24 of 24) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/tools/llvm-mca/
H A DPipelinePrinter.cpp56 if (PO.RegisterFileSize)
57 SimParameters.try_emplace("-register-file-size", PO.RegisterFileSize);
59 if (!PO.AssumeNoAlias)
60 SimParameters.try_emplace("-noalias", PO.AssumeNoAlias);
62 if (PO.DecodersThroughput)
63 SimParameters.try_emplace("-decoder-throughput", PO.DecodersThroughput);
65 if (PO.MicroOpQueueSize)
66 SimParameters.try_emplace("-micro-op-queue-size", PO.MicroOpQueueSize);
68 if (PO.DispatchWidth)
69 SimParameters.try_emplace("-dispatch", PO
[all...]
H A DPipelinePrinter.h45 const PipelineOptions &PO; member in class:llvm::mca::PipelinePrinter
55 const MCSubtargetInfo &STI, const PipelineOptions &PO)
56 : P(Pipe), Region(R), RegionIdx(Idx), STI(STI), PO(PO) {}
54 PipelinePrinter(Pipeline &Pipe, const CodeRegion &R, unsigned Idx, const MCSubtargetInfo &STI, const PipelineOptions &PO) argument
H A Dllvm-mca.cpp545 mca::PipelineOptions PO(MicroOpQueue, DecoderThroughput, DispatchWidth,
617 mca::PipelinePrinter Printer(*P, *Region, RegionIdx, *STI, PO);
661 auto P = MCA.createDefaultPipeline(PO, S, *CB);
663 mca::PipelinePrinter Printer(*P, *Region, RegionIdx, *STI, PO);
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DMemDerefPrinter.cpp32 Value *PO = LI->getPointerOperand(); local
33 if (isDereferenceablePointer(PO, LI->getType(), DL))
34 Deref.push_back(PO);
35 if (isDereferenceableAndAlignedPointer(PO, LI->getType(), LI->getAlign(),
37 DerefAndAligned.insert(PO);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBasicBlockInfo.h91 unsigned PO = Offset + Size; local
94 return PO;
96 return PO + UnknownPadding(PA, internalKnownBits());
/freebsd-current/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp153 if (PseudoObjectExpr *PO = dyn_cast<PseudoObjectExpr>(E))
154 return isZeroingPropIvar(PO);
190 bool isZeroingPropIvar(PseudoObjectExpr *PO) { argument
191 BinaryOperator *BO = dyn_cast<BinaryOperator>(PO->getSyntacticForm());
/freebsd-current/sys/dev/hwpmc/
H A Dhwpmc_logging.c113 #define _PMCLOG_RESERVE_SAFE(PO,TYPE,LEN,ACTION, TSC) do { \
117 if ((_le = pmclog_reserve((PO), _len)) == NULL) { \
126 #define _PMCLOG_RESERVE(PO,TYPE,LEN,ACTION) do { \
133 if ((_le = pmclog_reserve((PO), _len)) == NULL) { \
160 #define PMCLOG_DESPATCH_SAFE(PO) \
161 pmclog_release((PO)); \
164 #define PMCLOG_DESPATCH_SCHED_LOCK(PO) \
165 pmclog_release_flags((PO), 0); \
168 #define PMCLOG_DESPATCH(PO) \
169 pmclog_release((PO)); \
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/Sema/
H A DOverload.h1019 getRewriteKind(const FunctionDecl *FD, OverloadCandidateParamOrder PO) { argument
1023 if (PO == OverloadCandidateParamOrder::Reversed)
1111 bool isNewCandidate(Decl *F, OverloadCandidateParamOrder PO =
1114 Key |= static_cast<uintptr_t>(PO);
H A DSema.h4070 OverloadCandidateParamOrder PO = {},
4085 OverloadCandidateParamOrder PO = {});
4094 OverloadCandidateParamOrder PO = {});
4105 OverloadCandidateParamOrder PO = {});
4112 OverloadCandidateParamOrder PO = {},
4120 OverloadCandidateParamOrder PO = {});
4144 OverloadCandidateParamOrder PO = {});
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h289 PointerOptions PO, uint8_t Size)
291 Attrs(calcAttrs(PK, PM, PO, Size)) {}
294 PointerOptions PO, uint8_t Size, const MemberPointerInfo &MPI)
296 Attrs(calcAttrs(PK, PM, PO, Size)), MemberInfo(MPI) {}
352 void setAttrs(PointerKind PK, PointerMode PM, PointerOptions PO, argument
354 Attrs = calcAttrs(PK, PM, PO, Size);
358 static uint32_t calcAttrs(PointerKind PK, PointerMode PM, PointerOptions PO, argument
362 A |= static_cast<uint32_t>(PO);
288 PointerRecord(TypeIndex ReferentType, PointerKind PK, PointerMode PM, PointerOptions PO, uint8_t Size) argument
293 PointerRecord(TypeIndex ReferentType, PointerKind PK, PointerMode PM, PointerOptions PO, uint8_t Size, const MemberPointerInfo &MPI) argument
/freebsd-current/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp651 PrintingPolicy PO(Ctx.getLangOpts());
652 PO.SuppressTagKeyword = true;
653 PO.SuppressUnwrittenScope = true;
654 PO.ConstantArraySizeAsWritten = false;
655 PO.AnonymousTagLocations = false;
656 NNS->print(Out, PO);
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DBranchRelaxation.cpp69 const unsigned PO = Offset + Size; local
73 return alignTo(PO, Alignment);
77 return alignTo(PO, Alignment) + Alignment.value() - ParentAlign.value();
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h445 codeview::PointerOptions PO = codeview::PointerOptions::None);
448 codeview::PointerOptions PO = codeview::PointerOptions::None);
H A DCodeViewDebug.cpp1906 PointerOptions PO) {
1911 if (PointeeTI.isSimple() && PO == PointerOptions::None &&
1937 PO |= PointerOptions::Const;
1939 PointerRecord PR(PointeeTI, PK, PM, PO, Ty->getSizeInBits() / 8);
1977 PointerOptions PO) {
1992 PointerRecord PR(PointeeTI, PK, PM, PO, SizeInBytes, MPI);
2012 PointerOptions PO = PointerOptions::None; local
2020 PO |= PointerOptions::Const;
2024 PO |= PointerOptions::Volatile;
2029 PO |
1905 lowerTypePointer(const DIDerivedType *Ty, PointerOptions PO) argument
1976 lowerTypeMemberPointer(const DIDerivedType *Ty, PointerOptions PO) argument
2674 PointerOptions PO = PointerOptions::None; local
[all...]
/freebsd-current/contrib/libcbor/doc/
H A DMakefile42 @echo " gettext to make PO message catalogs"
H A Dmake.bat34 echo. gettext to make PO message catalogs
/freebsd-current/contrib/llvm-project/lld/docs/
H A Dmake.bat34 echo. gettext to make PO message catalogs
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp6751 OverloadCandidateParamOrder PO, bool AggregateCandidateDeduction) {
6770 PartialOverloading, EarlyConversions, PO);
6777 if (!CandidateSet.isNewCandidate(Function, PO))
6810 CandidateSet.getRewriteInfo().getRewriteKind(Function, PO);
6956 PO == OverloadCandidateParamOrder::Reversed ? 1 - ArgIdx : ArgIdx;
7325 OverloadCandidateParamOrder PO) {
7338 SuppressUserConversions, false, PO);
7342 SuppressUserConversions, false, std::nullopt, PO);
7362 OverloadCandidateParamOrder PO) {
7369 if (!CandidateSet.isNewCandidate(Method, PO))
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp2064 PropertyDeclOrder &PO) const {
2072 PO.push_back(Prop);
2078 PI->collectInheritedProtocolProperties(Property, PS, PO);
H A DExpr.cpp3755 const PseudoObjectExpr *PO = cast<PseudoObjectExpr>(this); local
3756 for (PseudoObjectExpr::const_semantics_iterator I = PO->semantics_begin(),
3757 E = PO->semantics_end();
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp874 unsigned PO = 0; local
876 PostOrderNumbers[BB] = PO++;
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h2298 PropertyDeclOrder &PO) const;
/freebsd-current/contrib/netbsd-tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh5776 3RfbkAzMvpi5HJhId+PO+suHsLcjRF8ugmciEZksZYh1/CQK/iKzmkchPPXQt5//
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp11558 Value *PO = LI->getPointerOperand();
11560 NewLI = Builder.CreateAlignedLoad(VecTy, PO, LI->getAlign());

Completed in 664 milliseconds