HomeSort by relevance Sort by last modified time
    Searched refs:IDLoc (Results 1 - 12 of 12) sorted by null

  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 133 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
177 tryExpandInstruction(MCInst &Inst, SMLoc IDLoc,
180 bool expandJalWithRegs(MCInst &Inst, SMLoc IDLoc,
184 bool Is32BitImm, bool IsAddress, SMLoc IDLoc,
188 unsigned SrcReg, bool Is32BitSym, SMLoc IDLoc,
191 bool expandLoadImm(MCInst &Inst, bool Is32BitImm, SMLoc IDLoc,
196 SMLoc IDLoc, SmallVectorImpl<MCInst> &Instructions);
198 bool expandUncondBranchMMPseudo(MCInst &Inst, SMLoc IDLoc,
201 void expandMemInst(MCInst &Inst, SMLoc IDLoc,
205 bool expandLoadStoreMultiple(MCInst &Inst, SMLoc IDLoc,
    [all...]
  /external/llvm/lib/Target/Hexagon/AsmParser/
HexagonAsmParser.cpp 107 bool finishBundle(SMLoc IDLoc, MCStreamer &Out);
109 bool matchOneInstruction(MCInst &MCB, SMLoc IDLoc,
113 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
118 void OutOfRange(SMLoc IDLoc, long long Val, long long Max);
120 SMLoc IDLoc, bool &MustExtend);
622 bool HexagonAsmParser::finishBundle(SMLoc IDLoc, MCStreamer &Out) {
642 Error(IDLoc,
647 Error(IDLoc, "register `" + R +
652 Error(IDLoc, "register `" + R + "' modified more than once");
655 Error(IDLoc, "cannot write to read-only register `" + R + "'")
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp     [all...]
DarwinAsmParser.cpp 476 SMLoc IDLoc) {
491 return Warning(IDLoc, "ignoring directive .dump for now");
493 return Warning(IDLoc, "ignoring directive .load for now");
655 bool DarwinAsmParser::parseDirectiveSecureLogUnique(StringRef, SMLoc IDLoc) {
661 return Error(IDLoc, ".secure_log_unique specified multiple times");
666 return Error(IDLoc, ".secure_log_unique used but AS_SECURE_LOG_FILE "
676 return Error(IDLoc, Twine("can't open secure log file: ") +
683 unsigned CurBuf = getSourceManager().FindBufferContainingLoc(IDLoc);
685 << ":" << getSourceManager().FindLineNumber(IDLoc, CurBuf) << ":"
695 bool DarwinAsmParser::parseDirectiveSecureLogReset(StringRef, SMLoc IDLoc) {
    [all...]
  /external/llvm/lib/Target/Sparc/AsmParser/
SparcAsmParser.cpp 49 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
87 void expandSET(MCInst &Inst, SMLoc IDLoc,
435 void SparcAsmParser::expandSET(MCInst &Inst, SMLoc IDLoc,
448 Error(IDLoc, "set: argument must be between -2147483648 and 4294967295");
474 TmpInst.setLoc(IDLoc);
499 TmpInst.setLoc(IDLoc);
508 bool SparcAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
521 Inst.setLoc(IDLoc);
525 expandSET(Inst, IDLoc, Instructions);
536 return Error(IDLoc,
    [all...]
  /external/llvm/include/llvm/MC/
MCTargetAsmParser.h 184 virtual bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
  /external/llvm/lib/Target/SystemZ/AsmParser/
SystemZAsmParser.cpp 403 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
782 bool SystemZAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
794 Inst.setLoc(IDLoc);
811 return Error(IDLoc, Msg);
815 SMLoc ErrorLoc = IDLoc;
818 return Error(IDLoc, "too few operands for instruction");
822 ErrorLoc = IDLoc;
828 return Error(IDLoc, "invalid instruction");
    [all...]
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 728 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
733 void MatchFPUWaitAlias(SMLoc IDLoc, X86Operand &Op, OperandVector &Operands,
736 bool ErrorMissingFeature(SMLoc IDLoc, uint64_t ErrorInfo,
739 bool MatchAndEmitATTInstruction(SMLoc IDLoc, unsigned &Opcode,
744 bool MatchAndEmitIntelInstruction(SMLoc IDLoc, unsigned &Opcode,
    [all...]
  /external/llvm/lib/Target/AMDGPU/AsmParser/
AMDGPUAsmParser.cpp 417 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
612 bool AMDGPUAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
622 Inst.setLoc(IDLoc);
626 return Error(IDLoc, "instruction not supported on this GPU");
629 return Error(IDLoc, "unrecognized instruction mnemonic");
632 SMLoc ErrorLoc = IDLoc;
649 bool Res = MatchAndEmitInstruction(IDLoc, Opcode, Operands,
657 return Error(IDLoc, "too few operands for instruction");
662 ErrorLoc = IDLoc;
667 return Error(IDLoc, "internal error: instruction without _e64 suffix
    [all...]
  /external/llvm/lib/Target/PowerPC/AsmParser/
PPCAsmParser.cpp 276 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
    [all...]
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 85 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 379 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
    [all...]

Completed in 4025 milliseconds