Home
last modified time | relevance | path

Searched refs:PO (Results 1 – 25 of 61) sorted by relevance

123

/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/
H A DPipelinePrinter.cpp56 if (PO.RegisterFileSize) in getJSONSimulationParameters()
57 SimParameters.try_emplace("-register-file-size", PO.RegisterFileSize); in getJSONSimulationParameters()
59 if (!PO.AssumeNoAlias) in getJSONSimulationParameters()
60 SimParameters.try_emplace("-noalias", PO.AssumeNoAlias); in getJSONSimulationParameters()
62 if (PO.DecodersThroughput) in getJSONSimulationParameters()
63 SimParameters.try_emplace("-decoder-throughput", PO.DecodersThroughput); in getJSONSimulationParameters()
65 if (PO.MicroOpQueueSize) in getJSONSimulationParameters()
66 SimParameters.try_emplace("-micro-op-queue-size", PO.MicroOpQueueSize); in getJSONSimulationParameters()
68 if (PO.DispatchWidth) in getJSONSimulationParameters()
69 SimParameters.try_emplace("-dispatch", PO.DispatchWidth); in getJSONSimulationParameters()
[all …]
H A DPipelinePrinter.h45 const PipelineOptions &PO; variable
55 const MCSubtargetInfo &STI, const PipelineOptions &PO) in PipelinePrinter() argument
56 : P(Pipe), Region(R), RegionIdx(Idx), STI(STI), PO(PO) {} in PipelinePrinter()
H A Dllvm-mca.cpp598 mca::PipelineOptions PO(MicroOpQueue, DecoderThroughput, DispatchWidth, in main() local
690 mca::PipelinePrinter Printer(*P, *Region, RegionIdx, *STI, PO); in main()
738 auto P = MCA.createDefaultPipeline(PO, S, *CB); in main()
740 mca::PipelinePrinter Printer(*P, *Region, RegionIdx, *STI, PO); in main()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemDerefPrinter.cpp29 Value *PO = LI->getPointerOperand(); in run() local
30 if (isDereferenceablePointer(PO, LI->getType(), DL, LI)) in run()
31 Deref.push_back(PO); in run()
32 if (isDereferenceableAndAlignedPointer(PO, LI->getType(), LI->getAlign(), in run()
34 DerefAndAligned.insert(PO); in run()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBasicBlockInfo.h91 unsigned PO = Offset + Size; member
94 return PO;
96 return PO + UnknownPadding(PA, internalKnownBits());
/freebsd/crypto/krb5/src/ccapi/server/win/
H A Dccs_os_server.cpp113 ParseOpts PO; in ccs_os_server_initialize() local
126 PO.SetValidOpts("kemnfubc"); in ccs_os_server_initialize()
128 PO.SetValidOpts("kc"); in ccs_os_server_initialize()
131 PO.Parse(opts, argc, (char**)argv); in ccs_os_server_initialize()
201 ParseOpts PO; in ccs_os_server_listen_loop() local
209 PO.SetValidOpts("kemnfubc"); in ccs_os_server_listen_loop()
211 PO.SetValidOpts("kc"); in ccs_os_server_listen_loop()
213 PO.Parse(opts, argc, (char**)argv); in ccs_os_server_listen_loop()
/freebsd/sys/dev/hwpmc/
H A Dhwpmc_logging.c114 #define _PMCLOG_RESERVE_SAFE(PO, TYPE, LEN, ACTION, TSC) do { \ argument
119 if ((_le = pmclog_reserve((PO), _len)) == NULL) { \
128 #define _PMCLOG_RESERVE(PO, TYPE, LEN, ACTION) do { \ argument
136 if ((_le = pmclog_reserve((PO), _len)) == NULL) { \
167 #define PMCLOG_DESPATCH_SAFE(PO) \ argument
168 pmclog_release((PO)); \
171 #define PMCLOG_DESPATCH_SCHED_LOCK(PO) \ argument
172 pmclog_release_flags((PO), 0); \
175 #define PMCLOG_DESPATCH(PO) \ argument
176 pmclog_release((PO)); \
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DOverload.h1121 OverloadCandidateParamOrder PO; member
1134 OverloadCandidateParamOrder PO; member
1227 getRewriteKind(const FunctionDecl *FD, OverloadCandidateParamOrder PO) { in getRewriteKind()
1231 if (PO == OverloadCandidateParamOrder::Reversed) in getRewriteKind()
1353 bool isNewCandidate(Decl *F, OverloadCandidateParamOrder PO =
1356 Key |= static_cast<uintptr_t>(PO);
1433 CallExpr::ADLCallKind IsADLCandidate, OverloadCandidateParamOrder PO,
1441 OverloadCandidateParamOrder PO);
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DHLSLBufferLayoutBuilder.cpp111 const int PO = PackOffsets ? (*PackOffsets)[Index++] : -1; in createLayoutType() local
112 if (!PackOffsets || PO != -1) { in createLayoutType()
113 if (!layoutField(FD, EndOffset, FieldOffset, FieldType, PO)) in createLayoutType()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h289 PointerOptions PO, uint8_t Size) in PointerRecord() argument
291 Attrs(calcAttrs(PK, PM, PO, Size)) {} in PointerRecord()
294 PointerOptions PO, uint8_t Size, const MemberPointerInfo &MPI) in PointerRecord() argument
296 Attrs(calcAttrs(PK, PM, PO, Size)), MemberInfo(MPI) {} in PointerRecord()
352 void setAttrs(PointerKind PK, PointerMode PM, PointerOptions PO, in setAttrs() argument
354 Attrs = calcAttrs(PK, PM, PO, Size); in setAttrs()
358 static uint32_t calcAttrs(PointerKind PK, PointerMode PM, PointerOptions PO, in calcAttrs() argument
362 A |= static_cast<uint32_t>(PO); in calcAttrs()
/freebsd/crypto/krb5/src/po/
H A Den_US.po11 "PO-Revision-Date: 2011-06-06 00:35-0400\n"
/freebsd/contrib/libxo/tests/gettext/
H A Dldns.pot11 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
H A Dgt_01.pot11 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp658 PrintingPolicy PO(LangOpts); in printQualifier() local
659 PO.SuppressTagKeyword = true; in printQualifier()
660 PO.SuppressUnwrittenScope = true; in printQualifier()
661 PO.ConstantArraySizeAsWritten = false; in printQualifier()
662 PO.AnonymousTagLocations = false; in printQualifier()
663 NNS->print(Out, PO); in printQualifier()
/freebsd/contrib/libxo/tests/gettext/po/pig_latin/
H A Dldns.po10 "PO-Revision-Date: 2015-07-01 18:47-0500\n"
H A Dgt_01.po10 "PO-Revision-Date: 2015-07-09 13:43-0400\n"
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DBranchRelaxation.cpp70 const unsigned PO = Offset + Size; in postOffset() local
74 return alignTo(PO, Alignment); in postOffset()
78 return alignTo(PO, Alignment) + Alignment.value() - ParentAlign.value(); in postOffset()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1920 PointerOptions PO) { in lowerTypePointer() argument
1925 if (PointeeTI.isSimple() && PO == PointerOptions::None && in lowerTypePointer()
1951 PO |= PointerOptions::Const; in lowerTypePointer()
1953 PointerRecord PR(PointeeTI, PK, PM, PO, Ty->getSizeInBits() / 8); in lowerTypePointer()
1991 PointerOptions PO) { in lowerTypeMemberPointer() argument
2006 PointerRecord PR(PointeeTI, PK, PM, PO, SizeInBytes, MPI); in lowerTypeMemberPointer()
2026 PointerOptions PO = PointerOptions::None; in lowerTypeModifier() local
2034 PO |= PointerOptions::Const; in lowerTypeModifier()
2038 PO |= PointerOptions::Volatile; in lowerTypeModifier()
2043 PO |= PointerOptions::Restrict; in lowerTypeModifier()
[all …]
H A DCodeViewDebug.h452 codeview::PointerOptions PO = codeview::PointerOptions::None);
455 codeview::PointerOptions PO = codeview::PointerOptions::None);
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrFormats.td410 // DQ-Form: [PO T RA DQ TX XO] or [PO S RA DQ SX XO]
782 // [PO RT /// RB XO RC]
986 // [PO RT RA RB XO /]
1024 // e.g. [PO VRT XO VRB XO /] or [PO VRT XO VRB XO RO]
1076 // [PO /// L RA RB XO /]
1181 // [PO T XO B XO BX /]
1198 // [PO T XO B XO BX TX]
2131 // e.g. [PO VRT EO VRB XO]
2197 // VX-Form: [PO VRT EO VRB 1 PS XO]
2216 // VX-Form: [PO VRT VRA VRB 1 PS XO] or [PO VRT VRA VRB 1 / XO]
H A DPPCInstrP10.td161 // VX-Form: [ PO VT R VB RC XO ]
290 // PO TX T RA d1 ]
316 // X-Form: [PO T IMM VRB XO TX]
381 // VX-Form: [PO VRT RA VRB XO].
388 // VX-Form: [PO VRT RA RB XO].
395 // VX-Form: [ PO BF // VRA VRB XO ]
412 // VN-Form: [PO VRT VRA VRB PS SD XO]
449 // PO T XO TX imm1 ].
474 // PO T XO IX TX imm1 ].
559 // [PO BF / XO2 B XO BX /]
[all …]
/freebsd/sys/contrib/openzfs/config/
H A Dpo.m4106 # PO directories have a Makefile.in generated from Makefile.in.in.
120 # Treat a directory as a PO directory if and only if it has a
121 # POTFILES.in file. This allows packages to have multiple PO
219 dnl Postprocesses a Makefile in a directory containing PO files.
/freebsd/contrib/libcbor/doc/
H A DMakefile42 @echo " gettext to make PO message catalogs"
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp7045 OverloadCandidateParamOrder PO, bool AggregateCandidateDeduction, in AddOverloadCandidate() argument
7065 PartialOverloading, EarlyConversions, PO, in AddOverloadCandidate()
7073 if (!CandidateSet.isNewCandidate(Function, PO)) in AddOverloadCandidate()
7106 CandidateSet.getRewriteInfo().getRewriteKind(Function, PO); in AddOverloadCandidate()
7258 assert(PO != OverloadCandidateParamOrder::Reversed || Args.size() == 2); in AddOverloadCandidate()
7263 PO == OverloadCandidateParamOrder::Reversed ? 1 - ArgIdx : ArgIdx; in AddOverloadCandidate()
7655 OverloadCandidateParamOrder PO) { in AddMethodCandidate() argument
7668 SuppressUserConversions, false, PO); in AddMethodCandidate()
7672 SuppressUserConversions, false, {}, PO); in AddMethodCandidate()
7682 OverloadCandidateParamOrder PO, bool StrictPackMatch) { in AddMethodCandidate() argument
[all …]
/freebsd/contrib/xz/
H A DREADME212 which can be found near the beginning of the PO file.
244 before running translations.bash. The value should match the PO file

123