/external/swiftshader/third_party/LLVM/tools/bugpoint/ |
D | ToolRunner.h | 120 virtual void compileProgram(const std::string &Bitcode, std::string *Error, 172 virtual void compileProgram(const std::string &Bitcode, std::string *Error, 220 virtual void compileProgram(const std::string &Bitcode, std::string *Error,
|
D | ExecutionDriver.cpp | 310 void BugDriver::compileProgram(Module *M, std::string *Error) const { in compileProgram() function in BugDriver 329 Interpreter->compileProgram(BitcodeFile.str(), Error, Timeout, MemoryLimit); in compileProgram() 456 compileProgram(Program, &Error); in createReferenceFile()
|
D | FindBugs.cpp | 79 compileProgram(Program, &Error); in runManyPasses()
|
D | BugDriver.cpp | 175 compileProgram(Program, &Error); in run()
|
D | ToolRunner.cpp | 267 virtual void compileProgram(const std::string &Bitcode, 289 void CustomCompiler::compileProgram(const std::string &Bitcode, in compileProgram() function in CustomCompiler 486 void LLC::compileProgram(const std::string &Bitcode, std::string *Error, in compileProgram() function in LLC 659 void CBE::compileProgram(const std::string &Bitcode, std::string *Error, in compileProgram() function in CBE
|
D | BugDriver.h | 167 void compileProgram(Module *M, std::string *Error) const;
|
D | CrashDebugger.cpp | 651 BD.compileProgram(M, &Error); in TestForCodeGenCrash()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/ |
D | ToolRunner.h | 113 virtual Error compileProgram(const std::string &Bitcode, unsigned Timeout = 0, 166 Error compileProgram(const std::string &Bitcode, unsigned Timeout = 0,
|
D | ExecutionDriver.cpp | 270 Error BugDriver::compileProgram(Module &M) const { in compileProgram() function in BugDriver 288 return Interpreter->compileProgram(Temp->TmpName, Timeout, MemoryLimit); in compileProgram() 407 if (Error E = compileProgram(*Program)) in createReferenceFile()
|
D | FindBugs.cpp | 68 if (Error E = compileProgram(*Program)) { in runManyPasses()
|
D | BugDriver.h | 151 Error compileProgram(Module &M) const;
|
D | ToolRunner.cpp | 267 Error compileProgram(const std::string &Bitcode, unsigned Timeout = 0, 283 Error CustomCompiler::compileProgram(const std::string &Bitcode, in compileProgram() function in CustomCompiler 486 Error LLC::compileProgram(const std::string &Bitcode, unsigned Timeout, in compileProgram() function in LLC
|
D | BugDriver.cpp | 189 if (Error E = compileProgram(*Program)) { in run()
|
D | CrashDebugger.cpp | 1205 if (Error E = BD.compileProgram(*M)) { in TestForCodeGenCrash()
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktTestPackage.cpp | 99 vk::ProgramBinary* compileProgram (const vk::GlslSource& source, glu::ShaderProgramInfo* buildInfo,… in compileProgram() function 104 vk::ProgramBinary* compileProgram (const vk::HlslSource& source, glu::ShaderProgramInfo* buildInfo,… in compileProgram() function 109 vk::ProgramBinary* compileProgram (const vk::SpirVAsmSource& source, vk::SpirVProgramInfo* buildInf… in compileProgram() function 129 …binProg = de::MovePtr<vk::ProgramBinary>(compileProgram(iter.getProgram(), &buildInfo, commandLine… in buildProgram()
|
/external/llvm/tools/bugpoint/ |
D | ToolRunner.h | 118 virtual void compileProgram(const std::string &Bitcode, std::string *Error, 173 void compileProgram(const std::string &Bitcode, std::string *Error,
|
D | ExecutionDriver.cpp | 273 void BugDriver::compileProgram(Module *M, std::string *Error) const { in compileProgram() function in BugDriver 294 Interpreter->compileProgram(BitcodeFile.str(), Error, Timeout, MemoryLimit); in compileProgram() 424 compileProgram(Program, &Error); in createReferenceFile()
|
D | FindBugs.cpp | 80 compileProgram(Program, &Error); in runManyPasses()
|
D | BugDriver.cpp | 176 compileProgram(Program, &Error); in run()
|
D | BugDriver.h | 162 void compileProgram(Module *M, std::string *Error) const;
|
D | ToolRunner.cpp | 280 void compileProgram(const std::string &Bitcode, 302 void CustomCompiler::compileProgram(const std::string &Bitcode, in compileProgram() function in CustomCompiler 502 void LLC::compileProgram(const std::string &Bitcode, std::string *Error, in compileProgram() function in LLC
|
D | CrashDebugger.cpp | 906 BD.compileProgram(M, &Error); in TestForCodeGenCrash()
|