/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/ |
H A D | Context.cpp | 31 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 D | TpiHashing.cpp | 29 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 D | DIContext.h | 187 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 D | Symbolize.cpp | 51 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 D | FuzzerCLI.cpp | 45 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 D | Symbolize.h | 52 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 D | RegAllocPBQP.h | 100 : 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 D | LoopVectorize.h | 129 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 D | SimplifyCFGPass.cpp | 200 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 D | OptTable.cpp | 435 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 D | type_alias_regressions.rs | 12 pub struct Opts { structure names 33 Opts::try_parse_from(["test", "value", "--choice=foo", "do-something"]).unwrap(); in type_alias_regressions()
|
H A D | doc_comments_help.rs | 239 /// 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 D | help.rs | 198 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 D | incorrectNumberOfTypeArgumentsDuringErrorReporting.js | 8 interface Opts<A, B> {a:A, b:B} 13 >(opts:Opts<A, B>):string => 'Z'
|
H A D | returnTypeInferenceNotTooBroad.js | 3 interface Opts<T> { 9 declare function sepsis<T extends Signs>(opts: Opts<T>): Wrapper<T>;
|
H A D | intraExpressionInferences.js | 154 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 D | AArch64TargetParser.cpp | 234 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 D | CommandLine.cpp | 2086 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 D | CommandLine.cpp | 1712 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 D | CompileUtils.cpp | 28 irManglingOptionsFromTargetOptions(const TargetOptions &Opts) { in irManglingOptionsFromTargetOptions() argument 31 MO.EmulatedTLS = Opts.EmulatedTLS; in irManglingOptionsFromTargetOptions()
|
/third_party/rust/crates/codespan/codespan-reporting/examples/ |
H A D | reusable_diagnostic.rs | 10 pub struct Opts { structure names 41 let opts = Opts::from_args(); in main()
|
H A D | term.rs | 16 pub struct Opts { structure names 29 let opts = Opts::from_args(); in main()
|
H A D | readme_preview.rs | 19 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 D | Context.h | 69 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 D | CompileUtils.h | 34 irManglingOptionsFromTargetOptions(const TargetOptions &Opts);
|