HomeSort by relevance Sort by last modified time
    Searched refs:compileProgram (Results 1 - 22 of 22) sorted by null

  /external/llvm/tools/bugpoint/
FindBugs.cpp 80 compileProgram(Program, &Error);
82 outs() << "\n*** compileProgram threw an exception: ";
ToolRunner.h 115 /// compileProgram - Compile the specified program from bitcode to executable
118 virtual void compileProgram(const std::string &Bitcode, std::string *Error,
170 /// compileProgram - Compile the specified program from bitcode to executable
173 void compileProgram(const std::string &Bitcode, std::string *Error,
ExecutionDriver.cpp 269 /// compileProgram - Try to compile the specified module, returning false and
273 void BugDriver::compileProgram(Module *M, std::string *Error) const {
294 Interpreter->compileProgram(BitcodeFile.str(), Error, Timeout, MemoryLimit);
417 /// createReferenceFile - calls compileProgram and then records the output
424 compileProgram(Program, &Error);
BugDriver.cpp 176 compileProgram(Program, &Error);
BugDriver.h 158 /// compileProgram - Try to compile the specified module, returning false and
162 void compileProgram(Module *M, std::string *Error) const;
183 /// createReferenceFile - calls compileProgram and then records the output
ToolRunner.cpp 280 void compileProgram(const std::string &Bitcode,
302 void CustomCompiler::compileProgram(const std::string &Bitcode,
502 void LLC::compileProgram(const std::string &Bitcode, std::string *Error,
    [all...]
CrashDebugger.cpp 906 BD.compileProgram(M, &Error);
    [all...]
  /external/swiftshader/third_party/LLVM/tools/bugpoint/
FindBugs.cpp 79 compileProgram(Program, &Error);
81 outs() << "\n*** compileProgram threw an exception: ";
ToolRunner.h 117 /// compileProgram - Compile the specified program from bitcode to executable
120 virtual void compileProgram(const std::string &Bitcode, std::string *Error,
169 /// compileProgram - Compile the specified program from bitcode to executable
172 virtual void compileProgram(const std::string &Bitcode, std::string *Error,
217 /// compileProgram - Compile the specified program from bitcode to executable
220 virtual void compileProgram(const std::string &Bitcode, std::string *Error,
ExecutionDriver.cpp 306 /// compileProgram - Try to compile the specified module, returning false and
310 void BugDriver::compileProgram(Module *M, std::string *Error) const {
329 Interpreter->compileProgram(BitcodeFile.str(), Error, Timeout, MemoryLimit);
449 /// createReferenceFile - calls compileProgram and then records the output
456 compileProgram(Program, &Error);
BugDriver.cpp 175 compileProgram(Program, &Error);
BugDriver.h 163 /// compileProgram - Try to compile the specified module, returning false and
167 void compileProgram(Module *M, std::string *Error) const;
188 /// createReferenceFile - calls compileProgram and then records the output
ToolRunner.cpp 267 virtual void compileProgram(const std::string &Bitcode,
289 void CustomCompiler::compileProgram(const std::string &Bitcode,
486 void LLC::compileProgram(const std::string &Bitcode, std::string *Error,
659 void CBE::compileProgram(const std::string &Bitcode, std::string *Error,
    [all...]
CrashDebugger.cpp 651 BD.compileProgram(M, &Error);
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
FindBugs.cpp 68 if (Error E = compileProgram(*Program)) {
69 outs() << "\n*** compileProgram threw an exception: ";
ToolRunner.h 110 /// compileProgram - Compile the specified program from bitcode to executable
113 virtual Error compileProgram(const std::string &Bitcode, unsigned Timeout = 0,
163 /// compileProgram - Compile the specified program from bitcode to executable
166 Error compileProgram(const std::string &Bitcode, unsigned Timeout = 0,
ExecutionDriver.cpp 270 Error BugDriver::compileProgram(Module &M) const {
288 return Interpreter->compileProgram(Temp->TmpName, Timeout, MemoryLimit);
403 /// Calls compileProgram and then records the output into ReferenceOutputFile.
407 if (Error E = compileProgram(*Program))
BugDriver.cpp 189 if (Error E = compileProgram(*Program)) {
BugDriver.h 151 Error compileProgram(Module &M) const;
168 /// Calls compileProgram and then records the output into ReferenceOutputFile.
ToolRunner.cpp 267 Error compileProgram(const std::string &Bitcode, unsigned Timeout = 0,
283 Error CustomCompiler::compileProgram(const std::string &Bitcode,
486 Error LLC::compileProgram(const std::string &Bitcode, unsigned Timeout,
CrashDebugger.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktTestPackage.cpp 99 vk::ProgramBinary* compileProgram (const vk::GlslSource& source, glu::ShaderProgramInfo* buildInfo, const tcu::CommandLine& commandLine)
104 vk::ProgramBinary* compileProgram (const vk::HlslSource& source, glu::ShaderProgramInfo* buildInfo, const tcu::CommandLine& commandLine)
109 vk::ProgramBinary* compileProgram (const vk::SpirVAsmSource& source, vk::SpirVProgramInfo* buildInfo, const tcu::CommandLine& commandLine)
129 binProg = de::MovePtr<vk::ProgramBinary>(compileProgram(iter.getProgram(), &buildInfo, commandLine));

Completed in 907 milliseconds