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

1 2

  /external/llvm/lib/Target/Mips/
MipsTargetStreamer.h 88 SMLoc IDLoc, const MCSubtargetInfo *STI);
103 void emitR(unsigned Opcode, unsigned Reg0, SMLoc IDLoc,
105 void emitII(unsigned Opcode, int16_t Imm1, int16_t Imm2, SMLoc IDLoc,
107 void emitRX(unsigned Opcode, unsigned Reg0, MCOperand Op1, SMLoc IDLoc,
109 void emitRI(unsigned Opcode, unsigned Reg0, int32_t Imm, SMLoc IDLoc,
111 void emitRR(unsigned Opcode, unsigned Reg0, unsigned Reg1, SMLoc IDLoc,
114 SMLoc IDLoc, const MCSubtargetInfo *STI);
116 SMLoc IDLoc, const MCSubtargetInfo *STI);
118 SMLoc IDLoc, const MCSubtargetInfo *STI);
122 SMLoc IDLoc, const MCSubtargetInfo *STI)
    [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 134 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
176 MacroExpanderResultTy tryExpandInstruction(MCInst &Inst, SMLoc IDLoc,
180 bool expandJalWithRegs(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out,
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, MCStreamer &Out,
199 bool expandUncondBranchMMPseudo(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out,
202 void expandMemInst(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out,
205 void expandLoadInst(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out
    [all...]
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsTargetStreamer.cpp 101 int Offset, function_ref<unsigned()> GetATReg, SMLoc IDLoc,
129 void MipsTargetStreamer::emitR(unsigned Opcode, unsigned Reg0, SMLoc IDLoc,
134 TmpInst.setLoc(IDLoc);
139 SMLoc IDLoc, const MCSubtargetInfo *STI) {
144 TmpInst.setLoc(IDLoc);
149 SMLoc IDLoc, const MCSubtargetInfo *STI) {
150 emitRX(Opcode, Reg0, MCOperand::createImm(Imm), IDLoc, STI);
154 SMLoc IDLoc, const MCSubtargetInfo *STI) {
155 emitRX(Opcode, Reg0, MCOperand::createReg(Reg1), IDLoc, STI);
159 SMLoc IDLoc, const MCSubtargetInfo *STI)
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCTargetAsmParser.h 89 MatchAndEmitInstruction(SMLoc IDLoc,
  /external/swiftshader/third_party/LLVM/lib/MC/MCParser/
DarwinAsmParser.cpp 357 SMLoc IDLoc) {
372 return Warning(IDLoc, "ignoring directive .dump for now");
374 return Warning(IDLoc, "ignoring directive .load for now");
456 bool DarwinAsmParser::ParseDirectiveSecureLogUnique(StringRef, SMLoc IDLoc) {
462 return Error(IDLoc, ".secure_log_unique specified multiple times");
467 return Error(IDLoc, ".secure_log_unique used but AS_SECURE_LOG_FILE "
477 return Error(IDLoc, Twine("can't open secure log file: ") +
484 int CurBuf = getSourceManager().FindBufferContainingLoc(IDLoc);
486 << ":" << getSourceManager().FindLineNumber(IDLoc, CurBuf) << ":"
496 bool DarwinAsmParser::ParseDirectiveSecureLogReset(StringRef, SMLoc IDLoc) {
    [all...]
AsmParser.cpp 951 SMLoc IDLoc = ID.getLoc();
956 return ParseCppHashLineFilenameComment(IDLoc);
    [all...]
  /external/llvm/lib/Target/Hexagon/AsmParser/
HexagonAsmParser.cpp 106 bool finishBundle(SMLoc IDLoc, MCStreamer &Out);
108 bool matchOneInstruction(MCInst &MCB, SMLoc IDLoc,
112 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
117 void OutOfRange(SMLoc IDLoc, long long Val, long long Max);
119 SMLoc IDLoc);
620 bool HexagonAsmParser::finishBundle(SMLoc IDLoc, MCStreamer &Out) {
640 Error(IDLoc,
645 Error(IDLoc, "register `" + R +
650 Error(IDLoc, "register `" + R + "' modified more than once");
653 Error(IDLoc, "cannot write to read-only register `" + R + "'")
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/AsmParser/
MBlazeAsmParser.cpp 49 bool MatchAndEmitInstruction(SMLoc IDLoc,
318 MatchAndEmitInstruction(SMLoc IDLoc,
331 return Error(IDLoc, "instruction use requires an option to be enabled");
333 return Error(IDLoc, "unrecognized instruction mnemonic");
335 return Error(IDLoc, "unable to convert operands to instruction");
337 ErrorLoc = IDLoc;
340 return Error(IDLoc, "too few operands for instruction");
343 if (ErrorLoc == SMLoc()) ErrorLoc = IDLoc;
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp     [all...]
DarwinAsmParser.cpp 506 SMLoc IDLoc) {
521 return Warning(IDLoc, "ignoring directive .dump for now");
523 return Warning(IDLoc, "ignoring directive .load for now");
685 bool DarwinAsmParser::parseDirectiveSecureLogUnique(StringRef, SMLoc IDLoc) {
691 return Error(IDLoc, ".secure_log_unique specified multiple times");
696 return Error(IDLoc, ".secure_log_unique used but AS_SECURE_LOG_FILE "
706 return Error(IDLoc, Twine("can't open secure log file: ") +
713 unsigned CurBuf = getSourceManager().FindBufferContainingLoc(IDLoc);
715 << ":" << getSourceManager().FindLineNumber(IDLoc, CurBuf) << ":"
725 bool DarwinAsmParser::parseDirectiveSecureLogReset(StringRef, SMLoc IDLoc) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/AsmParser/
X86AsmParser.cpp 52 bool MatchAndEmitInstruction(SMLoc IDLoc,
943 MatchAndEmitInstruction(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,
469 void SparcAsmParser::expandSET(MCInst &Inst, SMLoc IDLoc,
482 Error(IDLoc, "set: argument must be between -2147483648 and 4294967295");
508 TmpInst.setLoc(IDLoc);
533 TmpInst.setLoc(IDLoc);
542 bool SparcAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
555 Inst.setLoc(IDLoc);
559 expandSET(Inst, IDLoc, Instructions);
570 return Error(IDLoc,
    [all...]
  /external/llvm/include/llvm/MC/MCParser/
MCTargetAsmParser.h 182 virtual bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
  /external/llvm/lib/Target/SystemZ/AsmParser/
SystemZAsmParser.cpp 406 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
785 bool SystemZAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
797 Inst.setLoc(IDLoc);
814 return Error(IDLoc, Msg);
818 SMLoc ErrorLoc = IDLoc;
821 return Error(IDLoc, "too few operands for instruction");
825 ErrorLoc = IDLoc;
831 return Error(IDLoc, "invalid instruction");
    [all...]
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 731 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
736 void MatchFPUWaitAlias(SMLoc IDLoc, X86Operand &Op, OperandVector &Operands,
739 bool ErrorMissingFeature(SMLoc IDLoc, uint64_t ErrorInfo,
742 bool MatchAndEmitATTInstruction(SMLoc IDLoc, unsigned &Opcode,
747 bool MatchAndEmitIntelInstruction(SMLoc IDLoc, unsigned &Opcode,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/MCParser/
MCTargetAsmParser.h 190 virtual bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/MCParser/
MCTargetAsmParser.h 190 virtual bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/MCParser/
MCTargetAsmParser.h 190 virtual bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/MCParser/
MCTargetAsmParser.h 190 virtual bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/MCParser/
MCTargetAsmParser.h 190 virtual bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/MCParser/
MCTargetAsmParser.h 190 virtual bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/MCParser/
MCTargetAsmParser.h 190 virtual bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/MCParser/
MCTargetAsmParser.h 190 virtual bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
  /external/llvm/lib/Target/AMDGPU/AsmParser/
AMDGPUAsmParser.cpp 646 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
    [all...]
  /external/llvm/lib/Target/PowerPC/AsmParser/
PPCAsmParser.cpp 274 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
    [all...]

Completed in 2102 milliseconds

1 2