Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.cpp96 else if (const auto *PS = mdconst::extract_or_null<ConstantInt>( in AArch64FunctionInfo() local
112 else if (const auto *PS = dyn_cast_or_null<MDString>( in AArch64FunctionInfo() local
/freebsd/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 = in findPublicSymbolBySectOffset() local
436 auto PS = cantFail(SymbolDeserializer::deserializeAs<PublicSym32>(Sym.get())); in findPublicSymbolBySectOffset() local
H A DGSIStreamBuilder.cpp483 auto PS = WritableMappedBlockStream::createIndexedStream( commit() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h185 void setPlatformSupport(std::unique_ptr<PlatformSupport> PS) { in setPlatformSupport()
247 std::unique_ptr<PlatformSupport> PS; variable
/freebsd/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/lib/libpmc/
H A Dpmclog.c78 #define PMCLOG_HEADER_FROM_SAVED_STATE(PS) \ argument
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.cpp1063 ListScope PS(SW, "Prologue"); dumpXDataRecord() local
1072 ListScope PS(SW, "Prologue"); dumpXDataRecord() local
1237 ListScope PS(SW, "Prologue"); dumpPackedEntry() local
1267 ListScope PS(SW, "Epilogue"); dumpPackedEntry() local
1332 ListScope PS(SW, "Prologue"); dumpPackedARM64Entry() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFlattenCFG.cpp206 BasicBlock *PS = (PS1 == BB) ? PS2 : PS1; in FlattenParallelAndOr() local
H A DPredicateInfo.cpp488 PredicateSwitch *PS = new PredicateSwitch( in processSwitch() local
877 } else if (const auto *PS = dyn_cast<PredicateSwitch>(PI)) { in emitInstructionAnnot() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DInnerPointerChecker.cpp136 if (const PtrSet *PS = State->get<RawPtrMap>(MR)) { in markPtrSymbolsReleased() local
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_segmented_array.h502 auto PS = F(OldSize); in trim() local
/freebsd/usr.bin/sed/
H A Dprocess.c59 static SPACE HS, PS, SS, YS; variable
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp798 for (const auto &PS : FS.paramAccesses()) in findParamAccess() local
946 auto &PS = KV.second; in getParamAccesses() local
1162 for (const auto &PS : FS->paramAccesses()) { in generateParamAccessSummary() local
[all...]
/freebsd/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()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp746 ParsedStatus PS = IsUnparsed; in HandleDiagnostic() local
1036 ParsedStatus PS) { in UpdateParsedFileStatus()
/freebsd/libexec/getty/
H A Dgettytab.h163 #define PS gettyflags[16].value macro
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.h173 enum { PD = 1, XS = 2, XD = 3, PS = 4 }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp112 GlobalCtorDtorScraper(GenericLLVMIRPlatformSupport &PS, in GlobalCtorDtorScraper()
121 GenericLLVMIRPlatformSupport &PS; member in __anonc48a5abb0111::GlobalCtorDtorScraper
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp426 ProfileSummary &PS) { in setSummary()
970 std::unique_ptr<ProfileSummary> PS = ISB.getSummary(); in writeImpl() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSplitKit.cpp442 auto &PS = getSubRangeForMask(S.LaneMask, Edit->getParent()); in addDeadDef() local
1296 for (const LiveInterval::SubRange &PS : ParentLI.subranges()) { in extendPHIKillRanges() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp332 if (auto PS = N->getLocationAs<PostStmt>()) in wasRegionOfInterestModifiedAt() local
1564 std::optional<PostStore> PS = Succ->getLocationAs<PostStore>(); in VisitNode() local
1781 if (std::optional<PostStmt> PS = StoreSite->getLocationAs<PostStmt>()) { in VisitNode() local
2808 if (std::optional<PostStmt> PS = ProgPoint.getAs<PostStmt>()) { in VisitNodeImpl() local
H A DExprEngineCXX.cpp89 PostStmt PS(CallExpr, LCtx); in performTrivialCopy() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2923 std::unique_ptr<ProfileSummary> PS(Builder.getSummary()); in showInstrProfile() local
3079 ProfileSummary &PS, uint32_t TopN, in showHotFunctionList()
3184 auto &PS = Reader->getSummary(); in showSampleProfile() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86SpeculativeLoadHardening.cpp166 std::optional<PredState> PS; member in __anoncf9906b60111::X86SpeculativeLoadHardeningPass
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h243 PixelPSVInfo PS; member

12