Home
last modified time | relevance | path

Searched defs:PS (Results 1 – 25 of 44) sorted by relevance

12

/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.cpp121 else if (const auto *PS = mdconst::extract_or_null<ConstantInt>( AArch64FunctionInfo() local
137 else if (const auto *PS = dyn_cast_or_null<MDString>( AArch64FunctionInfo() local
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp364 auto PS = cantFail(SymbolDeserializer::deserializeAs<ProcSym>(*I)); in findFunctionSymbolBySectOffset() local
417 auto PS = findPublicSymbolBySectOffset() local
436 auto PS = cantFail(SymbolDeserializer::deserializeAs<PublicSym32>(Sym.get())); findPublicSymbolBySectOffset() local
[all...]
H A DGSIStreamBuilder.cpp485 auto PS = WritableMappedBlockStream::createIndexedStream( in commit() local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DUndefBranchChecker.cpp95 if (std::optional<PostStmt> PS = P.getAs<PostStmt>()) in checkBranchCondition() local
H A DEnumCastOutOfRangeChecker.cpp39 const ProgramStateRef PS; member in __anon53bf45ef0111::ConstraintBasedEQEvaluator
H A DInnerPointerChecker.cpp144 if (const PtrSet *PS = State->get<RawPtrMap>(MR)) { markPtrSymbolsReleased() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h185 void setPlatformSupport(std::unique_ptr<PlatformSupport> PS) { in setPlatformSupport() argument
247 std::unique_ptr<PlatformSupport> PS; variable
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp158 if (auto *PS = dyn_cast_or_null<PDBSymbolPublicSymbol>(PublicSym.get())) { in getFunctionName() local
/freebsd-src/lib/libpmc/
H A Dpmclog.c78 #define PMCLOG_HEADER_FROM_SAVED_STATE(PS) \ argument
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.cpp1071 ListScope PS(SW, "Prologue"); in dumpXDataRecord() local
1080 ListScope PS(SW, "Prologue"); in dumpXDataRecord() local
1245 ListScope PS(SW, "Prologue"); in dumpPackedEntry() local
1275 ListScope PS(SW, "Epilogue"); in dumpPackedEntry() local
1340 ListScope PS(SW, "Prologue"); in dumpPackedARM64Entry() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFlattenCFG.cpp206 BasicBlock *PS = (PS1 == BB) ? PS2 : PS1; in FlattenParallelAndOr() local
H A DPredicateInfo.cpp490 addInfoFor(OpsToRename, Op, PS); in processSwitch() local
879 << " Switch:" << *PS->Switch << " Edge: ["; in emitInstructionAnnot() local
/freebsd-src/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_segmented_array.h503 auto PS = F(OldSize); trim() local
/freebsd-src/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingBuffer.c40 COMPILER_RT_VISIBILITY void __llvm_profile_set_page_size(unsigned PS) { in __llvm_profile_set_page_size() argument
/freebsd-src/usr.bin/sed/
H A Dprocess.c59 static SPACE HS, PS, SS, YS; variable
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp776 for (const auto &PS : FS.paramAccesses()) findParamAccess() local
924 auto &PS = KV.second; getParamAccesses() local
1140 for (const auto &PS : FS->paramAccesses()) { generateParamAccessSummary() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp396 setSummary(IndexedInstrProf::Summary * TheSummary,ProfileSummary & PS) setSummary() argument
625 std::unique_ptr<ProfileSummary> PS = ISB.getSummary(); writeImpl() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp741 ParsedStatus PS = IsUnparsed; HandleDiagnostic() local
1031 UpdateParsedFileStatus(SourceManager & SM,FileID FID,ParsedStatus PS) UpdateParsedFileStatus() argument
/freebsd-src/libexec/getty/
H A Dgettytab.h163 #define PS gettyflags[16].value macro
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.h171 enum { PD = 1, XS = 2, XD = 3, PS = 4 }; global() enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp112 GlobalCtorDtorScraper(GenericLLVMIRPlatformSupport &PS, in GlobalCtorDtorScraper() argument
121 GenericLLVMIRPlatformSupport &PS; member in __anon8deb88cd0111::GlobalCtorDtorScraper
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DSplitKit.cpp443 VNInfo *PV = PS.getVNInfoAt(Def); in addDeadDef() local
1297 for (const VNInfo *V : PS.valnos) { in extendPHIKillRanges() local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp328 if (auto PS = N->getLocationAs<PostStmt>()) wasRegionOfInterestModifiedAt() local
1560 std::optional<PostStore> PS = Succ->getLocationAs<PostStore>(); VisitNode() local
1777 if (std::optional<PostStmt> PS = StoreSite->getLocationAs<PostStmt>()) { VisitNode() local
2804 if (std::optional<PostStmt> PS = ProgPoint.getAs<PostStmt>()) { VisitNodeImpl() local
[all...]
H A DExprEngineCXX.cpp89 PostStmt PS(CallExpr, LCtx); in performTrivialCopy() local
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2853 std::unique_ptr<ProfileSummary> PS(Builder.getSummary()); showInstrProfile() local
3004 showHotFunctionList(const sampleprof::SampleProfileMap & Profiles,ProfileSummary & PS,uint32_t TopN,raw_fd_ostream & OS) showHotFunctionList() argument
3109 auto &PS = Reader->getSummary(); showSampleProfile() local
[all...]

12