Searched defs:IDLoc (Results 1 – 10 of 10) sorted by relevance
/external/llvm/lib/MC/MCParser/ |
D | DarwinAsmParser.cpp | 467 SMLoc IDLoc) { in parseDirectiveDumpOrLoad() 624 bool DarwinAsmParser::parseDirectiveSecureLogUnique(StringRef, SMLoc IDLoc) { in parseDirectiveSecureLogUnique() 665 bool DarwinAsmParser::parseDirectiveSecureLogReset(StringRef, SMLoc IDLoc) { in parseDirectiveSecureLogReset() 692 SMLoc IDLoc = getLexer().getLoc(); in parseDirectiveTBSS() local 775 SMLoc IDLoc = getLexer().getLoc(); in parseDirectiveZerofill() local
|
D | AsmParser.cpp | 1189 SMLoc IDLoc = ID.getLoc(); in parseStatement() local 2003 SMLoc IDLoc = Lexer.getLoc(); in parseMacroArguments() local 3704 SMLoc IDLoc = getLexer().getLoc(); in parseDirectiveComm() local 4484 bool AsmParser::parseDirectiveMSEmit(SMLoc IDLoc, ParseStatementInfo &Info, in parseDirectiveMSEmit() 4501 bool AsmParser::parseDirectiveMSAlign(SMLoc IDLoc, ParseStatementInfo &Info) { in parseDirectiveMSAlign()
|
/external/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 1234 bool MipsAsmParser::processInstruction(MCInst &Inst, SMLoc IDLoc, in processInstruction() 1607 bool MipsAsmParser::expandInstruction(MCInst &Inst, SMLoc IDLoc, in expandInstruction() 1636 void createShiftOr(MCOperand Operand, unsigned RegNo, SMLoc IDLoc, in createShiftOr() 1657 void createShiftOr(int64_t Value, unsigned RegNo, SMLoc IDLoc, in createShiftOr() 1665 bool MipsAsmParser::expandJalWithRegs(MCInst &Inst, SMLoc IDLoc, in expandJalWithRegs() 1707 bool MipsAsmParser::expandLoadImm(MCInst &Inst, SMLoc IDLoc, in expandLoadImm() 1803 MipsAsmParser::expandLoadAddressReg(MCInst &Inst, SMLoc IDLoc, in expandLoadAddressReg() 1852 MipsAsmParser::expandLoadAddressImm(MCInst &Inst, SMLoc IDLoc, in expandLoadAddressImm() 1892 MipsAsmParser::expandLoadAddressSym(MCInst &Inst, SMLoc IDLoc, in expandLoadAddressSym() 1957 MCInst &Inst, SMLoc IDLoc, SmallVectorImpl<MCInst> &Instructions) { in expandUncondBranchMMPseudo() [all …]
|
/external/llvm/lib/Target/X86/AsmParser/ |
D | X86AsmParser.cpp | 2465 bool X86AsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, in MatchAndEmitInstruction() 2476 void X86AsmParser::MatchFPUWaitAlias(SMLoc IDLoc, X86Operand &Op, in MatchFPUWaitAlias() 2502 bool X86AsmParser::ErrorMissingFeature(SMLoc IDLoc, uint64_t ErrorInfo, in ErrorMissingFeature() 2518 bool X86AsmParser::MatchAndEmitATTInstruction(SMLoc IDLoc, unsigned &Opcode, in MatchAndEmitATTInstruction() 2693 bool X86AsmParser::MatchAndEmitIntelInstruction(SMLoc IDLoc, unsigned &Opcode, in MatchAndEmitIntelInstruction()
|
/external/llvm/lib/Target/Sparc/AsmParser/ |
D | SparcAsmParser.cpp | 386 bool SparcAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, in MatchAndEmitInstruction()
|
/external/llvm/lib/Target/SystemZ/AsmParser/ |
D | SystemZAsmParser.cpp | 713 bool SystemZAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, in MatchAndEmitInstruction()
|
/external/llvm/lib/Target/R600/AsmParser/ |
D | AMDGPUAsmParser.cpp | 505 bool AMDGPUAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, in MatchAndEmitInstruction()
|
/external/llvm/lib/Target/PowerPC/AsmParser/ |
D | PPCAsmParser.cpp | 1129 bool PPCAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, in MatchAndEmitInstruction()
|
/external/llvm/lib/Target/AArch64/AsmParser/ |
D | AArch64AsmParser.cpp | 3606 bool AArch64AsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, in MatchAndEmitInstruction()
|
/external/llvm/lib/Target/ARM/AsmParser/ |
D | ARMAsmParser.cpp | 8577 bool ARMAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, in MatchAndEmitInstruction()
|