HomeSort by relevance Sort by last modified time
    Searched defs:GenerateCode (Results 1 - 10 of 10) sorted by null

  /external/deqp-deps/SPIRV-Tools/test/val/
val_arithmetics_test.cpp 32 std::string GenerateCode(const std::string& main_body) {
181 CompileSuccessfully(GenerateCode(body).c_str());
196 CompileSuccessfully(GenerateCode(body).c_str());
214 CompileSuccessfully(GenerateCode(body).c_str());
232 CompileSuccessfully(GenerateCode(body).c_str());
247 CompileSuccessfully(GenerateCode(body).c_str());
262 CompileSuccessfully(GenerateCode(body).c_str());
277 CompileSuccessfully(GenerateCode(body).c_str());
286 CompileSuccessfully(GenerateCode(body).c_str());
299 CompileSuccessfully(GenerateCode(body).c_str())
    [all...]
val_layout_test.cpp 170 std::vector<std::string> GenerateCode(std::string substr, int order) {
199 std::vector<std::string> code = GenerateCode(instruction, order);
  /external/swiftshader/third_party/SPIRV-Tools/test/val/
val_arithmetics_test.cpp 32 std::string GenerateCode(const std::string& main_body) {
181 CompileSuccessfully(GenerateCode(body).c_str());
196 CompileSuccessfully(GenerateCode(body).c_str());
214 CompileSuccessfully(GenerateCode(body).c_str());
232 CompileSuccessfully(GenerateCode(body).c_str());
247 CompileSuccessfully(GenerateCode(body).c_str());
262 CompileSuccessfully(GenerateCode(body).c_str());
277 CompileSuccessfully(GenerateCode(body).c_str());
286 CompileSuccessfully(GenerateCode(body).c_str());
299 CompileSuccessfully(GenerateCode(body).c_str())
    [all...]
val_layout_test.cpp 170 std::vector<std::string> GenerateCode(std::string substr, int order) {
199 std::vector<std::string> code = GenerateCode(instruction, order);
  /external/protobuf/src/google/protobuf/compiler/
plugin.cc 96 bool GenerateCode(const CodeGeneratorRequest& request,
177 if (GenerateCode(request, *generator, &response, &error_msg)) {
  /external/v8/src/
code-stubs.cc 106 Handle<Code> PlatformCodeStub::GenerateCode() {
153 Handle<Code> new_object = GenerateCode();
259 Handle<Code> TurboFanCodeStub::GenerateCode() {
267 return compiler::CodeAssembler::GenerateCode(
  /art/compiler/optimizing/
induction_var_range.cc 402 if (!GenerateCode(trip->op_b, nullptr, graph, block, &taken_test, false, false)) {
406 if (GenerateCode(trip->op_a, nullptr, graph, block, &trip_expr, false, false)) {
    [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp     [all...]
  /external/v8/src/compiler/
code-assembler.cc 170 Handle<Code> CodeAssembler::GenerateCode(CodeAssemblerState* state,
    [all...]
pipeline.cc 522 MaybeHandle<Code> GenerateCode(CallDescriptor* call_descriptor);
    [all...]

Completed in 978 milliseconds