/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Compression.h | 93 struct Params { struct 94 constexpr Params(Format F) in Params() argument 99 Params(DebugCompressionType Type) : Params(formatFor(Type)) {} in Params() function 116 void compress(Params P, ArrayRef<uint8_t> Input, argument
|
H A D | FormatVariadic.h | 152 formatv_object(StringRef Fmt, Tuple &&Params) in formatv_object()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | ModuleInliner.h | 32 : Params(Params), Mode(Mode), LTOPhase(LTOPhase){}; in Params() function 41 const InlineParams Params; variable
|
/freebsd/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/contrib/llvm-project/llvm/lib/Passes/ |
H A D | PassBuilder.cpp | 527 std::pair<bool, bool> Params; in parseFunctionPipelineName() local 567 Expected<bool> PassBuilder::parseSinglePassOption(StringRef Params, in parseSinglePassOption() 590 Expected<HardwareLoopOptions> parseHardwareLoopOptions(StringRef Params) { in parseHardwareLoopOptions() 632 Expected<LoopUnrollOptions> parseLoopUnrollOptions(StringRef Params) { in parseLoopUnrollOptions() 673 Expected<bool> parseGlobalDCEPassOptions(StringRef Params) { in parseGlobalDCEPassOptions() 678 Expected<bool> parseCGProfilePassOptions(StringRef Params) { in parseCGProfilePassOptions() 683 Expected<bool> parseInlinerPassOptions(StringRef Params) { in parseInlinerPassOptions() 688 Expected<bool> parseCoroSplitPassOptions(StringRef Params) { in parseCoroSplitPassOptions() 693 Expected<bool> parsePostOrderFunctionAttrsPassOptions(StringRef Params) { in parsePostOrderFunctionAttrsPassOptions() 698 Expected<CFGuardPass::Mechanism> parseCFGuardPassOptions(StringRef Params) { in parseCFGuardPassOptions() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | InlineOrder.cpp | 47 const InlineParams &Params) { in getInlineCostWrapper() 95 const InlineParams &Params) { in CostPriority() 115 const InlineParams &Params) { in CostBenefitPriority() 186 const InlineParams &Params) { in MLPriority() 237 PriorityInlineOrder(FunctionAnalysisManager &FAM, const InlineParams &Params) in PriorityInlineOrder() 280 const InlineParams &Params; member in __anona7cbcc7e0111::PriorityInlineOrder 290 const InlineParams &Params, in getDefaultInlineOrder() 314 llvm::getInlineOrder(FunctionAnalysisManager &FAM, const InlineParams &Params, in getInlineOrder()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan_common_fuchsia.cpp | 73 struct Params { in LockStuffAndStopTheWorld() struct 74 allocator_caches__lsan::LockStuffAndStopTheWorld::Params LockStuffAndStopTheWorld() argument 75 callback__lsan::LockStuffAndStopTheWorld::Params LockStuffAndStopTheWorld() argument 76 argument__lsan::LockStuffAndStopTheWorld::Params LockStuffAndStopTheWorld() argument
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclTemplate.cpp | 51 ArrayRef<NamedDecl *> Params, in TemplateParameterList() 121 ArrayRef<NamedDecl *> Params, in Create() 202 static bool AdoptTemplateParameterList(TemplateParameterList *Params, in AdoptTemplateParameterList() 264 DeclarationName Name, TemplateParameterList *Params, in TemplateDecl() 391 TemplateParameterList *Params = getTemplateParameters(); in getInjectedTemplateArgs() local 413 TemplateParameterList *Params, NamedDecl *Decl) { in Create() 497 TemplateParameterList *Params, in Create() 627 TemplateParameterList *Params = getTemplateParameters(); in getInjectedClassNameSpecialization() local 824 IdentifierInfo *Id, bool Typename, TemplateParameterList *Params, in TemplateTemplateParmDecl() 838 bool Typename, TemplateParameterList *Params) { in Create() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SampleProfileInference.cpp | 88 MinCostMaxFlow(const ProfiParams &Params) : Params(Params) {} in MinCostMaxFlow() 581 const ProfiParams &Params; member in __anon5aecd1f00111::MinCostMaxFlow 602 FlowAdjuster(const ProfiParams &Params, FlowFunction &Func) in FlowAdjuster() 1041 const ProfiParams &Params; member in __anon5aecd1f00111::FlowAdjuster 1056 void initializeNetwork(const ProfiParams &Params, MinCostMaxFlow &Network, in initializeNetwork() 1127 std::pair<int64_t, int64_t> assignBlockCosts(const ProfiParams &Params, in assignBlockCosts() 1155 std::pair<int64_t, int64_t> assignJumpCosts(const ProfiParams &Params, in assignJumpCosts() 1184 void extractWeights(const ProfiParams &Params, MinCostMaxFlow &Network, in extractWeights() 1323 void llvm::applyFlowInference(const ProfiParams &Params, FlowFunction &Func) { in applyFlowInference() 1366 ProfiParams Params; in applyFlowInference() local
|
/freebsd/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]; in AcpiDbEvaluateOnePredefinedName() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyMachineFunctionInfo.cpp | 69 SmallVectorImpl<MVT> &Params, in computeSignatureVTs() 118 const SmallVectorImpl<MVT> &Params) { in signatureFromMVTs()
|
H A D | WebAssemblyMachineFunctionInfo.h | 35 std::vector<MVT> Params; variable 183 std::vector<FlowStringValue> Params; member
|
H A D | WebAssemblyRuntimeLibcallSignatures.cpp | 552 SmallVectorImpl<wasm::ValType> &Params) { in getLibcallSignature() 917 SmallVectorImpl<wasm::ValType> &Params) { in getLibcallSignature()
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | ByteCodeEmitter.h | 64 llvm::DenseMap<const ParmVarDecl *, ParamOffset> Params; variable
|
H A D | Function.cpp | 21 llvm::DenseMap<unsigned, ParamDescriptor> &&Params, in Function()
|
H A D | EvalEmitter.h | 80 llvm::DenseMap<const ParmVarDecl *, ParamOffset> Params; variable
|
H A D | InterpFrame.h | 169 llvm::DenseMap<unsigned, std::unique_ptr<char[]>> Params; variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/ |
H A D | MCDCTypes.h | 66 MaybeConstInnerParameters *Params = std::get_if<InnerParameters>(&MCDCParams); in getParams() local
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCDwarf.cpp | 260 void MCDwarfLineTable::emit(MCStreamer *MCOS, MCDwarfLineTableParams Params) { in emit() 287 void MCDwarfDwoLineTable::Emit(MCStreamer &MCOS, MCDwarfLineTableParams Params, in Emit() 297 MCDwarfLineTableHeader::Emit(MCStreamer *MCOS, MCDwarfLineTableParams Params, in Emit() 494 MCDwarfLineTableHeader::Emit(MCStreamer *MCOS, MCDwarfLineTableParams Params, in Emit() 561 void MCDwarfLineTable::emitCU(MCStreamer *MCOS, MCDwarfLineTableParams Params, in emitCU() 674 void MCDwarfLineAddr::Emit(MCStreamer *MCOS, MCDwarfLineTableParams Params, in Emit() 684 static uint64_t SpecialAddr(MCDwarfLineTableParams Params, uint64_t op) { in SpecialAddr() 689 void MCDwarfLineAddr::encode(MCContext &Context, MCDwarfLineTableParams Params, in encode()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | InlineAdvisor.h | 234 : InlineAdvisor(M, FAM, IC), Params(Params) {} in DefaultInlineAdvisor() argument 240 InlineParams Params; global() variable
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclTemplate.h | 232 ArrayRef<NamedDecl *> Params, in FixedSizeTemplateParameterListStorage() 405 TemplateParameterList *Params) in TemplateDecl() 825 TemplateParameterList *Params, NamedDecl *Decl) in RedeclarableTemplateDecl()
|
/freebsd/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/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFTargetMachine.cpp | 111 static Expected<bool> parseBPFPreserveStaticOffsetOptions(StringRef Params) { in parseBPFPreserveStaticOffsetOptions()
|
/freebsd/sys/contrib/dev/acpica/components/dispatcher/ |
H A D | dsmthdat.c | 322 ACPI_OPERAND_OBJECT **Params, in AcpiDsMethodDataInitArgs()
|
/freebsd/contrib/llvm-project/clang/lib/Index/ |
H A D | IndexDecl.cpp | 699 void indexTemplateParameters(TemplateParameterList *Params, in indexTemplateParameters() 732 auto *Params = D->getTemplateParameters(); in VisitTemplateDecl() local 741 if (auto *Params = D->getTemplateParameters()) in VisitConceptDecl() local
|