HomeSort by: relevance | last modified time | path
    Searched refs:IDLoc (Results 1 - 25 of 25) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 175 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
222 MacroExpanderResultTy tryExpandInstruction(MCInst &Inst, SMLoc IDLoc,
226 bool expandJalWithRegs(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out,
230 bool Is32BitImm, bool IsAddress, SMLoc IDLoc,
234 unsigned SrcReg, bool Is32BitSym, SMLoc IDLoc,
237 bool emitPartialAddress(MipsTargetStreamer &TOut, SMLoc IDLoc, MCSymbol *Sym);
239 bool expandLoadImm(MCInst &Inst, bool Is32BitImm, SMLoc IDLoc,
242 bool expandLoadSingleImmToGPR(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out,
244 bool expandLoadSingleImmToFPR(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out,
246 bool expandLoadDoubleImmToGPR(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsTargetStreamer.h 100 SMLoc IDLoc, const MCSubtargetInfo *STI);
122 void emitR(unsigned Opcode, unsigned Reg0, SMLoc IDLoc,
124 void emitII(unsigned Opcode, int16_t Imm1, int16_t Imm2, SMLoc IDLoc,
126 void emitRX(unsigned Opcode, unsigned Reg0, MCOperand Op1, SMLoc IDLoc,
128 void emitRI(unsigned Opcode, unsigned Reg0, int32_t Imm, SMLoc IDLoc,
130 void emitRR(unsigned Opcode, unsigned Reg0, unsigned Reg1, SMLoc IDLoc,
133 SMLoc IDLoc, const MCSubtargetInfo *STI);
135 SMLoc IDLoc, const MCSubtargetInfo *STI);
137 MCOperand Op3, SMLoc IDLoc, const MCSubtargetInfo *STI);
139 SMLoc IDLoc, const MCSubtargetInfo *STI)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
MipsTargetStreamer.cpp 134 int Offset, function_ref<unsigned()> GetATReg, SMLoc IDLoc,
169 void MipsTargetStreamer::emitR(unsigned Opcode, unsigned Reg0, SMLoc IDLoc,
174 TmpInst.setLoc(IDLoc);
179 SMLoc IDLoc, const MCSubtargetInfo *STI) {
184 TmpInst.setLoc(IDLoc);
189 SMLoc IDLoc, const MCSubtargetInfo *STI) {
190 emitRX(Opcode, Reg0, MCOperand::createImm(Imm), IDLoc, STI);
194 SMLoc IDLoc, const MCSubtargetInfo *STI) {
195 emitRX(Opcode, Reg0, MCOperand::createReg(Reg1), IDLoc, STI);
199 SMLoc IDLoc, const MCSubtargetInfo *STI)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/AsmParser/
RISCVAsmParser.cpp 81 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
107 unsigned SecondOpcode, SMLoc IDLoc, MCStreamer &Out);
110 void emitLoadLocalAddress(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out);
113 void emitLoadAddress(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out);
117 void emitLoadTLSIEAddress(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out);
121 void emitLoadTLSGDAddress(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out);
124 void emitLoadStoreSymbol(MCInst &Inst, unsigned Opcode, SMLoc IDLoc,
129 SMLoc IDLoc, MCStreamer &Out);
132 void emitVMSGE(MCInst &Inst, unsigned Opcode, SMLoc IDLoc, MCStreamer &Out);
147 bool processInstruction(MCInst &Inst, SMLoc IDLoc, OperandVector &Operands
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/BPF/AsmParser/
BPFAsmParser.cpp 36 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
285 bool BPFAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
293 return Error(IDLoc, "additional inst constraint not met");
299 Inst.setLoc(IDLoc);
303 return Error(IDLoc, "instruction use requires an option to be enabled");
305 return Error(IDLoc, "unrecognized instruction mnemonic");
307 ErrorLoc = IDLoc;
316 ErrorLoc = IDLoc;
  /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
MasmParser.cpp 1995 SMLoc IDLoc = ID.getLoc();
1999 return parseCppHashLineFilenameComment(IDLoc);
2006 return Error(IDLoc, "unexpected token at start of statement");
2015 return Error(IDLoc, "unexpected token at start of statement");
2042 return Error(IDLoc, "unexpected token at start of statement");
2051 return Error(IDLoc, "unexpected token at start of statement");
2069 return parseDirectiveIf(IDLoc, DirKind);
2071 return parseDirectiveIfb(IDLoc, true);
2073 return parseDirectiveIfb(IDLoc, false);
2075 return parseDirectiveIfdef(IDLoc, true)
    [all...]
DarwinAsmParser.cpp 587 SMLoc IDLoc) {
602 return Warning(IDLoc, "ignoring directive .dump for now");
604 return Warning(IDLoc, "ignoring directive .load for now");
761 bool DarwinAsmParser::parseDirectiveSecureLogUnique(StringRef, SMLoc IDLoc) {
767 return Error(IDLoc, ".secure_log_unique specified multiple times");
772 return Error(IDLoc, ".secure_log_unique used but AS_SECURE_LOG_FILE "
783 return Error(IDLoc, Twine("can't open secure log file: ") +
790 unsigned CurBuf = getSourceManager().FindBufferContainingLoc(IDLoc);
792 << ":" << getSourceManager().FindLineNumber(IDLoc, CurBuf) << ":"
802 bool DarwinAsmParser::parseDirectiveSecureLogReset(StringRef, SMLoc IDLoc) {
    [all...]
AsmParser.cpp 198 SMLoc IDLoc);
1779 SMLoc IDLoc = ID.getLoc();
1784 return parseCppHashLineFilenameComment(IDLoc,
1793 return Error(IDLoc, "unexpected token at start of statement");
1802 return Error(IDLoc, "unexpected token at start of statement");
1827 return Error(IDLoc, "unexpected token at start of statement");
1850 return parseDirectiveIf(IDLoc, DirKind);
1852 return parseDirectiveIfb(IDLoc, true);
1854 return parseDirectiveIfb(IDLoc, false);
1856 return parseDirectiveIfc(IDLoc, true)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/AsmParser/
HexagonAsmParser.cpp 127 bool finishBundle(SMLoc IDLoc, MCStreamer &Out);
129 bool matchOneInstruction(MCInst &MCB, SMLoc IDLoc,
133 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
140 bool OutOfRange(SMLoc IDLoc, long long Val, long long Max);
142 SMLoc IDLoc);
468 bool HexagonAsmParser::finishBundle(SMLoc IDLoc, MCStreamer &Out) {
473 MCB.setLoc(IDLoc);
512 auto IDLoc = Parser.getTok().getLoc();
524 return getParser().Error(IDLoc, MemNoShuffMsg);
528 return getParser().Error(IDLoc, llvm::Twine("'") + Option
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/CSKY/AsmParser/
CSKYAsmParser.cpp 40 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
288 bool CSKYAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
302 Inst.setLoc(IDLoc);
315 return Error(IDLoc, Msg);
321 return Error(IDLoc, "unrecognized instruction mnemonic" + Suggestion);
325 SMLoc ErrorLoc = IDLoc;
332 ErrorLoc = IDLoc;
342 SMLoc ErrorLoc = IDLoc;
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/AsmParser/
WebAssemblyAsmParser.cpp 970 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned & /*Opcode*/,
975 Inst.setLoc(IDLoc);
1015 return Parser.Error(IDLoc, Message);
1018 return Parser.Error(IDLoc, "invalid instruction");
1020 return Parser.Error(IDLoc, "ambiguous instruction");
1023 SMLoc ErrorLoc = IDLoc;
1026 return Parser.Error(IDLoc, "too few operands for instruction");
1029 ErrorLoc = IDLoc;
  /src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/AsmParser/
SparcAsmParser.cpp 66 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
112 bool expandSET(MCInst &Inst, SMLoc IDLoc,
557 bool SparcAsmParser::expandSET(MCInst &Inst, SMLoc IDLoc,
570 return Error(IDLoc,
596 TmpInst.setLoc(IDLoc);
621 TmpInst.setLoc(IDLoc);
631 bool SparcAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
644 Inst.setLoc(IDLoc);
648 if (expandSET(Inst, IDLoc, Instructions))
660 return Error(IDLoc,
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 1164 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
1169 void MatchFPUWaitAlias(SMLoc IDLoc, X86Operand &Op, OperandVector &Operands,
1172 bool ErrorMissingFeature(SMLoc IDLoc, const FeatureBitset &MissingFeatures,
1175 bool MatchAndEmitATTInstruction(SMLoc IDLoc, unsigned &Opcode,
1180 bool MatchAndEmitIntelInstruction(SMLoc IDLoc, unsigned &Opcode,
4013 bool X86AsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
4018 return MatchAndEmitIntelInstruction(IDLoc, Opcode, Operands, Out, ErrorInfo,
4020 return MatchAndEmitATTInstruction(IDLoc, Opcode, Operands, Out, ErrorInfo,
4024 void X86AsmParser::MatchFPUWaitAlias(SMLoc IDLoc, X86Operand &Op,
4043 Inst.setLoc(IDLoc);
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/AsmParser/
SystemZAsmParser.cpp 492 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
1493 bool SystemZAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
1508 Inst.setLoc(IDLoc);
1523 return Error(IDLoc, Msg);
1527 SMLoc ErrorLoc = IDLoc;
1530 return Error(IDLoc, "too few operands for instruction");
1534 ErrorLoc = IDLoc;
1543 return Error(IDLoc, "invalid instruction" + Suggestion,
  /src/external/apache2/llvm/dist/llvm/lib/Target/VE/AsmParser/
VEAsmParser.cpp 53 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
760 bool VEAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
769 Inst.setLoc(IDLoc);
774 return Error(IDLoc,
778 SMLoc ErrorLoc = IDLoc;
781 return Error(IDLoc, "too few operands for instruction");
785 ErrorLoc = IDLoc;
791 return Error(IDLoc, "invalid instruction mnemonic");
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/
AMDGPUAsmParser.cpp 1429 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
1527 bool validateInstruction(const MCInst &Inst, const SMLoc &IDLoc, const OperandVector &Operands);
1551 const SMLoc &IDLoc);
1563 bool checkUnsupportedInstruction(StringRef Name, const SMLoc &IDLoc);
4113 const SMLoc &IDLoc) {
4124 Error(IDLoc, "invalid cache policy for SMRD instruction");
4141 Error(IDLoc, "instruction must use glc");
4158 const SMLoc &IDLoc,
4198 Error(IDLoc, "dim modifier is required on this GPU");
4207 Error(IDLoc,
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/AsmParser/
PPCAsmParser.cpp 125 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
1150 bool PPCAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
1160 Inst.setLoc(IDLoc);
1164 return Error(IDLoc, "instruction use requires an option to be enabled");
1169 return Error(IDLoc, "invalid instruction" + Suggestion,
1173 SMLoc ErrorLoc = IDLoc;
1176 return Error(IDLoc, "too few operands for instruction");
1179 if (ErrorLoc == SMLoc()) ErrorLoc = IDLoc;
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/MCParser/
MCTargetAsmParser.h 424 virtual bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 215 bool validateInstruction(MCInst &Inst, SMLoc &IDLoc,
217 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
4128 bool AArch64AsmParser::validateInstruction(MCInst &Inst, SMLoc &IDLoc,
4150 return Error(IDLoc, "instruction is unpredictable when following a"
4183 return Error(IDLoc, "instruction is unpredictable when following a"
4188 return Error(IDLoc, "instruction is unpredictable when following a"
4193 return Error(IDLoc, "instruction is unpredictable when following a"
4741 bool AArch64AsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
4970 Warning(IDLoc, "instruction movi.2d with immediate #0 may not function"
4974 Operands[Idx] = AArch64Operand::CreateToken(".16b", false, IDLoc,
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/AsmParser/
MSP430AsmParser.cpp 42 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
  /src/external/apache2/llvm/dist/llvm/lib/Target/AVR/AsmParser/
AVRAsmParser.cpp 49 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/AsmParser/
M68kAsmParser.cpp 74 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 705 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
723 SMLoc IDLoc, OperandVector &Operands);
724 void ReportNearMisses(SmallVectorImpl<NearMissInfo> &NearMisses, SMLoc IDLoc,
10920 bool ARMAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
10963 Warning(IDLoc, "deprecated instruction in IT block");
10978 Inst.setLoc(IDLoc);
10988 ReportNearMisses(NearMisses, IDLoc, Operands);
10994 return Error(IDLoc, "invalid instruction" + Suggestion,
12060 SMLoc IDLoc, OperandVector &Operands) {
12151 Message.Loc = IDLoc;
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclAttr.cpp 3549 IdentifierLoc *IdLoc = AL.getArgAsIdent(I);
3550 auto It = NameIdxMapping.find(IdLoc->Ident->getName());
3553 << IdLoc->Ident << IdLoc->Loc;
3557 SR = SourceRange(IdLoc->Loc);
5880 IdentifierLoc *IDLoc = AL.getArgAsIdent(0);
5882 if (!SwiftAsyncErrorAttr::ConvertStrToConventionKind(IDLoc->Ident->getName(),
5885 << AL << IDLoc->Ident;
  /src/external/apache2/llvm/dist/llvm/lib/AsmParser/
LLParser.cpp 737 LocTy IDLoc = Lex.getLoc();
750 FwdRef = std::make_pair(MDTuple::getTemporary(Context, None), IDLoc);

Completed in 119 milliseconds