Searched refs:IDLoc (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.1-release/contrib/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp462 SMLoc IDLoc) {
477 return Warning(IDLoc, "ignoring directive .dump for now");
479 return Warning(IDLoc, "ignoring directive .load for now");
619 bool DarwinAsmParser::ParseDirectiveSecureLogUnique(StringRef, SMLoc IDLoc) { argument
625 return Error(IDLoc, ".secure_log_unique specified multiple times");
630 return Error(IDLoc, ".secure_log_unique used but AS_SECURE_LOG_FILE "
640 return Error(IDLoc, Twine("can't open secure log file: ") +
647 int CurBuf = getSourceManager().FindBufferContainingLoc(IDLoc);
649 << ":" << getSourceManager().FindLineNumber(IDLoc, CurBuf) << ":"
659 bool DarwinAsmParser::ParseDirectiveSecureLogReset(StringRef, SMLoc IDLoc) { argument
461 ParseDirectiveDumpOrLoad(StringRef Directive, SMLoc IDLoc) argument
686 SMLoc IDLoc = getLexer().getLoc(); local
769 SMLoc IDLoc = getLexer().getLoc(); local
[all...]
H A DAsmParser.cpp1155 SMLoc IDLoc = ID.getLoc(); local
1160 return parseCppHashLineFilenameComment(IDLoc);
1199 return parseDirectiveIf(IDLoc);
1201 return parseDirectiveIfb(IDLoc, true);
1203 return parseDirectiveIfb(IDLoc, false);
1205 return parseDirectiveIfc(IDLoc, true);
1207 return parseDirectiveIfc(IDLoc, false);
1209 return parseDirectiveIfdef(IDLoc, true);
1212 return parseDirectiveIfdef(IDLoc, false);
1214 return parseDirectiveElseIf(IDLoc);
3430 SMLoc IDLoc = getLexer().getLoc(); local
4062 parseDirectiveMSEmit(SMLoc IDLoc, ParseStatementInfo &Info, size_t Len) argument
4079 parseDirectiveMSAlign(SMLoc IDLoc, ParseStatementInfo &Info) argument
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp71 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
176 void expandInstruction(MCInst &Inst, SMLoc IDLoc,
178 void expandLoadImm(MCInst &Inst, SMLoc IDLoc,
180 void expandLoadAddressImm(MCInst &Inst, SMLoc IDLoc,
182 void expandLoadAddressReg(MCInst &Inst, SMLoc IDLoc,
184 void expandMemInst(MCInst &Inst, SMLoc IDLoc,
245 bool processInstruction(MCInst &Inst, SMLoc IDLoc,
562 bool MipsAsmParser::processInstruction(MCInst &Inst, SMLoc IDLoc, argument
565 Inst.setLoc(IDLoc);
591 expandMemInst(Inst, IDLoc, Instruction
633 expandInstruction(MCInst &Inst, SMLoc IDLoc, SmallVectorImpl<MCInst> &Instructions) argument
645 expandLoadImm(MCInst &Inst, SMLoc IDLoc, SmallVectorImpl<MCInst> &Instructions) argument
690 expandLoadAddressReg(MCInst &Inst, SMLoc IDLoc, SmallVectorImpl<MCInst> &Instructions) argument
733 expandLoadAddressImm(MCInst &Inst, SMLoc IDLoc, SmallVectorImpl<MCInst> &Instructions) argument
766 expandMemInst(MCInst &Inst, SMLoc IDLoc, SmallVectorImpl<MCInst> &Instructions, bool isLoad, bool isImmOpnd) argument
848 MatchAndEmitInstruction( SMLoc IDLoc, unsigned &Opcode, SmallVectorImpl<MCParsedAsmOperand *> &Operands, MCStreamer &Out, unsigned &ErrorInfo, bool MatchingInlineAsm) argument
[all...]
/freebsd-10.1-release/contrib/llvm/include/llvm/MC/
H A DMCTargetAsmParser.h156 MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
/freebsd-10.1-release/contrib/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp47 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
382 MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, argument
395 Inst.setLoc(IDLoc);
401 return Error(IDLoc,
405 SMLoc ErrorLoc = IDLoc;
408 return Error(IDLoc, "too few operands for instruction");
412 ErrorLoc = IDLoc;
418 return Error(IDLoc, "invalid instruction");
/freebsd-10.1-release/contrib/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp351 MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
705 MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, argument
717 Inst.setLoc(IDLoc);
734 return Error(IDLoc, Msg);
738 SMLoc ErrorLoc = IDLoc;
741 return Error(IDLoc, "too few operands for instruction");
745 ErrorLoc = IDLoc;
751 return Error(IDLoc, "invalid instruction");
/freebsd-10.1-release/contrib/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp524 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
2387 MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, argument
2406 Inst.setLoc(IDLoc);
2423 Operands[0] = X86Operand::CreateToken(Repl, IDLoc);
2442 Inst.setLoc(IDLoc);
2460 return Error(IDLoc, Msg, EmptyRanges, MatchingInlineAsm);
2529 Inst.setLoc(IDLoc);
2559 Error(IDLoc, OS.str(), EmptyRanges, MatchingInlineAsm);
2572 return Error(IDLoc, "invalid instruction mnemonic '" + Base + "'",
2579 return Error(IDLoc, "to
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp205 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
858 MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, argument
869 Inst.setLoc(IDLoc);
873 return Error(IDLoc, "instruction use requires an option to be enabled");
875 return Error(IDLoc, "unrecognized instruction mnemonic");
877 SMLoc ErrorLoc = IDLoc;
880 return Error(IDLoc, "too few operands for instruction");
883 if (ErrorLoc == SMLoc()) ErrorLoc = IDLoc;
/freebsd-10.1-release/contrib/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp76 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
2331 bool AArch64AsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, argument
2341 return Error(IDLoc, "too few operands for instruction");
2352 Error(IDLoc, "instruction requires a CPU feature not currently enabled");
2355 SMLoc ErrorLoc = IDLoc;
2358 if (ErrorLoc == SMLoc()) ErrorLoc = IDLoc;
2364 return Error(IDLoc, "invalid instruction");
/freebsd-10.1-release/contrib/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp291 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
7664 MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, argument
7698 Warning(IDLoc, "deprecated instruction in IT block");
7712 Inst.setLoc(IDLoc);
7728 return Error(IDLoc, Msg);
7731 SMLoc ErrorLoc = IDLoc;
7734 return Error(IDLoc, "too few operands for instruction");
7737 if (ErrorLoc == SMLoc()) ErrorLoc = IDLoc;
7743 return Error(IDLoc, "invalid instruction",
7746 return Error(IDLoc, "fla
[all...]

Completed in 286 milliseconds