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

/external/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp421 SMLoc IDLoc) {
436 return Warning(IDLoc, "ignoring directive .dump for now");
438 return Warning(IDLoc, "ignoring directive .load for now");
578 bool DarwinAsmParser::ParseDirectiveSecureLogUnique(StringRef, SMLoc IDLoc) { argument
584 return Error(IDLoc, ".secure_log_unique specified multiple times");
589 return Error(IDLoc, ".secure_log_unique used but AS_SECURE_LOG_FILE "
599 return Error(IDLoc, Twine("can't open secure log file: ") +
606 int CurBuf = getSourceManager().FindBufferContainingLoc(IDLoc);
608 << ":" << getSourceManager().FindLineNumber(IDLoc, CurBuf) << ":"
618 bool DarwinAsmParser::ParseDirectiveSecureLogReset(StringRef, SMLoc IDLoc) { argument
420 ParseDirectiveDumpOrLoad(StringRef Directive, SMLoc IDLoc) argument
645 SMLoc IDLoc = getLexer().getLoc(); local
728 SMLoc IDLoc = getLexer().getLoc(); local
[all...]
H A DAsmParser.cpp1135 SMLoc IDLoc = ID.getLoc(); local
1140 return ParseCppHashLineFilenameComment(IDLoc);
1179 return ParseDirectiveIf(IDLoc);
1181 return ParseDirectiveIfb(IDLoc, true);
1183 return ParseDirectiveIfb(IDLoc, false);
1185 return ParseDirectiveIfc(IDLoc, true);
1187 return ParseDirectiveIfc(IDLoc, false);
1189 return ParseDirectiveIfdef(IDLoc, true);
1192 return ParseDirectiveIfdef(IDLoc, false);
1194 return ParseDirectiveElseIf(IDLoc);
3398 SMLoc IDLoc = getLexer().getLoc(); local
4035 ParseDirectiveMSEmit(SMLoc IDLoc, ParseStatementInfo &Info, size_t Len) argument
4052 ParseDirectiveMSAlign(SMLoc IDLoc, ParseStatementInfo &Info) argument
[all...]
/external/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp70 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
133 void expandInstruction(MCInst &Inst, SMLoc IDLoc,
135 void expandLoadImm(MCInst &Inst, SMLoc IDLoc,
137 void expandLoadAddressImm(MCInst &Inst, SMLoc IDLoc,
139 void expandLoadAddressReg(MCInst &Inst, SMLoc IDLoc,
141 void expandMemInst(MCInst &Inst, SMLoc IDLoc,
197 bool processInstruction(MCInst &Inst, SMLoc IDLoc,
443 bool MipsAsmParser::processInstruction(MCInst &Inst, SMLoc IDLoc, argument
446 Inst.setLoc(IDLoc);
472 expandMemInst(Inst, IDLoc, Instruction
514 expandInstruction(MCInst &Inst, SMLoc IDLoc, SmallVectorImpl<MCInst> &Instructions) argument
526 expandLoadImm(MCInst &Inst, SMLoc IDLoc, SmallVectorImpl<MCInst> &Instructions) argument
570 expandLoadAddressReg(MCInst &Inst, SMLoc IDLoc, SmallVectorImpl<MCInst> &Instructions) argument
612 expandLoadAddressImm(MCInst &Inst, SMLoc IDLoc, SmallVectorImpl<MCInst> &Instructions) argument
645 expandMemInst(MCInst &Inst, SMLoc IDLoc, SmallVectorImpl<MCInst> &Instructions, bool isLoad, bool isImmOpnd) argument
727 MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, SmallVectorImpl<MCParsedAsmOperand*> &Operands, MCStreamer &Out, unsigned &ErrorInfo, bool MatchingInlineAsm) argument
[all...]
/external/llvm/include/llvm/MC/
H A DMCTargetAsmParser.h155 MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
/external/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp347 MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
693 MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, argument
705 Inst.setLoc(IDLoc);
722 return Error(IDLoc, Msg);
726 SMLoc ErrorLoc = IDLoc;
729 return Error(IDLoc, "too few operands for instruction");
733 ErrorLoc = IDLoc;
739 return Error(IDLoc, "invalid instruction");
/external/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp523 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
2226 MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, argument
2245 Inst.setLoc(IDLoc);
2262 Operands[0] = X86Operand::CreateToken(Repl, IDLoc);
2281 Inst.setLoc(IDLoc);
2299 return Error(IDLoc, Msg, EmptyRanges, MatchingInlineAsm);
2368 Inst.setLoc(IDLoc);
2398 Error(IDLoc, OS.str(), EmptyRanges, MatchingInlineAsm);
2411 return Error(IDLoc, "invalid instruction mnemonic '" + Base + "'",
2418 return Error(IDLoc, "to
[all...]
/external/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp203 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
851 MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, argument
862 Inst.setLoc(IDLoc);
866 return Error(IDLoc, "instruction use requires an option to be enabled");
868 return Error(IDLoc, "unrecognized instruction mnemonic");
870 SMLoc ErrorLoc = IDLoc;
873 return Error(IDLoc, "too few operands for instruction");
876 if (ErrorLoc == SMLoc()) ErrorLoc = IDLoc;
/external/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp75 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
2056 bool AArch64AsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, argument
2066 return Error(IDLoc, "too few operands for instruction");
2077 Error(IDLoc, "instruction requires a CPU feature not currently enabled");
2080 SMLoc ErrorLoc = IDLoc;
2083 if (ErrorLoc == SMLoc()) ErrorLoc = IDLoc;
2089 return Error(IDLoc, "invalid instruction");
/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp276 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
7468 MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, argument
7506 Inst.setLoc(IDLoc);
7522 return Error(IDLoc, Msg);
7525 SMLoc ErrorLoc = IDLoc;
7528 return Error(IDLoc, "too few operands for instruction");
7531 if (ErrorLoc == SMLoc()) ErrorLoc = IDLoc;
7537 return Error(IDLoc, "invalid instruction",
7540 return Error(IDLoc, "flag setting instruction only valid outside IT block");
7542 return Error(IDLoc, "instructio
[all...]

Completed in 228 milliseconds