| /third_party/skia/third_party/externals/spirv-tools/test/val/ |
| D | val_arithmetics_test.cpp | 32 std::string GenerateCode(const std::string& main_body) { in GenerateCode() function 181 CompileSuccessfully(GenerateCode(body).c_str()); in TEST_F() 196 CompileSuccessfully(GenerateCode(body).c_str()); in TEST_F() 214 CompileSuccessfully(GenerateCode(body).c_str()); in TEST_F() 232 CompileSuccessfully(GenerateCode(body).c_str()); in TEST_F() 247 CompileSuccessfully(GenerateCode(body).c_str()); in TEST_F() 262 CompileSuccessfully(GenerateCode(body).c_str()); in TEST_F() 277 CompileSuccessfully(GenerateCode(body).c_str()); in TEST_F() 286 CompileSuccessfully(GenerateCode(body).c_str()); in TEST_F() 299 CompileSuccessfully(GenerateCode(body).c_str()); in TEST_F() [all …]
|
| D | val_layout_test.cpp | 170 std::vector<std::string> GenerateCode(std::string substr, int order) { in GenerateCode() function 199 std::vector<std::string> code = GenerateCode(instruction, order); in TEST_P()
|
| /third_party/spirv-tools/test/val/ |
| D | val_arithmetics_test.cpp | 32 std::string GenerateCode(const std::string& main_body) { in GenerateCode() function 181 CompileSuccessfully(GenerateCode(body).c_str()); in TEST_F() 196 CompileSuccessfully(GenerateCode(body).c_str()); in TEST_F() 214 CompileSuccessfully(GenerateCode(body).c_str()); in TEST_F() 232 CompileSuccessfully(GenerateCode(body).c_str()); in TEST_F() 247 CompileSuccessfully(GenerateCode(body).c_str()); in TEST_F() 262 CompileSuccessfully(GenerateCode(body).c_str()); in TEST_F() 277 CompileSuccessfully(GenerateCode(body).c_str()); in TEST_F() 286 CompileSuccessfully(GenerateCode(body).c_str()); in TEST_F() 299 CompileSuccessfully(GenerateCode(body).c_str()); in TEST_F() [all …]
|
| D | val_layout_test.cpp | 170 std::vector<std::string> GenerateCode(std::string substr, int order) { in GenerateCode() function 199 std::vector<std::string> code = GenerateCode(instruction, order); in TEST_P()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/ |
| D | val_arithmetics_test.cpp | 32 std::string GenerateCode(const std::string& main_body) { in GenerateCode() function 181 CompileSuccessfully(GenerateCode(body).c_str()); in TEST_F() 196 CompileSuccessfully(GenerateCode(body).c_str()); in TEST_F() 214 CompileSuccessfully(GenerateCode(body).c_str()); in TEST_F() 232 CompileSuccessfully(GenerateCode(body).c_str()); in TEST_F() 247 CompileSuccessfully(GenerateCode(body).c_str()); in TEST_F() 262 CompileSuccessfully(GenerateCode(body).c_str()); in TEST_F() 277 CompileSuccessfully(GenerateCode(body).c_str()); in TEST_F() 286 CompileSuccessfully(GenerateCode(body).c_str()); in TEST_F() 299 CompileSuccessfully(GenerateCode(body).c_str()); in TEST_F() [all …]
|
| D | val_layout_test.cpp | 170 std::vector<std::string> GenerateCode(std::string substr, int order) { in GenerateCode() function 199 std::vector<std::string> code = GenerateCode(instruction, order); in TEST_P()
|
| /third_party/node/deps/v8/src/maglev/ |
| D | maglev-ir.cc | 371 void SmiConstant::GenerateCode(MaglevCodeGenState* code_gen_state, in GenerateCode() function in v8::internal::maglev::SmiConstant 384 void Constant::GenerateCode(MaglevCodeGenState* code_gen_state, in GenerateCode() function in v8::internal::maglev::Constant 403 void InitialValue::GenerateCode(MaglevCodeGenState* code_gen_state, in GenerateCode() function in v8::internal::maglev::InitialValue 417 void LoadGlobal::GenerateCode(MaglevCodeGenState* code_gen_state, in GenerateCode() function in v8::internal::maglev::LoadGlobal 446 void RegisterInput::GenerateCode(MaglevCodeGenState* code_gen_state, in GenerateCode() function in v8::internal::maglev::RegisterInput 459 void RootConstant::GenerateCode(MaglevCodeGenState* code_gen_state, in GenerateCode() function in v8::internal::maglev::RootConstant 476 void CheckMaps::GenerateCode(MaglevCodeGenState* code_gen_state, in GenerateCode() function in v8::internal::maglev::CheckMaps 533 void LoadField::GenerateCode(MaglevCodeGenState* code_gen_state, in GenerateCode() function in v8::internal::maglev::LoadField 576 void StoreField::GenerateCode(MaglevCodeGenState* code_gen_state, in GenerateCode() function in v8::internal::maglev::StoreField 604 void LoadNamedGeneric::GenerateCode(MaglevCodeGenState* code_gen_state, in GenerateCode() function in v8::internal::maglev::LoadNamedGeneric [all …]
|
| D | maglev-ir.h | 902 void GenerateCode(MaglevCodeGenState*, const ProcessingState&); 928 void GenerateCode(MaglevCodeGenState*, const ProcessingState&); 942 void GenerateCode(MaglevCodeGenState*, const ProcessingState&); \ 967 void GenerateCode(MaglevCodeGenState*, const ProcessingState&); in ARITHMETIC_OPERATION_LIST() 983 void GenerateCode(MaglevCodeGenState*, const ProcessingState&); 999 void GenerateCode(MaglevCodeGenState*, const ProcessingState&); 1022 void GenerateCode(MaglevCodeGenState*, const ProcessingState&); 1036 void GenerateCode(MaglevCodeGenState*, const ProcessingState&); 1053 void GenerateCode(MaglevCodeGenState*, const ProcessingState&); 1070 void GenerateCode(MaglevCodeGenState*, const ProcessingState&); [all …]
|
| D | maglev.cc | 20 return maglev::MaglevCompiler::GenerateCode(unit); in Compile()
|
| D | maglev-compiler.h | 32 static MaybeHandle<CodeT> GenerateCode(
|
| D | maglev-concurrent-dispatcher.cc | 112 if (!maglev::MaglevCompiler::GenerateCode(info()->toplevel_compilation_unit()) in FinalizeJobImpl()
|
| D | maglev-compiler.cc | 210 MaybeHandle<CodeT> MaglevCompiler::GenerateCode( in GenerateCode() function in v8::internal::maglev::MaglevCompiler
|
| D | maglev-code-generator.cc | 115 node->GenerateCode(code_gen_state_, state); in Process()
|
| /third_party/protobuf/src/google/protobuf/compiler/ |
| D | plugin.cc | 103 bool GenerateCode(const CodeGeneratorRequest& request, in GenerateCode() function 171 if (GenerateCode(request, *generator, &response, &error_msg)) { in PluginMain()
|
| D | plugin.h | 84 bool GenerateCode(const CodeGeneratorRequest& request,
|
| /third_party/node/deps/v8/src/baseline/ |
| D | baseline.cc | 65 compiler.GenerateCode(); in GenerateBaselineCode()
|
| D | baseline-compiler.h | 59 void GenerateCode();
|
| D | baseline-batch-compiler.cc | 50 compiler.GenerateCode(); in Compile()
|
| D | baseline-compiler.cc | 297 void BaselineCompiler::GenerateCode() { in GenerateCode() function in v8::internal::baseline::BaselineCompiler
|
| /third_party/node/deps/v8/src/builtins/ |
| D | setup-builtins-internal.cc | 162 Handle<Code> code = compiler::CodeAssembler::GenerateCode( in BuildWithCodeStubAssemblerJS() 186 Handle<Code> code = compiler::CodeAssembler::GenerateCode( in BuildWithCodeStubAssemblerCS()
|
| /third_party/node/deps/v8/src/compiler/ |
| D | pipeline.cc | 710 MaybeHandle<Code> GenerateCode(CallDescriptor* call_descriptor); 2989 return pipeline.GenerateCode(call_descriptor); in GenerateCodeForCodeStub() 3333 if (pipeline.GenerateCode(call_descriptor).ToHandle(&code) && in GenerateCodeForTesting() 3682 MaybeHandle<Code> PipelineImpl::GenerateCode(CallDescriptor* call_descriptor) { in GenerateCode() function in v8::internal::compiler::PipelineImpl
|
| D | code-assembler.cc | 169 Handle<Code> CodeAssembler::GenerateCode( in GenerateCode() function in v8::internal::compiler::CodeAssembler
|
| D | code-assembler.h | 394 static Handle<Code> GenerateCode(CodeAssemblerState* state,
|
| /third_party/node/deps/v8/src/interpreter/ |
| D | interpreter-generator.cc | 3139 Handle<Code> code = compiler::CodeAssembler::GenerateCode( in GenerateBytecodeHandler()
|
| /third_party/mindspore/patches/ |
| D | 0005-micro-for-ohos.patch | 18125 int CoderSession::GenerateCode() {
|