/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Compression.h | 93 struct Params { struct 94 constexpr Params(Format F) in Params() argument 97 constexpr Params(Format F, int L, bool Ldm = false) in Params() argument 113 levelParams global() argument
|
H A D | FormatVariadic.h | 152 formatv_object(StringRef Fmt, Tuple &&Params) in formatv_object() argument
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | ModuleInliner.h | 32 : Params(Params), Mode(Mode), LTOPhase(LTOPhase){}; in Params() argument 41 const InlineParams Params; variable
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_stoptheworld_fuchsia.cpp | 28 struct Params { in StopTheWorld() struct 29 StopTheWorldCallback callback; in StopTheWorld() 30 void *argument; in StopTheWorld()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Passes/ |
H A D | PassBuilder.cpp | 470 std::pair<bool, bool> Params; parseFunctionPipelineName() local 541 StringRef Params = Name; global() local 558 parseHardwareLoopOptions(StringRef Params) parseHardwareLoopOptions() argument 600 parseLoopUnrollOptions(StringRef Params) parseLoopUnrollOptions() argument 641 parseSinglePassOption(StringRef Params,StringRef OptionName,StringRef PassName) parseSinglePassOption() argument 660 parseGlobalDCEPassOptions(StringRef Params) parseGlobalDCEPassOptions() argument 664 parseCGProfilePassOptions(StringRef Params) parseCGProfilePassOptions() argument 668 parseInlinerPassOptions(StringRef Params) parseInlinerPassOptions() argument 672 parseCoroSplitPassOptions(StringRef Params) parseCoroSplitPassOptions() argument 676 parsePostOrderFunctionAttrsPassOptions(StringRef Params) parsePostOrderFunctionAttrsPassOptions() argument 681 parseCFGuardPassOptions(StringRef Params) parseCFGuardPassOptions() argument 701 parseEarlyCSEPassOptions(StringRef Params) parseEarlyCSEPassOptions() argument 705 parseEntryExitInstrumenterPassOptions(StringRef Params) parseEntryExitInstrumenterPassOptions() argument 709 parseLoopExtractorPassOptions(StringRef Params) parseLoopExtractorPassOptions() argument 713 parseLowerMatrixIntrinsicsPassOptions(StringRef Params) parseLowerMatrixIntrinsicsPassOptions() argument 717 parseASanPassOptions(StringRef Params) parseASanPassOptions() argument 735 parseHWASanPassOptions(StringRef Params) parseHWASanPassOptions() argument 755 parseEmbedBitcodePassOptions(StringRef Params) parseEmbedBitcodePassOptions() argument 775 parseMSanPassOptions(StringRef Params) parseMSanPassOptions() argument 806 parseSimplifyCFGOptions(StringRef Params) parseSimplifyCFGOptions() argument 847 parseInstCombineOptions(StringRef Params) parseInstCombineOptions() argument 880 parseLoopVectorizeOptions(StringRef Params) parseLoopVectorizeOptions() argument 900 parseLoopUnswitchOptions(StringRef Params) parseLoopUnswitchOptions() argument 921 parseLICMOptions(StringRef Params) parseLICMOptions() argument 939 parseLoopRotateOptions(StringRef Params) parseLoopRotateOptions() argument 959 parseMergedLoadStoreMotionOptions(StringRef Params) parseMergedLoadStoreMotionOptions() argument 979 parseGVNOptions(StringRef Params) parseGVNOptions() argument 1003 parseIPSCCPOptions(StringRef Params) parseIPSCCPOptions() argument 1020 parseSROAOptions(StringRef Params) parseSROAOptions() argument 1034 parseStackLifetimeOptions(StringRef Params) parseStackLifetimeOptions() argument 1053 parseDependenceAnalysisPrinterOptions(StringRef Params) parseDependenceAnalysisPrinterOptions() argument 1058 parseSeparateConstOffsetFromGEPPassOptions(StringRef Params) parseSeparateConstOffsetFromGEPPassOptions() argument 1064 parseFunctionSimplificationPipelineOptions(StringRef Params) parseFunctionSimplificationPipelineOptions() argument 1075 parseMemorySSAPrinterPassOptions(StringRef Params) parseMemorySSAPrinterPassOptions() argument 1080 parseSpeculativeExecutionPassOptions(StringRef Params) parseSpeculativeExecutionPassOptions() argument 1085 parseMemProfUsePassOptions(StringRef Params) parseMemProfUsePassOptions() argument 1102 parseStructuralHashPrinterPassOptions(StringRef Params) parseStructuralHashPrinterPassOptions() argument 1107 parseWinEHPrepareOptions(StringRef Params) parseWinEHPrepareOptions() argument 1112 parseGlobalMergeOptions(StringRef Params) parseGlobalMergeOptions() argument 1393 if (auto Params = parseFunctionPipelineName(Name)) { parseModulePass() local 1565 if (auto Params = parseFunctionPipelineName(Name)) { parseCGSCCPass() local 2107 printPassName(StringRef PassName,StringRef Params,raw_ostream & OS) printPassName() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | InlineOrder.cpp | 47 const InlineParams &Params) { in getInlineCostWrapper() argument 95 const InlineParams &Params) { in CostPriority() argument 115 const InlineParams &Params) { in CostBenefitPriority() argument 183 MLPriority(const CallBase * CB,FunctionAnalysisManager & FAM,const InlineParams & Params) MLPriority() argument 234 PriorityInlineOrder(FunctionAnalysisManager & FAM,const InlineParams & Params) PriorityInlineOrder() argument 277 const InlineParams &Params; global() member in __anon8bc167500111::PriorityInlineOrder 287 getDefaultInlineOrder(FunctionAnalysisManager & FAM,const InlineParams & Params,ModuleAnalysisManager & MAM,Module & M) getDefaultInlineOrder() argument 311 getInlineOrder(FunctionAnalysisManager & FAM,const InlineParams & Params,ModuleAnalysisManager & MAM,Module & M) getInlineOrder() argument [all...] |
/freebsd-src/contrib/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan_common_fuchsia.cpp | 73 struct Params { in LockStuffAndStopTheWorld() struct 74 InternalMmapVector<uptr> allocator_caches; in LockStuffAndStopTheWorld() 75 StopTheWorldCallback callback; in LockStuffAndStopTheWorld() 76 CheckForLeaksParam *argument; in LockStuffAndStopTheWorld()
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclTemplate.cpp | 51 ArrayRef<NamedDecl *> Params, in TemplateParameterList() argument 121 ArrayRef<NamedDecl *> Params, in Create() argument 202 static bool AdoptTemplateParameterList(TemplateParameterList *Params, in AdoptTemplateParameterList() argument 264 DeclarationName Name, TemplateParameterList *Params, in TemplateDecl() argument 390 TemplateParameterList *Params = getTemplateParameters(); getInjectedTemplateArgs() local 412 Create(ASTContext & C,DeclContext * DC,SourceLocation L,DeclarationName Name,TemplateParameterList * Params,NamedDecl * Decl) Create() argument 496 Create(ASTContext & C,DeclContext * DC,SourceLocation L,DeclarationName Name,TemplateParameterList * Params,NamedDecl * Decl) Create() argument 626 TemplateParameterList *Params = getTemplateParameters(); getInjectedClassNameSpecialization() local 810 TemplateTemplateParmDecl(DeclContext * DC,SourceLocation L,unsigned D,unsigned P,IdentifierInfo * Id,TemplateParameterList * Params,ArrayRef<TemplateParameterList * > Expansions) TemplateTemplateParmDecl() argument 824 Create(const ASTContext & C,DeclContext * DC,SourceLocation L,unsigned D,unsigned P,bool ParameterPack,IdentifierInfo * Id,TemplateParameterList * Params) Create() argument 833 Create(const ASTContext & C,DeclContext * DC,SourceLocation L,unsigned D,unsigned P,IdentifierInfo * Id,TemplateParameterList * Params,ArrayRef<TemplateParameterList * > Expansions) Create() argument 1032 Create(ASTContext & C,DeclContext * DC,SourceLocation L,DeclarationName Name,TemplateParameterList * Params,Expr * ConstraintExpr) Create() argument 1098 ClassTemplatePartialSpecializationDecl(ASTContext & Context,TagKind TK,DeclContext * DC,SourceLocation StartLoc,SourceLocation IdLoc,TemplateParameterList * Params,ClassTemplateDecl * SpecializedTemplate,ArrayRef<TemplateArgument> Args,const ASTTemplateArgumentListInfo * ArgInfos,ClassTemplatePartialSpecializationDecl * PrevDecl) ClassTemplatePartialSpecializationDecl() argument 1117 Create(ASTContext & Context,TagKind TK,DeclContext * DC,SourceLocation StartLoc,SourceLocation IdLoc,TemplateParameterList * Params,ClassTemplateDecl * SpecializedTemplate,ArrayRef<TemplateArgument> Args,const TemplateArgumentListInfo & ArgInfos,QualType CanonInjectedType,ClassTemplatePartialSpecializationDecl * PrevDecl) Create() argument 1154 Create(ASTContext & Context,DeclContext * DC,SourceLocation L,MutableArrayRef<TemplateParameterList * > Params,FriendUnion Friend,SourceLocation FLoc) Create() argument 1177 Create(ASTContext & C,DeclContext * DC,SourceLocation L,DeclarationName Name,TemplateParameterList * Params,NamedDecl * Decl) Create() argument 1214 Create(ASTContext & C,DeclContext * DC,SourceLocation L,DeclarationName Name,TemplateParameterList * Params,VarDecl * Decl) Create() argument 1405 VarTemplatePartialSpecializationDecl(ASTContext & Context,DeclContext * DC,SourceLocation StartLoc,SourceLocation IdLoc,TemplateParameterList * Params,VarTemplateDecl * SpecializedTemplate,QualType T,TypeSourceInfo * TInfo,StorageClass S,ArrayRef<TemplateArgument> Args,const ASTTemplateArgumentListInfo * ArgInfos) VarTemplatePartialSpecializationDecl() argument 1421 Create(ASTContext & Context,DeclContext * DC,SourceLocation StartLoc,SourceLocation IdLoc,TemplateParameterList * Params,VarTemplateDecl * SpecializedTemplate,QualType T,TypeSourceInfo * TInfo,StorageClass S,ArrayRef<TemplateArgument> Args,const TemplateArgumentListInfo & ArgInfos) Create() argument 1491 NamedDecl *Params[] = {TemplateTemplateParm, TemplateTypeParm, createMakeIntegerSeqParameterList() local 1515 NamedDecl *Params[] = {Index, Ts}; createTypePackElementParameterList() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SampleProfileInference.cpp | 88 MinCostMaxFlow(const ProfiParams &Params) : Params(Params) {} in MinCostMaxFlow() argument 581 const ProfiParams &Params; member in __anoncacc37820111::MinCostMaxFlow 602 FlowAdjuster(const ProfiParams &Params, FlowFunction &Func) in FlowAdjuster() argument 1041 const ProfiParams &Params; global() member in __anoncacc37820111::FlowAdjuster 1056 initializeNetwork(const ProfiParams & Params,MinCostMaxFlow & Network,FlowFunction & Func) initializeNetwork() argument 1127 assignBlockCosts(const ProfiParams & Params,const FlowBlock & Block) assignBlockCosts() argument 1155 assignJumpCosts(const ProfiParams & Params,const FlowJump & Jump) assignJumpCosts() argument 1184 extractWeights(const ProfiParams & Params,MinCostMaxFlow & Network,FlowFunction & Func) extractWeights() argument 1323 applyFlowInference(const ProfiParams & Params,FlowFunction & Func) applyFlowInference() argument 1366 ProfiParams Params; applyFlowInference() local [all...] |
/freebsd-src/sys/contrib/dev/acpica/components/debugger/ |
H A D | dbtest.c | 1031 ACPI_OBJECT Params[2]; in AcpiDbReadFromObject() local 1118 ACPI_OBJECT Params[2]; in AcpiDbWriteToObject() local 1212 ACPI_OBJECT Params[ACPI_METHOD_NUM_ARGS]; AcpiDbEvaluateOnePredefinedName() local [all...] |
H A D | dbmethod.c | 568 ACPI_OBJECT Params[ACPI_METHOD_NUM_ARGS]; in AcpiDbEvaluateObject() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyMachineFunctionInfo.cpp | 68 computeSignatureVTs(const FunctionType * Ty,const Function * TargetFunc,const Function & ContextFunc,const TargetMachine & TM,SmallVectorImpl<MVT> & Params,SmallVectorImpl<MVT> & Results) computeSignatureVTs() argument 116 signatureFromMVTs(const SmallVectorImpl<MVT> & Results,const SmallVectorImpl<MVT> & Params) signatureFromMVTs() argument [all...] |
H A D | WebAssemblyMachineFunctionInfo.h | 35 std::vector<MVT> Params; variable 184 std::vector<FlowStringValue> Params; global() member
|
H A D | WebAssemblyRuntimeLibcallSignatures.cpp | 530 getLibcallSignature(const WebAssemblySubtarget & Subtarget,RTLIB::Libcall LC,SmallVectorImpl<wasm::ValType> & Rets,SmallVectorImpl<wasm::ValType> & Params) getLibcallSignature() argument 895 getLibcallSignature(const WebAssemblySubtarget & Subtarget,StringRef Name,SmallVectorImpl<wasm::ValType> & Rets,SmallVectorImpl<wasm::ValType> & Params) getLibcallSignature() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | ByteCodeEmitter.h | 61 llvm::DenseMap<const ParmVarDecl *, ParamOffset> Params; global() variable
|
H A D | Function.cpp | 21 llvm::DenseMap<unsigned, ParamDescriptor> &&Params, in Function() argument
|
H A D | EvalEmitter.h | 72 llvm::DenseMap<const ParmVarDecl *, ParamOffset> Params; global() variable
|
H A D | InterpFrame.h | 169 llvm::DenseMap<unsigned, std::unique_ptr<char[]>> Params; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCDwarf.cpp | 259 emit(MCStreamer * MCOS,MCDwarfLineTableParams Params) emit() argument 286 Emit(MCStreamer & MCOS,MCDwarfLineTableParams Params,MCSection * Section) const Emit() argument 296 Emit(MCStreamer * MCOS,MCDwarfLineTableParams Params,std::optional<MCDwarfLineStr> & LineStr) const Emit() argument 488 Emit(MCStreamer * MCOS,MCDwarfLineTableParams Params,ArrayRef<char> StandardOpcodeLengths,std::optional<MCDwarfLineStr> & LineStr) const Emit() argument 555 emitCU(MCStreamer * MCOS,MCDwarfLineTableParams Params,std::optional<MCDwarfLineStr> & LineStr) const emitCU() argument 668 Emit(MCStreamer * MCOS,MCDwarfLineTableParams Params,int64_t LineDelta,uint64_t AddrDelta) Emit() argument 678 SpecialAddr(MCDwarfLineTableParams Params,uint64_t op) SpecialAddr() argument 683 encode(MCContext & Context,MCDwarfLineTableParams Params,int64_t LineDelta,uint64_t AddrDelta,SmallVectorImpl<char> & Out) encode() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | InlineAdvisor.h | 233 InlineParams Params, InlineContext IC) in DefaultInlineAdvisor() 239 InlineParams Params; variable
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclTemplate.h | 231 FixedSizeTemplateParameterListStorage(const ASTContext & C,SourceLocation TemplateLoc,SourceLocation LAngleLoc,ArrayRef<NamedDecl * > Params,SourceLocation RAngleLoc,Expr * RequiresClause) FixedSizeTemplateParameterListStorage() argument 424 TemplateDecl(Kind DK,DeclContext * DC,SourceLocation L,DeclarationName Name,TemplateParameterList * Params) TemplateDecl() argument 845 RedeclarableTemplateDecl(Kind DK,ASTContext & C,DeclContext * DC,SourceLocation L,DeclarationName Name,TemplateParameterList * Params,NamedDecl * Decl) RedeclarableTemplateDecl() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | RecordName.cpp | 142 StringRef Params = Types.getTypeName(Proc.getArgumentList()); in visitKnownRecord() local 151 StringRef Params = Types.getTypeName(MF.getArgumentList()); in visitKnownRecord() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Index/ |
H A D | IndexDecl.cpp | 696 indexTemplateParameters(TemplateParameterList * Params,const NamedDecl * Parent) indexTemplateParameters() argument 727 auto *Params = D->getTemplateParameters(); VisitTemplateDecl() local 736 if (auto *Params = D->getTemplateParameters()) VisitConceptDecl() local
|
/freebsd-src/sys/contrib/dev/acpica/components/dispatcher/ |
H A D | dsmthdat.c | 322 ACPI_OPERAND_OBJECT **Params, in AcpiDsMethodDataInitArgs() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Format/ |
H A D | MacroExpander.cpp | 36 SmallVector<FormatToken *, 8> Params; member
|