Searched refs:ErrInfo (Results 1 - 20 of 20) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/
H A DGVMaterializer.h48 virtual bool Materialize(GlobalValue *GV, std::string *ErrInfo = 0) = 0;
61 virtual bool MaterializeModule(Module *M, std::string *ErrInfo = 0) = 0;
H A DModule.h400 bool Materialize(GlobalValue *GV, std::string *ErrInfo = 0);
410 bool MaterializeAll(std::string *ErrInfo = 0);
417 bool MaterializeAllPermanently(std::string *ErrInfo = 0);
H A DGlobalValue.h252 bool Materialize(std::string *ErrInfo = 0);
/external/swiftshader/third_party/LLVM/tools/opt/
H A DGraphPrinters.cpp30 std::string ErrInfo; local
31 tool_output_file F(Filename.c_str(), ErrInfo);
33 if (ErrInfo.empty()) {
/external/swiftshader/third_party/LLVM/tools/llvm-extract/
H A Dllvm-extract.cpp173 std::string ErrInfo; local
174 if (GV->Materialize(&ErrInfo)) {
175 errs() << argv[0] << ": error reading input: " << ErrInfo << "\n"; local
187 std::string ErrInfo; local
188 if (G->Materialize(&ErrInfo)) {
189 errs() << argv[0] << ": error reading input: " << ErrInfo << "\n"; local
197 std::string ErrInfo; local
198 if (F->Materialize(&ErrInfo)) {
199 errs() << argv[0] << ": error reading input: " << ErrInfo << "\n"; local
/external/swiftshader/third_party/LLVM/tools/bugpoint/
H A DOptimizerDriver.cpp53 std::string ErrInfo; local
54 tool_output_file Out(Filename.c_str(), ErrInfo,
56 if (ErrInfo.empty()) {
131 std::string ErrInfo; local
132 tool_output_file InFile(inputFilename.c_str(), ErrInfo,
136 if (!ErrInfo.empty()) {
/external/swiftshader/third_party/LLVM/examples/BrainF/
H A DBrainFDriver.cpp110 std::string ErrInfo; local
111 out = new raw_fd_ostream(OutputFilename.c_str(), ErrInfo,
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DModule.cpp352 bool Module::Materialize(GlobalValue *GV, std::string *ErrInfo) { argument
354 return Materializer->Materialize(GV, ErrInfo);
363 bool Module::MaterializeAll(std::string *ErrInfo) { argument
366 return Materializer->MaterializeModule(this, ErrInfo);
369 bool Module::MaterializeAllPermanently(std::string *ErrInfo) { argument
370 if (MaterializeAll(ErrInfo))
H A DGlobals.cpp35 bool GlobalValue::Materialize(std::string *ErrInfo) { argument
36 return getParent()->Materialize(this, ErrInfo);
/external/swiftshader/third_party/LLVM/tools/lto/
H A DLTOCodeGenerator.cpp157 std::string ErrInfo; local
158 tool_output_file Out(path, ErrInfo,
160 if (!ErrInfo.empty()) {
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
H A DBitcodeReader.h195 virtual bool Materialize(GlobalValue *GV, std::string *ErrInfo = 0);
196 virtual bool MaterializeModule(Module *M, std::string *ErrInfo = 0);
H A DBitcodeReader.cpp2861 bool BitcodeReader::Materialize(GlobalValue *GV, std::string *ErrInfo) { argument
2873 if (ErrInfo) *ErrInfo = ErrorString;
2912 bool BitcodeReader::MaterializeModule(Module *M, std::string *ErrInfo) { argument
2920 Materialize(F, ErrInfo))
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMBaseInstrInfo.h258 bool verifyInstruction(const MachineInstr *MI, StringRef &ErrInfo) const;
H A DARMBaseInstrInfo.cpp2745 StringRef &ErrInfo) const {
2747 ErrInfo = "Pseudo flag setting opcodes only exist in Selection DAG";
/external/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp1649 StringRef &ErrInfo) const {
1660 ErrInfo = "Instruction has wrong number of operands.";
1667 ErrInfo = "FPImm Machine Operands are not supported. ISel should bitcast "
1677 ErrInfo = "Illegal immediate value for operand.";
1686 ErrInfo = "Illegal immediate value for operand.";
1696 ErrInfo = "Expected immediate, but got non-immediate";
1715 ErrInfo = "Operand has incorrect register class.";
1752 ErrInfo = "VOP* instruction uses the constant bus more than once";
1766 ErrInfo = "v_div_scale_{f32|f64} require src0 = src1 or src2";
1776 ErrInfo
[all...]
H A DSIInstrInfo.h399 StringRef &ErrInfo) const override;
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h355 StringRef &ErrInfo) const override;
H A DARMBaseInstrInfo.cpp4109 StringRef &ErrInfo) const {
4111 ErrInfo = "Pseudo flag setting opcodes only exist in Selection DAG";
/external/swiftshader/third_party/LLVM/include/llvm/Target/
H A DTargetInstrInfo.h686 bool verifyInstruction(const MachineInstr *MI, StringRef &ErrInfo) const {
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h1296 StringRef &ErrInfo) const {

Completed in 3424 milliseconds