Home
last modified time | relevance | path

Searched refs:Opts (Results 1 - 25 of 36) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/
H A DContext.cpp31 Context::createDefaultPipeline(const PipelineOptions &Opts, SourceMgr &SrcMgr) { in createDefaultPipeline() argument
36 auto PRF = std::make_unique<RegisterFile>(SM, MRI, Opts.RegisterFileSize); in createDefaultPipeline()
37 auto LSU = std::make_unique<LSUnit>(SM, Opts.LoadQueueSize, in createDefaultPipeline()
38 Opts.StoreQueueSize, Opts.AssumeNoAlias); in createDefaultPipeline()
43 auto Dispatch = std::make_unique<DispatchStage>(STI, MRI, Opts.DispatchWidth, in createDefaultPipeline()
46 std::make_unique<ExecuteStage>(*HWS, Opts.EnableBottleneckAnalysis); in createDefaultPipeline()
58 if (Opts.MicroOpQueueSize) in createDefaultPipeline()
60 Opts.MicroOpQueueSize, Opts in createDefaultPipeline()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H A DTpiHashing.cpp29 ClassOptions Opts = Rec.getOptions(); in getHashForUdt() local
30 bool ForwardRef = bool(Opts & ClassOptions::ForwardReference); in getHashForUdt()
31 bool Scoped = bool(Opts & ClassOptions::Scoped); in getHashForUdt()
32 bool HasUniqueName = bool(Opts & ClassOptions::HasUniqueName); in getHashForUdt()
58 ClassOptions Opts = Deserialized.getOptions(); in getTagRecordHashForUdt()
60 bool ForwardRef = bool(Opts & ClassOptions::ForwardReference); in getTagRecordHashForUdt()
69 bool Scoped = bool(Opts & ClassOptions::Scoped); in getTagRecordHashForUdt()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/
H A DDIContext.h187 DIDumpOptions Opts;
188 Opts.ChildRecurseDepth = 0;
189 Opts.ParentRecurseDepth = 0;
190 return Opts;
195 DIDumpOptions Opts = *this;
197 Opts.ChildRecurseDepth = 0;
199 Opts.ParentRecurseDepth = 0;
200 return Opts;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp51 if (Opts.RelativeAddresses) in symbolizeCodeCommon()
54 DILineInfo LineInfo = Info->symbolizeCode(ModuleOffset, Opts.PrintFunctions, in symbolizeCodeCommon()
55 Opts.UseSymbolTable); in symbolizeCodeCommon()
56 if (Opts.Demangle) in symbolizeCodeCommon()
103 if (Opts.RelativeAddresses) in symbolizeInlinedCode()
107 ModuleOffset, Opts.PrintFunctions, Opts.UseSymbolTable); in symbolizeInlinedCode()
108 if (Opts.Demangle) { in symbolizeInlinedCode()
134 if (Opts.RelativeAddresses) in symbolizeData()
138 if (Opts in symbolizeData()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/
H A DFuzzerCLI.cpp45 SmallVector<StringRef, 4> Opts; in handleExecNameEncodedBEOpts()
46 NameAndArgs.second.split(Opts, '-'); in handleExecNameEncodedBEOpts()
47 for (StringRef Opt : Opts) { in handleExecNameEncodedBEOpts()
82 SmallVector<StringRef, 4> Opts; in handleExecNameEncodedOptimizerOpts()
83 NameAndArgs.second.split(Opts, '-'); in handleExecNameEncodedOptimizerOpts()
84 for (StringRef Opt : Opts) { in handleExecNameEncodedOptimizerOpts()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/Symbolize/
H A DSymbolize.h52 LLVMSymbolizer(const Options &Opts) : Opts(Opts) {} in LLVMSymbolizer() argument
131 Options Opts; member in llvm::symbolize::LLVMSymbolizer
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DRegAllocPBQP.h100 : NumOpts(OptVec.size()), Opts(new unsigned[NumOpts]) { in AllowedRegVector()
101 std::copy(OptVec.begin(), OptVec.end(), Opts.get()); in AllowedRegVector()
105 unsigned operator[](size_t I) const { return Opts[I]; } in operator []()
110 return std::equal(Opts.get(), Opts.get() + NumOpts, Other.Opts.get()); in operator ==()
119 std::unique_ptr<unsigned[]> Opts; member in llvm::PBQP::RegAlloc::AllowedRegVector
123 unsigned *OStart = OptRegs.Opts.get(); in hash_value()
124 unsigned *OEnd = OptRegs.Opts.get() + OptRegs.NumOpts; in hash_value()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorize.h129 LoopVectorizePass(LoopVectorizeOptions Opts = {}) in LoopVectorizePass()
130 : InterleaveOnlyWhenForced(Opts.InterleaveOnlyWhenForced),
131 VectorizeOnlyWhenForced(Opts.VectorizeOnlyWhenForced) {}
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DSimplifyCFGPass.cpp200 SimplifyCFGPass::SimplifyCFGPass(const SimplifyCFGOptions &Opts) { in SimplifyCFGPass() argument
203 : Opts.BonusInstThreshold; in SimplifyCFGPass()
206 : Opts.ForwardSwitchCondToPhi; in SimplifyCFGPass()
209 : Opts.ConvertSwitchToLookupTable; in SimplifyCFGPass()
212 : Opts.NeedCanonicalLoop; in SimplifyCFGPass()
215 : Opts.SinkCommonInsts; in SimplifyCFGPass()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Option/
H A DOptTable.cpp435 static std::string getOptionHelpName(const OptTable &Opts, OptSpecifier Id) { in getOptionHelpName() argument
436 const Option O = Opts.getOption(Id); in getOptionHelpName()
445 if (const char *MetaVarName = Opts.getOptionMetaVar(Id)) { in getOptionHelpName()
470 if (const char *MetaVarName = Opts.getOptionMetaVar(Id)) in getOptionHelpName()
515 static const char *getOptionHelpGroup(const OptTable &Opts, OptSpecifier Id) { in getOptionHelpGroup() argument
516 unsigned GroupID = Opts.getOptionGroupID(Id); in getOptionHelpGroup()
526 if (const char *GroupHelp = Opts.getOptionHelpText(GroupID)) in getOptionHelpGroup()
530 return getOptionHelpGroup(Opts, GroupID); in getOptionHelpGroup()
/third_party/rust/crates/clap/tests/derive/
H A Dtype_alias_regressions.rs12 pub struct Opts { structure names
33 Opts::try_parse_from(["test", "value", "--choice=foo", "do-something"]).unwrap(); in type_alias_regressions()
H A Ddoc_comments_help.rs239 /// Opts doc comment summary in doc_comment_about_handles_both_abouts()
241 pub struct Opts { in doc_comment_about_handles_both_abouts() structure names
254 let cmd = Opts::command(); in doc_comment_about_handles_both_abouts()
257 Some("Opts doc comment summary".to_owned()) in doc_comment_about_handles_both_abouts()
H A Dhelp.rs198 struct Opts { in derive_generated_error_has_full_context() structure names
214 let result = Opts::try_parse_from(["test", "sub"]); in derive_generated_error_has_full_context()
/third_party/typescript/tests/baselines/reference/
H A DincorrectNumberOfTypeArgumentsDuringErrorReporting.js8 interface Opts<A, B> {a:A, b:B}
13 >(opts:Opts<A, B>):string => 'Z'
H A DreturnTypeInferenceNotTooBroad.js3 interface Opts<T> {
9 declare function sepsis<T extends Signs>(opts: Opts<T>): Wrapper<T>;
H A DintraExpressionInferences.js154 interface Opts<TParams, TDone, TMapped> {
159 function example<TParams, TDone, TMapped>(options: Opts<TParams, TDone, TMapped>) {
371 interface Opts<TParams, TDone, TMapped> {
375 declare function example<TParams, TDone, TMapped>(options: Opts<TParams, TDone, TMapped>): (params: TParams) => TMapped;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DAArch64TargetParser.cpp234 SmallVector<StringRef, 4> Opts; in parseBranchProtection() local
235 Spec.split(Opts, "+"); in parseBranchProtection()
236 for (int I = 0, E = Opts.size(); I != E; ++I) { in parseBranchProtection()
237 StringRef Opt = Opts[I].trim(); in parseBranchProtection()
245 StringRef PACOpt = Opts[I + 1].trim(); in parseBranchProtection()
H A DCommandLine.cpp2086 SmallVectorImpl<std::pair<const char *, Option *>> &Opts, in sortOpts()
2104 Opts.push_back( in sortOpts()
2109 array_pod_sort(Opts.begin(), Opts.end(), OptNameCompare); in sortOpts()
2132 // Print the options. Opts is assumed to be alphabetically sorted.
2133 virtual void printOptions(StrOptionPairVector &Opts, size_t MaxArgLen) { in printOptions() argument
2134 for (size_t i = 0, e = Opts.size(); i != e; ++i) in printOptions()
2135 Opts[i].second->printOptionInfo(MaxArgLen); in printOptions()
2169 StrOptionPairVector Opts; in printHelp() local
2170 sortOpts(OptionsMap, Opts, ShowHidde in printHelp()
2085 sortOpts(StringMap<Option *> &OptMap, SmallVectorImpl<std::pair<const char *, Option *>> &Opts, bool ShowHidden) sortOpts() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DCommandLine.cpp1712 SmallVectorImpl<std::pair<const char *, Option *>> &Opts, in sortOpts()
1730 Opts.push_back( in sortOpts()
1735 array_pod_sort(Opts.begin(), Opts.end(), OptNameCompare); in sortOpts()
1758 // Print the options. Opts is assumed to be alphabetically sorted.
1759 virtual void printOptions(StrOptionPairVector &Opts, size_t MaxArgLen) { in printOptions() argument
1760 for (size_t i = 0, e = Opts.size(); i != e; ++i) in printOptions()
1761 Opts[i].second->printOptionInfo(MaxArgLen); in printOptions()
1789 StrOptionPairVector Opts; in operator =() local
1790 sortOpts(OptionsMap, Opts, ShowHidde in operator =()
1711 sortOpts(StringMap<Option *> &OptMap, SmallVectorImpl<std::pair<const char *, Option *>> &Opts, bool ShowHidden) sortOpts() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
H A DCompileUtils.cpp28 irManglingOptionsFromTargetOptions(const TargetOptions &Opts) { in irManglingOptionsFromTargetOptions() argument
31 MO.EmulatedTLS = Opts.EmulatedTLS; in irManglingOptionsFromTargetOptions()
/third_party/rust/crates/codespan/codespan-reporting/examples/
H A Dreusable_diagnostic.rs10 pub struct Opts { structure names
41 let opts = Opts::from_args(); in main()
H A Dterm.rs16 pub struct Opts { structure names
29 let opts = Opts::from_args(); in main()
H A Dreadme_preview.rs19 pub enum Opts { enum
80 match Opts::from_args() { in main()
81 Opts::Svg => { in main()
177 Opts::Stderr { color } => { in main()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
H A DContext.h69 std::unique_ptr<Pipeline> createDefaultPipeline(const PipelineOptions &Opts,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileUtils.h34 irManglingOptionsFromTargetOptions(const TargetOptions &Opts);

Completed in 16 milliseconds

12