/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | LLVMContext.cpp | 81 void LLVMContext::emitError(StringRef ErrorStr) { in emitError() function in LLVMContext 82 emitError(0U, ErrorStr); in emitError() 85 void LLVMContext::emitError(const Instruction *I, StringRef ErrorStr) { in emitError() function in LLVMContext 92 return emitError(LocCookie, ErrorStr); in emitError() 95 void LLVMContext::emitError(unsigned LocCookie, StringRef ErrorStr) { in emitError() function in LLVMContext
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | LLVMContext.h | 82 void emitError(unsigned LocCookie, StringRef ErrorStr); 83 void emitError(const Instruction *I, StringRef ErrorStr); 84 void emitError(StringRef ErrorStr);
|
/external/llvm/include/llvm/IR/ |
D | LLVMContext.h | 224 void emitError(unsigned LocCookie, const Twine &ErrorStr); 225 void emitError(const Instruction *I, const Twine &ErrorStr); 226 void emitError(const Twine &ErrorStr);
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | LLVMContext.h | 251 void emitError(unsigned LocCookie, const Twine &ErrorStr); 252 void emitError(const Instruction *I, const Twine &ErrorStr); 253 void emitError(const Twine &ErrorStr);
|
/external/llvm/lib/Linker/ |
D | LinkModules.cpp | 62 bool emitError(const Twine &Message) { in emitError() function in __anonb52902ac0111::ModuleLinker 154 return emitError("Linking COMDATs named '" + ComdatName + in getComdatLeader() 160 return emitError( in getComdatLeader() 188 return emitError("Linking COMDATs named '" + ComdatName + in computeResultingSelectionKind() 198 return emitError("Linking COMDATs named '" + ComdatName + in computeResultingSelectionKind() 215 return emitError("Linking COMDATs named '" + ComdatName + in computeResultingSelectionKind() 222 return emitError("Linking COMDATs named '" + ComdatName + in computeResultingSelectionKind() 349 return emitError("Linking globals named '" + Src.getName() + in shouldLinkFromSource()
|
/external/llvm/lib/LTO/ |
D | LTOCodeGenerator.cpp | 217 emitError(ErrMsg); in writeMergedModules() 228 emitError(ErrMsg); in writeMergedModules() 248 emitError(EC.message()); in compileOptimizedToFile() 284 emitError(EC.message()); in compileOptimized() 331 emitError(ErrMsg); in determineTarget() 668 void LTOCodeGenerator::emitError(const std::string &ErrMsg) { in emitError() function in LTOCodeGenerator
|
D | LTOModule.cpp | 115 Context.emitError(EC.message()); in createFromFile() 136 Context.emitError(EC.message()); in createFromOpenFileSlice() 176 Context.emitError(EC.message()); in parseBitcodeFileImpl()
|
/external/swiftshader/third_party/LLVM/lib/Linker/ |
D | LinkModules.cpp | 355 bool emitError(const Twine &Message) { in emitError() function in __anonfa0c25d80211::ModuleLinker 501 return emitError("Linking globals named '" + Src->getName() + in getLinkageResult() 510 return emitError("Linking globals named '" + Src->getName() + in getLinkageResult() 556 return emitError("Linking globals named '" + SrcGV->getName() + in linkAppendingVarProto() 566 return emitError("Appending variables with different element types!"); in linkAppendingVarProto() 568 return emitError("Appending variables linked with different const'ness!"); in linkAppendingVarProto() 571 return emitError( in linkAppendingVarProto() 575 return emitError( in linkAppendingVarProto() 579 return emitError( in linkAppendingVarProto()
|
/external/llvm/lib/IR/ |
D | LLVMContext.cpp | 218 void LLVMContext::emitError(const Twine &ErrorStr) { in emitError() function in LLVMContext 222 void LLVMContext::emitError(const Instruction *I, const Twine &ErrorStr) { in emitError() function in LLVMContext 273 void LLVMContext::emitError(unsigned LocCookie, const Twine &ErrorStr) { in emitError() function in LLVMContext
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUMCInstLower.cpp | 55 C.emitError("AMDGPUMCInstLower::lower - Pseudo instruction doesn't have " in lower() 105 C.emitError("Illegal instruction detected: " + Err); in EmitInstruction()
|
/external/llvm/lib/CodeGen/ |
D | RegAllocBase.cpp | 123 MI->emitError("inline assembly requires more registers than available"); in allocatePhysRegs()
|
D | RegAllocFast.cpp | 590 MI.emitError("inline assembly requires more registers than available"); in allocVirtReg() 592 MI.emitError("ran out of registers during register allocation"); in allocVirtReg()
|
D | RegAllocGreedy.cpp | 2227 Ctx.emitError("register allocation failed: maximum depth for recoloring " in selectOrSplit() 2231 Ctx.emitError("register allocation failed: maximum interference for " in selectOrSplit() 2235 Ctx.emitError("register allocation failed: maximum interference and " in selectOrSplit()
|
D | MachineInstr.cpp | 2146 void MachineInstr::emitError(StringRef Msg) const { in emitError() function in MachineInstr 2164 return MF->getMMI().getModule()->getContext().emitError(LocCookie, Msg); in emitError()
|
/external/llvm/include/llvm/LTO/legacy/ |
D | LTOCodeGenerator.h | 204 void emitError(const std::string &ErrMsg);
|
/external/llvm/lib/Target/AMDGPU/Utils/ |
D | AMDGPUBaseInfo.cpp | 120 Ctx.emitError("can't parse integer attribute " + Name); in getIntegerAttribute()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinterInlineAsm.cpp | 245 MMI->getModule()->getContext().emitError(LocCookie, Msg.str()); in EmitMSInlineAsmStr() 418 MMI->getModule()->getContext().emitError(LocCookie, Msg.str()); in EmitGCCInlineAsmStr()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86FloatingPoint.cpp | 1504 MI->emitError("fixed input regs must be last on the x87 stack"); in handleSpecialFP() 1509 MI->emitError("output regs must be last on the x87 stack"); in handleSpecialFP() 1516 MI->emitError("clobbers must be last on the x87 stack"); in handleSpecialFP() 1521 MI->emitError("implicitly popped regs must be last on the x87 stack"); in handleSpecialFP() 1537 MI->emitError("illegal \"f\" output constraint"); in handleSpecialFP()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
D | AsmPrinterInlineAsm.cpp | 354 MMI->getModule()->getContext().emitError(LocCookie, Msg.str()); in EmitInlineAsm()
|
/external/llvm/lib/Target/X86/ |
D | X86FloatingPoint.cpp | 1509 MI.emitError("fixed input regs must be last on the x87 stack"); in handleSpecialFP() 1514 MI.emitError("output regs must be last on the x87 stack"); in handleSpecialFP() 1521 MI.emitError("clobbers must be last on the x87 stack"); in handleSpecialFP() 1526 MI.emitError("implicitly popped regs must be last on the x87 stack"); in handleSpecialFP()
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | MachineInstr.h | 187 void emitError(StringRef Msg) const;
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | RegAllocBasic.cpp | 334 MI->emitError(Msg); in allocatePhysRegs()
|
D | MachineInstr.cpp | 1758 void MachineInstr::emitError(StringRef Msg) const { in emitError() function in MachineInstr 1775 return MF->getMMI().getModule()->getContext().emitError(LocCookie, Msg); in emitError()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 280 void emitError(StringRef Msg) const;
|
/external/clang/lib/Frontend/ |
D | CompilerInvocation.cpp | 2027 bool emitError = (DefaultCC == LangOptions::DCC_FastCall || in ParseLangArgs() local 2030 emitError |= DefaultCC == LangOptions::DCC_VectorCall && in ParseLangArgs() 2032 if (emitError) in ParseLangArgs()
|