/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | register_pressure.h | 88 Analyze(f); in RegisterLiveness() 163 void Analyze(Function* f);
|
H A D | feature_manager.h | 45 void Analyze(Module* module);
|
H A D | feature_manager.cpp | 26 void FeatureManager::Analyze(Module* module) { in Analyze() function in spvtools::opt::FeatureManager
|
H A D | loop_utils.h | 34 void Analyze(const Loop& loop);
|
H A D | graphics_robust_access_pass.cpp | 587 context()->get_feature_mgr()->Analyze(context()->module()); in GetGlslInsts() 853 feature_mgr->Analyze(context()->module()); in ClampCoordinateForImageTexelPointer()
|
H A D | register_pressure.cpp | 283 void RegisterLiveness::Analyze(Function* f) { in Analyze() function in spvtools::opt::RegisterLiveness
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | register_pressure.h | 88 Analyze(f); in RegisterLiveness() 163 void Analyze(Function* f);
|
H A D | feature_manager.h | 45 void Analyze(Module* module);
|
H A D | feature_manager.cpp | 26 void FeatureManager::Analyze(Module* module) { in Analyze() function in spvtools::opt::FeatureManager
|
H A D | loop_utils.h | 34 void Analyze(const Loop& loop);
|
H A D | graphics_robust_access_pass.cpp | 587 context()->get_feature_mgr()->Analyze(context()->module()); in GetGlslInsts() 853 feature_mgr->Analyze(context()->module()); in ClampCoordinateForImageTexelPointer()
|
H A D | register_pressure.cpp | 283 void RegisterLiveness::Analyze(Function* f) { in Analyze() function in spvtools::opt::RegisterLiveness
|
/third_party/spirv-tools/source/opt/ |
H A D | register_pressure.h | 88 Analyze(f); in RegisterLiveness() 163 void Analyze(Function* f);
|
H A D | feature_manager.h | 63 void Analyze(Module* module);
|
H A D | feature_manager.cpp | 24 void FeatureManager::Analyze(Module* module) { in Analyze() function in spvtools::opt::FeatureManager
|
H A D | loop_utils.h | 34 void Analyze(const Loop& loop);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
H A D | MipsAnalyzeImmediate.h | 1 //===- MipsAnalyzeImmediate.h - Analyze Immediates -------------*- C++ -*--===// 26 /// Analyze - Get an instruction sequence to load immediate Imm. The last 29 const InstSeq &Analyze(uint64_t Imm, unsigned Size, bool LastInstrIsADDiu);
|
H A D | MipsAnalyzeImmediate.cpp | 1 //===- MipsAnalyzeImmediate.cpp - Analyze Immediates ----------------------===// 129 &MipsAnalyzeImmediate::Analyze(uint64_t Imm, unsigned Size, in Analyze() function in MipsAnalyzeImmediate
|
/third_party/gn/src/gn/ |
H A D | analyzer.h | 35 std::string Analyze(const std::string& input, Err* err) const;
|
H A D | command_analyze.cc | 24 "analyze: Analyze which targets are affected by a list of files."; 28 Analyze which targets are affected by a list of files. 131 std::string output = analyzer.Analyze(input, &err); in RunAnalyze()
|
H A D | analyzer_unittest.cc | 98 std::string actual_output = analyzer.Analyze(input, &err); in RunAnalyzerTest()
|
H A D | analyzer.cc | 278 std::string Analyzer::Analyze(const std::string& input, Err* err) const { in Analyze() function in Analyzer
|
H A D | commands.cc | 375 INSERT_COMMAND(Analyze) in GetCommands()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | bytecode-analysis.h | 95 // Analyze the bytecodes to find the loop ranges, loop nesting, loop assignments 151 void Analyze();
|
H A D | bytecode-analysis.cc | 100 Analyze(); in BytecodeAnalysis() 463 void BytecodeAnalysis::Analyze() { in Analyze() function in v8::internal::compiler::BytecodeAnalysis
|