| /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-10.0/llvm/lib/Target/Mips/MCTargetDesc/ | 
| D | MipsTargetStreamer.cpp | 131     int Offset, function_ref<unsigned()> GetATReg, SMLoc IDLoc,  in emitDirectiveCpRestore()166 void MipsTargetStreamer::emitR(unsigned Opcode, unsigned Reg0, SMLoc IDLoc,  in emitR()
 176                                 SMLoc IDLoc, const MCSubtargetInfo *STI) {  in emitRX()
 186                                 SMLoc IDLoc, const MCSubtargetInfo *STI) {  in emitRI()
 191                                 SMLoc IDLoc, const MCSubtargetInfo *STI) {  in emitRR()
 196                                 SMLoc IDLoc, const MCSubtargetInfo *STI) {  in emitII()
 206                                  MCOperand Op2, SMLoc IDLoc,  in emitRRX()
 218                                  unsigned Reg2, SMLoc IDLoc,  in emitRRR()
 224                                   unsigned Reg2, MCOperand Op3, SMLoc IDLoc,  in emitRRRX()
 237                                  int16_t Imm, SMLoc IDLoc,  in emitRRI()
 [all …]
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/ | 
| D | MipsAsmParser.cpp | 1856 bool MipsAsmParser::processInstruction(MCInst &Inst, SMLoc IDLoc,  in processInstruction()2357 MipsAsmParser::tryExpandInstruction(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out,  in tryExpandInstruction()
 2607 bool MipsAsmParser::expandJalWithRegs(MCInst &Inst, SMLoc IDLoc,  in expandJalWithRegs()
 2672                                   bool IsAddress, SMLoc IDLoc, MCStreamer &Out,  in loadImmediate()
 2834 bool MipsAsmParser::expandLoadImm(MCInst &Inst, bool Is32BitImm, SMLoc IDLoc,  in expandLoadImm()
 2850                                       bool Is32BitAddress, SMLoc IDLoc,  in expandLoadAddress()
 2881                                             bool Is32BitSym, SMLoc IDLoc,  in loadAndAddSymbolAddress()
 3256 bool MipsAsmParser::emitPartialAddress(MipsTargetStreamer &TOut, SMLoc IDLoc,  in emitPartialAddress()
 3330 bool MipsAsmParser::expandLoadSingleImmToGPR(MCInst &Inst, SMLoc IDLoc,  in expandLoadSingleImmToGPR()
 3346 bool MipsAsmParser::expandLoadSingleImmToFPR(MCInst &Inst, SMLoc IDLoc,  in expandLoadSingleImmToFPR()
 [all …]
 
 | 
| /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()  local2288     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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/AsmParser/ | 
| D | RISCVAsmParser.cpp | 808 bool RISCVAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,  in MatchAndEmitInstruction()1666                                        unsigned SecondOpcode, SMLoc IDLoc,  in emitAuipcInstPair()
 1691 void RISCVAsmParser::emitLoadLocalAddress(MCInst &Inst, SMLoc IDLoc,  in emitLoadLocalAddress()
 1705 void RISCVAsmParser::emitLoadAddress(MCInst &Inst, SMLoc IDLoc,  in emitLoadAddress()
 1731 void RISCVAsmParser::emitLoadTLSIEAddress(MCInst &Inst, SMLoc IDLoc,  in emitLoadTLSIEAddress()
 1746 void RISCVAsmParser::emitLoadTLSGDAddress(MCInst &Inst, SMLoc IDLoc,  in emitLoadTLSGDAddress()
 1761                                          SMLoc IDLoc, MCStreamer &Out,  in emitLoadStoreSymbol()
 1792 bool RISCVAsmParser::processInstruction(MCInst &Inst, SMLoc IDLoc,  in processInstruction()
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ | 
| D | DarwinAsmParser.cpp | 586                                                SMLoc IDLoc) {  in parseDirectiveDumpOrLoad()763 bool DarwinAsmParser::parseDirectiveSecureLogUnique(StringRef, SMLoc IDLoc) {  in parseDirectiveSecureLogUnique()
 803 bool DarwinAsmParser::parseDirectiveSecureLogReset(StringRef, SMLoc IDLoc) {  in parseDirectiveSecureLogReset()
 830   SMLoc IDLoc = getLexer().getLoc();  in parseDirectiveTBSS()  local
 915   SMLoc IDLoc = getLexer().getLoc();  in parseDirectiveZerofill()  local
 
 | 
| D | AsmParser.cpp | 1699   SMLoc IDLoc = ID.getLoc();  in parseStatement()  local2656     SMLoc IDLoc = Lexer.getLoc();  in parseMacroArguments()  local
 4876   SMLoc IDLoc = getLexer().getLoc();  in parseDirectiveComm()  local
 5678 bool AsmParser::parseDirectiveMSEmit(SMLoc IDLoc, ParseStatementInfo &Info,  in parseDirectiveMSEmit()
 5695 bool AsmParser::parseDirectiveMSAlign(SMLoc IDLoc, ParseStatementInfo &Info) {  in parseDirectiveMSAlign()
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/AsmParser/ | 
| D | HexagonAsmParser.cpp | 464 bool HexagonAsmParser::finishBundle(SMLoc IDLoc, MCStreamer &Out) {  in finishBundle()508     auto IDLoc = Parser.getTok().getLoc();  in matchBundleOptions()  local
 548 bool HexagonAsmParser::matchOneInstruction(MCInst &MCI, SMLoc IDLoc,  in matchOneInstruction()
 606 bool HexagonAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,  in MatchAndEmitInstruction()
 1270 bool HexagonAsmParser::OutOfRange(SMLoc IDLoc, long long Val, long long Max) {  in OutOfRange()
 1283                                          SMLoc IDLoc) {  in processInstruction()
 
 | 
| /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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/ | 
| D | X86AsmParser.cpp | 3104 bool X86AsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,  in MatchAndEmitInstruction()3115 void X86AsmParser::MatchFPUWaitAlias(SMLoc IDLoc, X86Operand &Op,  in MatchFPUWaitAlias()
 3141 bool X86AsmParser::ErrorMissingFeature(SMLoc IDLoc,  in ErrorMissingFeature()
 3199 bool X86AsmParser::MatchAndEmitATTInstruction(SMLoc IDLoc, unsigned &Opcode,  in MatchAndEmitATTInstruction()
 3405 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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/AsmParser/ | 
| D | SparcAsmParser.cpp | 506 bool SparcAsmParser::expandSET(MCInst &Inst, SMLoc IDLoc,  in expandSET()580 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-10.0/llvm/lib/Target/BPF/AsmParser/ | 
| D | BPFAsmParser.cpp | 283 bool BPFAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,  in MatchAndEmitInstruction()
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/AsmParser/ | 
| D | WebAssemblyAsmParser.cpp | 819   bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned & /*Opcode*/,  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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/AsmParser/ | 
| D | PPCAsmParser.cpp | 1134 bool PPCAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,  in MatchAndEmitInstruction()
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/AsmParser/ | 
| D | SystemZAsmParser.cpp | 1241 bool SystemZAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,  in MatchAndEmitInstruction()
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/ | 
| D | AArch64AsmParser.cpp | 3894 bool AArch64AsmParser::validateInstruction(MCInst &Inst, SMLoc &IDLoc,  in validateInstruction()4495 bool AArch64AsmParser::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-10.0/llvm/lib/Target/AMDGPU/AsmParser/ | 
| D | AMDGPUAsmParser.cpp | 3441                                           const SMLoc &IDLoc,  in validateInstruction()3523 bool AMDGPUAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,  in MatchAndEmitInstruction()
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/ | 
| D | ARMAsmParser.cpp | 10460 bool ARMAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,  in MatchAndEmitInstruction()11592                                SMLoc IDLoc, OperandVector &Operands) {  in FilterNearMisses()
 11745                                     SMLoc IDLoc, OperandVector &Operands) {  in ReportNearMisses()
 
 |