Searched refs:ErrorInfo (Results 1 - 15 of 15) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp405 uint64_t &ErrorInfo,
785 uint64_t &ErrorInfo,
790 MatchResult = MatchInstructionImpl(Operands, Inst, ErrorInfo,
799 assert(ErrorInfo && "Unknown missing feature!");
804 for (unsigned I = 0; I < sizeof(ErrorInfo) * 8 - 1; ++I) {
805 if (ErrorInfo & Mask) {
807 Msg += getSubtargetFeatureName(ErrorInfo & Mask);
816 if (ErrorInfo != ~0ULL) {
817 if (ErrorInfo >= Operands.size())
820 ErrorLoc = ((SystemZOperand &)*Operands[ErrorInfo])
782 MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, OperandVector &Operands, MCStreamer &Out, uint64_t &ErrorInfo, bool MatchingInlineAsm) argument
[all...]
/freebsd-11.0-release/contrib/llvm/lib/AsmParser/
H A DLLLexer.h32 SMDiagnostic &ErrorInfo; member in class:llvm::LLLexer
H A DLLLexer.cpp33 ErrorInfo = SM.GetMessage(ErrorLoc, SourceMgr::DK_Error, Msg);
168 : CurBuf(StartBuf), ErrorInfo(Err), SM(sm), Context(C), APFloatVal(0.0) {
/freebsd-11.0-release/contrib/llvm/include/llvm/MC/
H A DMCTargetAsmParser.h182 uint64_t &ErrorInfo,
/freebsd-11.0-release/sys/dev/ciss/
H A Dcissio.h160 u_int32_t ErrorInfo; member in struct:__anon9502::__anon9503
/freebsd-11.0-release/contrib/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp729 uint64_t &ErrorInfo,
735 bool ErrorMissingFeature(SMLoc IDLoc, uint64_t ErrorInfo,
740 uint64_t &ErrorInfo,
745 uint64_t &ErrorInfo,
2460 MCStreamer &Out, uint64_t &ErrorInfo,
2463 return MatchAndEmitIntelInstruction(IDLoc, Opcode, Operands, Out, ErrorInfo,
2465 return MatchAndEmitATTInstruction(IDLoc, Opcode, Operands, Out, ErrorInfo,
2495 bool X86AsmParser::ErrorMissingFeature(SMLoc IDLoc, uint64_t ErrorInfo, argument
2497 assert(ErrorInfo && "Unknown missing feature!");
2503 for (unsigned i = 0; i < (sizeof(ErrorInfo)*
2458 MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, OperandVector &Operands, MCStreamer &Out, uint64_t &ErrorInfo, bool MatchingInlineAsm) argument
2511 MatchAndEmitATTInstruction(SMLoc IDLoc, unsigned &Opcode, OperandVector &Operands, MCStreamer &Out, uint64_t &ErrorInfo, bool MatchingInlineAsm) argument
2683 MatchAndEmitIntelInstruction(SMLoc IDLoc, unsigned &Opcode, OperandVector &Operands, MCStreamer &Out, uint64_t &ErrorInfo, bool MatchingInlineAsm) argument
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp51 uint64_t &ErrorInfo,
511 uint64_t &ErrorInfo,
515 unsigned MatchResult = MatchInstructionImpl(Operands, Inst, ErrorInfo,
541 if (ErrorInfo != ~0ULL) {
542 if (ErrorInfo >= Operands.size())
545 ErrorLoc = ((SparcOperand &)*Operands[ErrorInfo]).getStartLoc();
508 MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, OperandVector &Operands, MCStreamer &Out, uint64_t &ErrorInfo, bool MatchingInlineAsm) argument
/freebsd-11.0-release/contrib/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp419 uint64_t &ErrorInfo,
615 uint64_t &ErrorInfo,
619 switch (MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm)) {
633 if (ErrorInfo != ~0ULL) {
634 if (ErrorInfo >= Operands.size()) {
650 Out, ErrorInfo,
660 ErrorLoc = ((AMDGPUOperand &)*Operands[ErrorInfo]).getStartLoc();
612 MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, OperandVector &Operands, MCStreamer &Out, uint64_t &ErrorInfo, bool MatchingInlineAsm) argument
/freebsd-11.0-release/contrib/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp135 uint64_t &ErrorInfo,
3570 uint64_t ErrorInfo) {
3571 if (ErrorInfo != ~0ULL && ErrorInfo < Operands.size()) {
3572 SMLoc ErrorLoc = Operands[ErrorInfo]->getStartLoc();
3583 uint64_t &ErrorInfo,
3589 MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm);
3604 if (ErrorInfo != ~0ULL) {
3605 if (ErrorInfo >= Operands.size())
3608 ErrorLoc = Operands[ErrorInfo]
3569 RefineErrorLoc(const SMLoc Loc, const OperandVector &Operands, uint64_t ErrorInfo) argument
3580 MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, OperandVector &Operands, MCStreamer &Out, uint64_t &ErrorInfo, bool MatchingInlineAsm) argument
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp110 OperandVector &InstOperands, uint64_t &ErrorInfo,
115 uint64_t &ErrorInfo, bool MatchingInlineAsm) override;
778 uint64_t &ErrorInfo,
783 MatchInstructionImpl(InstOperands, MCI, ErrorInfo, MatchingInlineAsm);
812 if (ErrorInfo != ~0U) {
813 if (ErrorInfo >= InstOperands.size())
816 ErrorLoc = (static_cast<HexagonOperand *>(InstOperands[ErrorInfo].get()))
840 uint64_t &ErrorInfo,
869 if (matchOneInstruction(*SubInst, IDLoc, Operands, ErrorInfo,
776 matchOneInstruction(MCInst &MCI, SMLoc IDLoc, OperandVector &InstOperands, uint64_t &ErrorInfo, bool MatchingInlineAsm, bool &MustExtend) argument
/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp87 uint64_t &ErrorInfo,
3776 uint64_t &ErrorInfo,
4052 MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm, 1);
4059 auto ShortFormNEONErrorInfo = ErrorInfo;
4063 MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm, 0);
4068 if (MatchResult == Match_InvalidOperand && ErrorInfo == 1 &&
4072 ErrorInfo = ShortFormNEONErrorInfo;
4092 assert(ErrorInfo && "Unknown missing feature!");
4097 for (unsigned i = 0; i < (sizeof(ErrorInfo)*8-1); ++i) {
4098 if (ErrorInfo
3773 MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, OperandVector &Operands, MCStreamer &Out, uint64_t &ErrorInfo, bool MatchingInlineAsm) argument
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp278 uint64_t &ErrorInfo,
1198 MCStreamer &Out, uint64_t &ErrorInfo,
1202 switch (MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm)) {
1215 if (ErrorInfo != ~0ULL) {
1216 if (ErrorInfo >= Operands.size())
1219 ErrorLoc = ((PPCOperand &)*Operands[ErrorInfo]).getStartLoc();
1196 MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, OperandVector &Operands, MCStreamer &Out, uint64_t &ErrorInfo, bool MatchingInlineAsm) argument
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DMachineVerifier.cpp826 StringRef ErrorInfo; local
827 if (!TII->verifyInstruction(MI, ErrorInfo))
828 report(ErrorInfo.data(), MI);
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp381 uint64_t &ErrorInfo,
8573 MCStreamer &Out, uint64_t &ErrorInfo,
8578 MatchResult = MatchInstructionImpl(Operands, Inst, ErrorInfo,
8622 assert(ErrorInfo && "Unknown missing feature!");
8627 for (unsigned i = 0; i < (sizeof(ErrorInfo)*8-1); ++i) {
8628 if (ErrorInfo & Mask) {
8630 Msg += getSubtargetFeatureName(ErrorInfo & Mask);
8638 if (ErrorInfo != ~0ULL) {
8639 if (ErrorInfo >= Operands.size())
8642 ErrorLoc = ((ARMOperand &)*Operands[ErrorInfo])
8571 MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, OperandVector &Operands, MCStreamer &Out, uint64_t &ErrorInfo, bool MatchingInlineAsm) argument
[all...]
/freebsd-11.0-release/contrib/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1786 uint64_t ErrorInfo; local
1789 ErrorInfo, ParsingInlineAsm);

Completed in 415 milliseconds