Searched defs:IDLoc (Results 1 - 9 of 9) sorted by relevance

/external/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp467 SMLoc IDLoc) {
482 return Warning(IDLoc, "ignoring directive .dump for now");
484 return Warning(IDLoc, "ignoring directive .load for now");
624 bool DarwinAsmParser::parseDirectiveSecureLogUnique(StringRef, SMLoc IDLoc) { argument
630 return Error(IDLoc, ".secure_log_unique specified multiple times");
635 return Error(IDLoc, ".secure_log_unique used but AS_SECURE_LOG_FILE "
646 return Error(IDLoc, Twine("can't open secure log file: ") +
653 unsigned CurBuf = getSourceManager().FindBufferContainingLoc(IDLoc);
655 << ":" << getSourceManager().FindLineNumber(IDLoc, CurBuf) << ":"
665 bool DarwinAsmParser::parseDirectiveSecureLogReset(StringRef, SMLoc IDLoc) { argument
466 parseDirectiveDumpOrLoad(StringRef Directive, SMLoc IDLoc) argument
692 SMLoc IDLoc = getLexer().getLoc(); local
775 SMLoc IDLoc = getLexer().getLoc(); local
[all...]
H A DAsmParser.cpp1200 SMLoc IDLoc = ID.getLoc(); local
1205 return parseCppHashLineFilenameComment(IDLoc);
1250 return parseDirectiveIf(IDLoc, DirKind);
1252 return parseDirectiveIfb(IDLoc, true);
1254 return parseDirectiveIfb(IDLoc, false);
1256 return parseDirectiveIfc(IDLoc, true);
1258 return parseDirectiveIfeqs(IDLoc);
1260 return parseDirectiveIfc(IDLoc, false);
1262 return parseDirectiveIfdef(IDLoc, true);
1265 return parseDirectiveIfdef(IDLoc, fals
1994 SMLoc IDLoc = Lexer.getLoc(); local
3671 SMLoc IDLoc = getLexer().getLoc(); local
4412 parseDirectiveMSEmit(SMLoc IDLoc, ParseStatementInfo &Info, size_t Len) argument
4429 parseDirectiveMSAlign(SMLoc IDLoc, ParseStatementInfo &Info) argument
[all...]
/external/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp49 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
386 bool SparcAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, argument
400 Inst.setLoc(IDLoc);
406 return Error(IDLoc,
410 SMLoc ErrorLoc = IDLoc;
413 return Error(IDLoc, "too few operands for instruction");
417 ErrorLoc = IDLoc;
423 return Error(IDLoc, "invalid instruction mnemonic");
/external/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp248 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
922 bool PPCAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, argument
933 Inst.setLoc(IDLoc);
937 return Error(IDLoc, "instruction use requires an option to be enabled");
939 return Error(IDLoc, "unrecognized instruction mnemonic");
941 SMLoc ErrorLoc = IDLoc;
944 return Error(IDLoc, "too few operands for instruction");
947 if (ErrorLoc == SMLoc()) ErrorLoc = IDLoc;
/external/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp346 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
677 bool SystemZAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, argument
690 Inst.setLoc(IDLoc);
707 return Error(IDLoc, Msg);
711 SMLoc ErrorLoc = IDLoc;
714 return Error(IDLoc, "too few operands for instruction");
718 ErrorLoc = IDLoc;
724 return Error(IDLoc, "invalid instruction");
/external/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp694 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
2287 bool X86AsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, argument
2306 Inst.setLoc(IDLoc);
2321 Operands[0] = X86Operand::CreateToken(Repl, IDLoc);
2340 Inst.setLoc(IDLoc);
2358 return Error(IDLoc, Msg, EmptyRanges, MatchingInlineAsm);
2427 Inst.setLoc(IDLoc);
2457 Error(IDLoc, OS.str(), EmptyRanges, MatchingInlineAsm);
2470 return Error(IDLoc, "invalid instruction mnemonic '" + Base + "'",
2477 return Error(IDLoc, "to
[all...]
/external/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp85 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
3576 bool AArch64AsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, argument
3820 Inst.setLoc(IDLoc);
3837 return Error(IDLoc, Msg);
3840 return showMatchError(IDLoc, MatchResult);
3842 SMLoc ErrorLoc = IDLoc;
3845 return Error(IDLoc, "too few operands for instruction");
3849 ErrorLoc = IDLoc;
3907 return Error(IDLoc, "too few operands for instruction");
3912 ErrorLoc = IDLoc;
[all...]
/external/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp77 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
121 bool expandInstruction(MCInst &Inst, SMLoc IDLoc,
124 bool expandLoadImm(MCInst &Inst, SMLoc IDLoc,
127 bool expandLoadAddressImm(MCInst &Inst, SMLoc IDLoc,
130 bool expandLoadAddressReg(MCInst &Inst, SMLoc IDLoc,
133 void expandMemInst(MCInst &Inst, SMLoc IDLoc,
195 bool processInstruction(MCInst &Inst, SMLoc IDLoc,
900 bool MipsAsmParser::processInstruction(MCInst &Inst, SMLoc IDLoc, argument
904 Inst.setLoc(IDLoc);
922 return Error(IDLoc, "branc
1032 expandInstruction(MCInst &Inst, SMLoc IDLoc, SmallVectorImpl<MCInst> &Instructions) argument
1055 createShiftOr(int64_t Value, unsigned RegNo, SMLoc IDLoc, SmallVectorImpl<MCInst> &Instructions) argument
1077 expandLoadImm(MCInst &Inst, SMLoc IDLoc, SmallVectorImpl<MCInst> &Instructions) argument
1175 expandLoadAddressReg(MCInst &Inst, SMLoc IDLoc, SmallVectorImpl<MCInst> &Instructions) argument
1219 expandLoadAddressImm(MCInst &Inst, SMLoc IDLoc, SmallVectorImpl<MCInst> &Instructions) argument
1253 expandMemInst(MCInst &Inst, SMLoc IDLoc, SmallVectorImpl<MCInst> &Instructions, bool isLoad, bool isImmOpnd) argument
1381 MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, OperandVector &Operands, MCStreamer &Out, unsigned &ErrorInfo, bool MatchingInlineAsm) argument
[all...]
/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp360 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
8032 bool ARMAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, argument
8066 Warning(IDLoc, "deprecated instruction in IT block");
8080 Inst.setLoc(IDLoc);
8096 return Error(IDLoc, Msg);
8099 SMLoc ErrorLoc = IDLoc;
8102 return Error(IDLoc, "too few operands for instruction");
8105 if (ErrorLoc == SMLoc()) ErrorLoc = IDLoc;
8111 return Error(IDLoc, "invalid instruction",
8114 return Error(IDLoc, "fla
[all...]

Completed in 241 milliseconds