/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsTargetStreamer.cpp | 101 int Offset, function_ref<unsigned()> GetATReg, SMLoc IDLoc, in emitDirectiveCpRestore() 129 void MipsTargetStreamer::emitR(unsigned Opcode, unsigned Reg0, SMLoc IDLoc, in emitR() 139 SMLoc IDLoc, const MCSubtargetInfo *STI) { in emitRX() 149 SMLoc IDLoc, const MCSubtargetInfo *STI) { in emitRI() 154 SMLoc IDLoc, const MCSubtargetInfo *STI) { in emitRR() 159 SMLoc IDLoc, const MCSubtargetInfo *STI) { in emitII() 169 MCOperand Op2, SMLoc IDLoc, in emitRRX() 181 unsigned Reg2, SMLoc IDLoc, in emitRRR() 187 int16_t Imm, SMLoc IDLoc, in emitRRI() 200 int16_t ShiftAmount, SMLoc IDLoc, in emitDSLL() [all …]
|
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/ |
D | DarwinAsmParser.cpp | 357 SMLoc IDLoc) { in ParseDirectiveDumpOrLoad() 456 bool DarwinAsmParser::ParseDirectiveSecureLogUnique(StringRef, SMLoc IDLoc) { in ParseDirectiveSecureLogUnique() 496 bool DarwinAsmParser::ParseDirectiveSecureLogReset(StringRef, SMLoc IDLoc) { in ParseDirectiveSecureLogReset() 523 SMLoc IDLoc = getLexer().getLoc(); in ParseDirectiveTBSS() local 606 SMLoc IDLoc = getLexer().getLoc(); in ParseDirectiveZerofill() local
|
D | AsmParser.cpp | 951 SMLoc IDLoc = ID.getLoc(); in ParseStatement() local 2066 SMLoc IDLoc = getLexer().getLoc(); in ParseDirectiveComm() local
|
/external/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 1508 bool MipsAsmParser::processInstruction(MCInst &Inst, SMLoc IDLoc, in processInstruction() 1931 MipsAsmParser::tryExpandInstruction(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out, in tryExpandInstruction() 2083 bool MipsAsmParser::expandJalWithRegs(MCInst &Inst, SMLoc IDLoc, in expandJalWithRegs() 2148 bool IsAddress, SMLoc IDLoc, MCStreamer &Out, in loadImmediate() 2311 bool MipsAsmParser::expandLoadImm(MCInst &Inst, bool Is32BitImm, SMLoc IDLoc, in expandLoadImm() 2327 bool Is32BitAddress, SMLoc IDLoc, in expandLoadAddress() 2361 bool Is32BitSym, SMLoc IDLoc, in loadAndAddSymbolAddress() 2540 bool MipsAsmParser::expandUncondBranchMMPseudo(MCInst &Inst, SMLoc IDLoc, in expandUncondBranchMMPseudo() 2585 bool MipsAsmParser::expandBranchImm(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out, in expandBranchImm() 2631 void MipsAsmParser::expandMemInst(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out, in expandMemInst() [all …]
|
/external/llvm/lib/MC/MCParser/ |
D | DarwinAsmParser.cpp | 506 SMLoc IDLoc) { in parseDirectiveDumpOrLoad() 685 bool DarwinAsmParser::parseDirectiveSecureLogUnique(StringRef, SMLoc IDLoc) { in parseDirectiveSecureLogUnique() 725 bool DarwinAsmParser::parseDirectiveSecureLogReset(StringRef, SMLoc IDLoc) { in parseDirectiveSecureLogReset() 752 SMLoc IDLoc = getLexer().getLoc(); in parseDirectiveTBSS() local 835 SMLoc IDLoc = getLexer().getLoc(); in parseDirectiveZerofill() local
|
D | AsmParser.cpp | 1420 SMLoc IDLoc = ID.getLoc(); in parseStatement() local 2288 SMLoc IDLoc = Lexer.getLoc(); in parseMacroArguments() local 4205 SMLoc IDLoc = getLexer().getLoc(); in parseDirectiveComm() local 4999 bool AsmParser::parseDirectiveMSEmit(SMLoc IDLoc, ParseStatementInfo &Info, in parseDirectiveMSEmit() 5016 bool AsmParser::parseDirectiveMSAlign(SMLoc IDLoc, ParseStatementInfo &Info) { in parseDirectiveMSAlign()
|
/external/llvm/lib/Target/X86/AsmParser/ |
D | X86AsmParser.cpp | 2546 bool X86AsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, in MatchAndEmitInstruction() 2557 void X86AsmParser::MatchFPUWaitAlias(SMLoc IDLoc, X86Operand &Op, in MatchFPUWaitAlias() 2583 bool X86AsmParser::ErrorMissingFeature(SMLoc IDLoc, uint64_t ErrorInfo, in ErrorMissingFeature() 2599 bool X86AsmParser::MatchAndEmitATTInstruction(SMLoc IDLoc, unsigned &Opcode, in MatchAndEmitATTInstruction() 2771 bool X86AsmParser::MatchAndEmitIntelInstruction(SMLoc IDLoc, unsigned &Opcode, in MatchAndEmitIntelInstruction()
|
/external/llvm/lib/Target/Sparc/AsmParser/ |
D | SparcAsmParser.cpp | 469 void SparcAsmParser::expandSET(MCInst &Inst, SMLoc IDLoc, in expandSET() 542 bool SparcAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, in MatchAndEmitInstruction()
|
/external/llvm/lib/Target/Hexagon/AsmParser/ |
D | HexagonAsmParser.cpp | 620 bool HexagonAsmParser::finishBundle(SMLoc IDLoc, MCStreamer &Out) { in finishBundle() 771 bool HexagonAsmParser::matchOneInstruction(MCInst &MCI, SMLoc IDLoc, in matchOneInstruction() 819 bool HexagonAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, in MatchAndEmitInstruction() 1513 void HexagonAsmParser::OutOfRange(SMLoc IDLoc, long long Val, long long Max) { in OutOfRange() 1526 SMLoc IDLoc) { in processInstruction()
|
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/AsmParser/ |
D | MBlazeAsmParser.cpp | 318 MatchAndEmitInstruction(SMLoc IDLoc, in MatchAndEmitInstruction()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/AsmParser/ |
D | X86AsmParser.cpp | 943 MatchAndEmitInstruction(SMLoc IDLoc, in MatchAndEmitInstruction()
|
/external/llvm/lib/Target/SystemZ/AsmParser/ |
D | SystemZAsmParser.cpp | 785 bool SystemZAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, in MatchAndEmitInstruction()
|
/external/llvm/lib/Target/PowerPC/AsmParser/ |
D | PPCAsmParser.cpp | 1232 bool PPCAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, in MatchAndEmitInstruction()
|
/external/llvm/lib/Target/AMDGPU/AsmParser/ |
D | AMDGPUAsmParser.cpp | 1145 bool AMDGPUAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, in MatchAndEmitInstruction()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/AsmParser/ |
D | ARMAsmParser.cpp | 4400 MatchAndEmitInstruction(SMLoc IDLoc, in MatchAndEmitInstruction()
|
/external/llvm/lib/Target/AArch64/AsmParser/ |
D | AArch64AsmParser.cpp | 3738 bool AArch64AsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, in MatchAndEmitInstruction()
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 598 LocTy IDLoc = Lex.getLoc(); in ParseMDNodeID() local
|
/external/llvm/lib/Target/ARM/AsmParser/ |
D | ARMAsmParser.cpp | 8808 bool ARMAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, in MatchAndEmitInstruction()
|