/openbsd/gnu/llvm/llvm/include/llvm/Support/ |
H A D | Compression.h | 93 struct Params { struct 94 constexpr Params(Format F) in Params() function 97 Params(DebugCompressionType Type) : Params(formatFor(Type)) {} in Params() function 113 void compress(Params P, ArrayRef<uint8_t> Input, argument
|
H A D | FormatVariadic.h | 152 formatv_object(StringRef Fmt, Tuple &&Params) in formatv_object()
|
/openbsd/gnu/llvm/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
|
/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | InlineOrder.cpp | 48 const InlineParams &Params) { in getInlineCostWrapper() 96 const InlineParams &Params) { in CostPriority() 116 const InlineParams &Params) { in CostBenefitPriority() 184 const InlineParams &Params) { in MLPriority() 234 PriorityInlineOrder(FunctionAnalysisManager &FAM, const InlineParams &Params) in PriorityInlineOrder() 279 const InlineParams &Params; member in __anon3fbc740b0111::PriorityInlineOrder 285 llvm::getInlineOrder(FunctionAnalysisManager &FAM, const InlineParams &Params) { in getInlineOrder()
|
/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/llvm/lib/Passes/ |
H A D | PassBuilder.cpp | 526 StringRef Params = Name; local 607 Expected<bool> parseInlinerPassOptions(StringRef Params) { in parseInlinerPassOptions() 611 Expected<bool> parseCoroSplitPassOptions(StringRef Params) { in parseCoroSplitPassOptions() 615 Expected<bool> parseEarlyCSEPassOptions(StringRef Params) { in parseEarlyCSEPassOptions() 623 Expected<bool> parseLoopExtractorPassOptions(StringRef Params) { in parseLoopExtractorPassOptions() 779 Expected<LICMOptions> parseLICMOptions(StringRef Params) { in parseLICMOptions() 817 Expected<GVNOptions> parseGVNOptions(StringRef Params) { in parseGVNOptions() 841 Expected<IPSCCPOptions> parseIPSCCPOptions(StringRef Params) { in parseIPSCCPOptions() 858 Expected<SROAOptions> parseSROAOptions(StringRef Params) { in parseSROAOptions() 872 parseStackLifetimeOptions(StringRef Params) { in parseStackLifetimeOptions() [all …]
|
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/ |
H A D | InlineSimple.cpp | 34 InlineParams Params; member in __anonab992ffb0111::SimpleInliner 41 explicit SimpleInliner(InlineParams Params) in SimpleInliner() 106 Pass *llvm::createFunctionInliningPass(InlineParams &Params) { in createFunctionInliningPass()
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | DeclTemplate.cpp | 121 ArrayRef<NamedDecl *> Params, in Create() 357 TemplateParameterList *Params = getTemplateParameters(); in getInjectedTemplateArgs() local 627 TemplateParameterList *Params = getTemplateParameters(); in getInjectedClassNameSpecialization() local 813 IdentifierInfo *Id, TemplateParameterList *Params, in TemplateTemplateParmDecl() 836 TemplateParameterList *Params, in Create() 1035 TemplateParameterList *Params, in Create() 1120 TemplateParameterList *Params, in Create() 1413 SourceLocation IdLoc, TemplateParameterList *Params, in VarTemplatePartialSpecializationDecl() 1429 SourceLocation IdLoc, TemplateParameterList *Params, in Create() 1491 NamedDecl *Params[] = {TemplateTemplateParm, TemplateTypeParm, in createMakeIntegerSeqParameterList() local [all …]
|
/openbsd/gnu/llvm/compiler-rt/lib/tsan/tests/unit/ |
H A D | tsan_trace_test.cpp | 117 struct Params { in TRACE_TEST() struct 118 uptr access_size, offset, size; in TRACE_TEST() 119 bool res; in TRACE_TEST()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | SampleProfileInference.cpp | 87 MinCostMaxFlow(const ProfiParams &Params) : Params(Params) {} in MinCostMaxFlow() 580 const ProfiParams &Params; member in __anon0db2a45d0111::MinCostMaxFlow 601 FlowAdjuster(const ProfiParams &Params, FlowFunction &Func) in FlowAdjuster() 1040 const ProfiParams &Params; member in __anon0db2a45d0111::FlowAdjuster 1055 void initializeNetwork(const ProfiParams &Params, MinCostMaxFlow &Network, in initializeNetwork() 1126 std::pair<int64_t, int64_t> assignBlockCosts(const ProfiParams &Params, in assignBlockCosts() 1154 std::pair<int64_t, int64_t> assignJumpCosts(const ProfiParams &Params, in assignJumpCosts() 1183 void extractWeights(const ProfiParams &Params, MinCostMaxFlow &Network, in extractWeights() 1308 void llvm::applyFlowInference(const ProfiParams &Params, FlowFunction &Func) { in applyFlowInference() 1334 ProfiParams Params; in applyFlowInference() local
|
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyMachineFunctionInfo.cpp | 68 SmallVectorImpl<MVT> &Params, in computeSignatureVTs() 116 const SmallVectorImpl<MVT> &Params) { in signatureFromMVTs()
|
H A D | WebAssemblyMachineFunctionInfo.h | 34 std::vector<MVT> Params; variable 191 std::vector<FlowStringValue> Params; member
|
H A D | WebAssemblyRuntimeLibcallSignatures.cpp | 523 SmallVectorImpl<wasm::ValType> &Params) { in getLibcallSignature() 901 SmallVectorImpl<wasm::ValType> &Params) { in getLibcallSignature()
|
H A D | WebAssemblyAsmPrinter.cpp | 242 SmallVector<wasm::ValType, 4> Params; in getOrCreateWasmSymbol() local 332 SmallVector<MVT, 4> Params; in emitDecls() local
|
/openbsd/gnu/llvm/llvm/lib/MC/ |
H A D | MCDwarf.cpp | 256 void MCDwarfLineTable::emit(MCStreamer *MCOS, MCDwarfLineTableParams Params) { in emit() 283 void MCDwarfDwoLineTable::Emit(MCStreamer &MCOS, MCDwarfLineTableParams Params, in Emit() 293 MCDwarfLineTableHeader::Emit(MCStreamer *MCOS, MCDwarfLineTableParams Params, in Emit() 481 MCDwarfLineTableHeader::Emit(MCStreamer *MCOS, MCDwarfLineTableParams Params, in Emit() 548 void MCDwarfLineTable::emitCU(MCStreamer *MCOS, MCDwarfLineTableParams Params, in emitCU() 666 void MCDwarfLineAddr::Emit(MCStreamer *MCOS, MCDwarfLineTableParams Params, in Emit() 677 static uint64_t SpecialAddr(MCDwarfLineTableParams Params, uint64_t op) { in SpecialAddr() 682 void MCDwarfLineAddr::Encode(MCContext &Context, MCDwarfLineTableParams Params, in Encode()
|
/openbsd/gnu/llvm/llvm/tools/llvm-rc/ |
H A D | ResourceFileWriter.h | 45 ResourceFileWriter(const WriterParams &Params, in ResourceFileWriter() 171 const WriterParams &Params; variable
|
/openbsd/gnu/llvm/clang/lib/AST/Interp/ |
H A D | Function.cpp | 20 llvm::DenseMap<unsigned, ParamDescriptor> &&Params, in Function()
|
H A D | ByteCodeEmitter.h | 72 llvm::DenseMap<const ParmVarDecl *, unsigned> Params; variable
|
H A D | EvalEmitter.h | 78 llvm::DenseMap<const ParmVarDecl *, unsigned> Params; variable
|
H A D | InterpFrame.h | 165 llvm::DenseMap<unsigned, std::unique_ptr<char[]>> Params; variable
|
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | InlineAdvisor.h | 234 InlineParams Params, InlineContext IC) in DefaultInlineAdvisor() 240 InlineParams Params; variable
|
/openbsd/gnu/llvm/clang/lib/Index/ |
H A D | IndexDecl.cpp | 696 void indexTemplateParameters(TemplateParameterList *Params, in indexTemplateParameters() 726 auto *Params = D->getTemplateParameters(); in VisitTemplateDecl() local 735 if (auto *Params = D->getTemplateParameters()) in VisitConceptDecl() local
|
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | DeclTemplate.h | 226 ArrayRef<NamedDecl *> Params, in FixedSizeTemplateParameterListStorage() 418 TemplateParameterList *Params) in TemplateDecl() 873 TemplateParameterList *Params, NamedDecl *Decl) in RedeclarableTemplateDecl()
|
/openbsd/gnu/llvm/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
|