Home
last modified time | relevance | path

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

12345

/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DCompression.h93 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 DFormatVariadic.h152 formatv_object(StringRef Fmt, Tuple &&Params) in formatv_object()
/openbsd/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DModuleInliner.h32 : Params(Params), Mode(Mode), LTOPhase(LTOPhase){}; in Params() argument
41 const InlineParams Params; variable
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DInlineOrder.cpp48 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 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()
/openbsd/gnu/llvm/llvm/lib/Passes/
H A DPassBuilder.cpp526 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 DInlineSimple.cpp34 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 DDeclTemplate.cpp121 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 Dtsan_trace_test.cpp117 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 DSampleProfileInference.cpp87 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 DWebAssemblyMachineFunctionInfo.cpp68 SmallVectorImpl<MVT> &Params, in computeSignatureVTs()
116 const SmallVectorImpl<MVT> &Params) { in signatureFromMVTs()
H A DWebAssemblyMachineFunctionInfo.h34 std::vector<MVT> Params; variable
191 std::vector<FlowStringValue> Params; member
H A DWebAssemblyRuntimeLibcallSignatures.cpp523 SmallVectorImpl<wasm::ValType> &Params) { in getLibcallSignature()
901 SmallVectorImpl<wasm::ValType> &Params) { in getLibcallSignature()
H A DWebAssemblyAsmPrinter.cpp242 SmallVector<wasm::ValType, 4> Params; in getOrCreateWasmSymbol() local
332 SmallVector<MVT, 4> Params; in emitDecls() local
/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCDwarf.cpp256 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 DResourceFileWriter.h45 ResourceFileWriter(const WriterParams &Params, in ResourceFileWriter()
171 const WriterParams &Params; variable
/openbsd/gnu/llvm/clang/lib/AST/Interp/
H A DFunction.cpp20 llvm::DenseMap<unsigned, ParamDescriptor> &&Params, in Function()
H A DByteCodeEmitter.h72 llvm::DenseMap<const ParmVarDecl *, unsigned> Params; variable
H A DEvalEmitter.h78 llvm::DenseMap<const ParmVarDecl *, unsigned> Params; variable
H A DInterpFrame.h165 llvm::DenseMap<unsigned, std::unique_ptr<char[]>> Params; variable
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DInlineAdvisor.h234 InlineParams Params, InlineContext IC) in DefaultInlineAdvisor()
240 InlineParams Params; variable
/openbsd/gnu/llvm/clang/lib/Index/
H A DIndexDecl.cpp696 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 DDeclTemplate.h226 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 DRecordName.cpp142 StringRef Params = Types.getTypeName(Proc.getArgumentList()); in visitKnownRecord() local
151 StringRef Params = Types.getTypeName(MF.getArgumentList()); in visitKnownRecord() local

12345