Home
last modified time | relevance | path

Searched defs:Params (Results 1 – 25 of 121) sorted by relevance

12345

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DCompression.h93 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 DFormatVariadic.h152 formatv_object(StringRef Fmt, Tuple &&Params) in formatv_object() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DModuleInliner.h32 : 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 Dsanitizer_stoptheworld_fuchsia.cpp28 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 DPassBuilder.cpp470 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 DInlineOrder.cpp47 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 Dlsan_common_fuchsia.cpp73 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 DDeclTemplate.cpp51 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 DSampleProfileInference.cpp88 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 Ddbtest.c1031 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 Ddbmethod.c568 ACPI_OBJECT Params[ACPI_METHOD_NUM_ARGS]; in AcpiDbEvaluateObject() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.cpp68 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 DWebAssemblyMachineFunctionInfo.h35 std::vector<MVT> Params; variable
184 std::vector<FlowStringValue> Params; global() member
H A DWebAssemblyRuntimeLibcallSignatures.cpp530 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 DByteCodeEmitter.h61 llvm::DenseMap<const ParmVarDecl *, ParamOffset> Params; global() variable
H A DFunction.cpp21 llvm::DenseMap<unsigned, ParamDescriptor> &&Params, in Function() argument
H A DEvalEmitter.h72 llvm::DenseMap<const ParmVarDecl *, ParamOffset> Params; global() variable
H A DInterpFrame.h169 llvm::DenseMap<unsigned, std::unique_ptr<char[]>> Params; variable
/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp259 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 DInlineAdvisor.h233 InlineParams Params, InlineContext IC) in DefaultInlineAdvisor()
239 InlineParams Params; variable
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DDeclTemplate.h231 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 DRecordName.cpp142 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 DIndexDecl.cpp696 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 Ddsmthdat.c322 ACPI_OPERAND_OBJECT **Params, in AcpiDsMethodDataInitArgs() argument
/freebsd-src/contrib/llvm-project/clang/lib/Format/
H A DMacroExpander.cpp36 SmallVector<FormatToken *, 8> Params; member

12345