Home
last modified time | relevance | path

Searched refs:IDLoc (Results 1 – 25 of 57) sorted by relevance

123

/external/llvm-project/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp175 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 …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp175 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
220 MacroExpanderResultTy tryExpandInstruction(MCInst &Inst, SMLoc IDLoc,
224 bool expandJalWithRegs(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out,
228 bool Is32BitImm, bool IsAddress, SMLoc IDLoc,
232 unsigned SrcReg, bool Is32BitSym, SMLoc IDLoc,
235 bool emitPartialAddress(MipsTargetStreamer &TOut, SMLoc IDLoc, MCSymbol *Sym);
237 bool expandLoadImm(MCInst &Inst, bool Is32BitImm, SMLoc IDLoc,
240 bool expandLoadSingleImmToGPR(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out,
242 bool expandLoadSingleImmToFPR(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out,
244 bool expandLoadDoubleImmToGPR(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out,
[all …]
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp134 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/
DMipsTargetStreamer.h88 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/MCTargetDesc/
DMipsTargetStreamer.cpp101 int Offset, function_ref<unsigned()> GetATReg, SMLoc IDLoc, in emitDirectiveCpRestore() argument
129 void MipsTargetStreamer::emitR(unsigned Opcode, unsigned Reg0, SMLoc IDLoc, in emitR() argument
134 TmpInst.setLoc(IDLoc); in emitR()
139 SMLoc IDLoc, const MCSubtargetInfo *STI) { in emitRX() argument
144 TmpInst.setLoc(IDLoc); in emitRX()
149 SMLoc IDLoc, const MCSubtargetInfo *STI) { in emitRI() argument
150 emitRX(Opcode, Reg0, MCOperand::createImm(Imm), IDLoc, STI); in emitRI()
154 SMLoc IDLoc, const MCSubtargetInfo *STI) { in emitRR() argument
155 emitRX(Opcode, Reg0, MCOperand::createReg(Reg1), IDLoc, STI); in emitRR()
159 SMLoc IDLoc, const MCSubtargetInfo *STI) { in emitII() argument
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsTargetStreamer.h97 SMLoc IDLoc, const MCSubtargetInfo *STI);
119 void emitR(unsigned Opcode, unsigned Reg0, SMLoc IDLoc,
121 void emitII(unsigned Opcode, int16_t Imm1, int16_t Imm2, SMLoc IDLoc,
123 void emitRX(unsigned Opcode, unsigned Reg0, MCOperand Op1, SMLoc IDLoc,
125 void emitRI(unsigned Opcode, unsigned Reg0, int32_t Imm, SMLoc IDLoc,
127 void emitRR(unsigned Opcode, unsigned Reg0, unsigned Reg1, SMLoc IDLoc,
130 SMLoc IDLoc, const MCSubtargetInfo *STI);
132 SMLoc IDLoc, const MCSubtargetInfo *STI);
134 MCOperand Op3, SMLoc IDLoc, const MCSubtargetInfo *STI);
136 SMLoc IDLoc, const MCSubtargetInfo *STI);
[all …]
/external/llvm-project/llvm/lib/Target/Mips/
DMipsTargetStreamer.h98 SMLoc IDLoc, const MCSubtargetInfo *STI);
120 void emitR(unsigned Opcode, unsigned Reg0, SMLoc IDLoc,
122 void emitII(unsigned Opcode, int16_t Imm1, int16_t Imm2, SMLoc IDLoc,
124 void emitRX(unsigned Opcode, unsigned Reg0, MCOperand Op1, SMLoc IDLoc,
126 void emitRI(unsigned Opcode, unsigned Reg0, int32_t Imm, SMLoc IDLoc,
128 void emitRR(unsigned Opcode, unsigned Reg0, unsigned Reg1, SMLoc IDLoc,
131 SMLoc IDLoc, const MCSubtargetInfo *STI);
133 SMLoc IDLoc, const MCSubtargetInfo *STI);
135 MCOperand Op3, SMLoc IDLoc, const MCSubtargetInfo *STI);
137 SMLoc IDLoc, const MCSubtargetInfo *STI);
[all …]
/external/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
DMipsTargetStreamer.cpp134 int Offset, function_ref<unsigned()> GetATReg, SMLoc IDLoc, in emitDirectiveCpRestore() argument
169 void MipsTargetStreamer::emitR(unsigned Opcode, unsigned Reg0, SMLoc IDLoc, in emitR() argument
174 TmpInst.setLoc(IDLoc); in emitR()
179 SMLoc IDLoc, const MCSubtargetInfo *STI) { in emitRX() argument
184 TmpInst.setLoc(IDLoc); in emitRX()
189 SMLoc IDLoc, const MCSubtargetInfo *STI) { in emitRI() argument
190 emitRX(Opcode, Reg0, MCOperand::createImm(Imm), IDLoc, STI); in emitRI()
194 SMLoc IDLoc, const MCSubtargetInfo *STI) { in emitRR() argument
195 emitRX(Opcode, Reg0, MCOperand::createReg(Reg1), IDLoc, STI); in emitRR()
199 SMLoc IDLoc, const MCSubtargetInfo *STI) { in emitII() argument
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsTargetStreamer.cpp131 int Offset, function_ref<unsigned()> GetATReg, SMLoc IDLoc, in emitDirectiveCpRestore() argument
166 void MipsTargetStreamer::emitR(unsigned Opcode, unsigned Reg0, SMLoc IDLoc, in emitR() argument
171 TmpInst.setLoc(IDLoc); in emitR()
176 SMLoc IDLoc, const MCSubtargetInfo *STI) { in emitRX() argument
181 TmpInst.setLoc(IDLoc); in emitRX()
186 SMLoc IDLoc, const MCSubtargetInfo *STI) { in emitRI() argument
187 emitRX(Opcode, Reg0, MCOperand::createImm(Imm), IDLoc, STI); in emitRI()
191 SMLoc IDLoc, const MCSubtargetInfo *STI) { in emitRR() argument
192 emitRX(Opcode, Reg0, MCOperand::createReg(Reg1), IDLoc, STI); in emitRR()
196 SMLoc IDLoc, const MCSubtargetInfo *STI) { in emitII() argument
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/AsmParser/
DRISCVAsmParser.cpp71 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
95 unsigned SecondOpcode, SMLoc IDLoc, MCStreamer &Out);
98 void emitLoadLocalAddress(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out);
101 void emitLoadAddress(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out);
105 void emitLoadTLSIEAddress(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out);
109 void emitLoadTLSGDAddress(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out);
112 void emitLoadStoreSymbol(MCInst &Inst, unsigned Opcode, SMLoc IDLoc,
125 bool processInstruction(MCInst &Inst, SMLoc IDLoc, OperandVector &Operands,
808 bool RISCVAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, in MatchAndEmitInstruction() argument
823 return processInstruction(Inst, IDLoc, Operands, Out); in MatchAndEmitInstruction()
[all …]
/external/llvm-project/llvm/lib/Target/RISCV/AsmParser/
DRISCVAsmParser.cpp81 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,
140 bool processInstruction(MCInst &Inst, SMLoc IDLoc, OperandVector &Operands,
1004 bool RISCVAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, in MatchAndEmitInstruction() argument
1021 return processInstruction(Inst, IDLoc, Operands, Out); in MatchAndEmitInstruction()
[all …]
/external/llvm/lib/Target/Hexagon/AsmParser/
DHexagonAsmParser.cpp106 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) { in finishBundle() argument
640 Error(IDLoc, in finishBundle()
645 Error(IDLoc, "register `" + R + in finishBundle()
650 Error(IDLoc, "register `" + R + "' modified more than once"); in finishBundle()
653 Error(IDLoc, "cannot write to read-only register `" + R + "'"); in finishBundle()
[all …]
/external/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp506 SMLoc IDLoc) { in parseDirectiveDumpOrLoad() argument
521 return Warning(IDLoc, "ignoring directive .dump for now"); in parseDirectiveDumpOrLoad()
523 return Warning(IDLoc, "ignoring directive .load for now"); in parseDirectiveDumpOrLoad()
685 bool DarwinAsmParser::parseDirectiveSecureLogUnique(StringRef, SMLoc IDLoc) { in parseDirectiveSecureLogUnique() argument
691 return Error(IDLoc, ".secure_log_unique specified multiple times"); in parseDirectiveSecureLogUnique()
696 return Error(IDLoc, ".secure_log_unique used but AS_SECURE_LOG_FILE " in parseDirectiveSecureLogUnique()
706 return Error(IDLoc, Twine("can't open secure log file: ") + in parseDirectiveSecureLogUnique()
713 unsigned CurBuf = getSourceManager().FindBufferContainingLoc(IDLoc); in parseDirectiveSecureLogUnique()
715 << ":" << getSourceManager().FindLineNumber(IDLoc, CurBuf) << ":" in parseDirectiveSecureLogUnique()
725 bool DarwinAsmParser::parseDirectiveSecureLogReset(StringRef, SMLoc IDLoc) { in parseDirectiveSecureLogReset() argument
[all …]
DAsmParser.cpp1420 SMLoc IDLoc = ID.getLoc(); in parseStatement() local
1424 return parseCppHashLineFilenameComment(IDLoc); in parseStatement()
1477 return parseDirectiveIf(IDLoc, DirKind); in parseStatement()
1479 return parseDirectiveIfb(IDLoc, true); in parseStatement()
1481 return parseDirectiveIfb(IDLoc, false); in parseStatement()
1483 return parseDirectiveIfc(IDLoc, true); in parseStatement()
1485 return parseDirectiveIfeqs(IDLoc, true); in parseStatement()
1487 return parseDirectiveIfc(IDLoc, false); in parseStatement()
1489 return parseDirectiveIfeqs(IDLoc, false); in parseStatement()
1491 return parseDirectiveIfdef(IDLoc, true); in parseStatement()
[all …]
/external/llvm-project/llvm/lib/MC/MCParser/
DMasmParser.cpp1987 SMLoc IDLoc = ID.getLoc(); in parseStatement() local
1991 return parseCppHashLineFilenameComment(IDLoc); in parseStatement()
1998 return Error(IDLoc, "unexpected token at start of statement"); in parseStatement()
2007 return Error(IDLoc, "unexpected token at start of statement"); in parseStatement()
2034 return Error(IDLoc, "unexpected token at start of statement"); in parseStatement()
2043 return Error(IDLoc, "unexpected token at start of statement"); in parseStatement()
2061 return parseDirectiveIf(IDLoc, DirKind); in parseStatement()
2063 return parseDirectiveIfb(IDLoc, true); in parseStatement()
2065 return parseDirectiveIfb(IDLoc, false); in parseStatement()
2067 return parseDirectiveIfdef(IDLoc, true); in parseStatement()
[all …]
DAsmParser.cpp1710 SMLoc IDLoc = ID.getLoc(); in parseStatement() local
1715 return parseCppHashLineFilenameComment(IDLoc, in parseStatement()
1724 return Error(IDLoc, "unexpected token at start of statement"); in parseStatement()
1733 return Error(IDLoc, "unexpected token at start of statement"); in parseStatement()
1758 return Error(IDLoc, "unexpected token at start of statement"); in parseStatement()
1782 return parseDirectiveIf(IDLoc, DirKind); in parseStatement()
1784 return parseDirectiveIfb(IDLoc, true); in parseStatement()
1786 return parseDirectiveIfb(IDLoc, false); in parseStatement()
1788 return parseDirectiveIfc(IDLoc, true); in parseStatement()
1790 return parseDirectiveIfeqs(IDLoc, true); in parseStatement()
[all …]
DDarwinAsmParser.cpp586 SMLoc IDLoc) { in parseDirectiveDumpOrLoad() argument
601 return Warning(IDLoc, "ignoring directive .dump for now"); in parseDirectiveDumpOrLoad()
603 return Warning(IDLoc, "ignoring directive .load for now"); in parseDirectiveDumpOrLoad()
763 bool DarwinAsmParser::parseDirectiveSecureLogUnique(StringRef, SMLoc IDLoc) { in parseDirectiveSecureLogUnique() argument
769 return Error(IDLoc, ".secure_log_unique specified multiple times"); in parseDirectiveSecureLogUnique()
774 return Error(IDLoc, ".secure_log_unique used but AS_SECURE_LOG_FILE " in parseDirectiveSecureLogUnique()
784 return Error(IDLoc, Twine("can't open secure log file: ") + in parseDirectiveSecureLogUnique()
791 unsigned CurBuf = getSourceManager().FindBufferContainingLoc(IDLoc); in parseDirectiveSecureLogUnique()
793 << ":" << getSourceManager().FindLineNumber(IDLoc, CurBuf) << ":" in parseDirectiveSecureLogUnique()
803 bool DarwinAsmParser::parseDirectiveSecureLogReset(StringRef, SMLoc IDLoc) { in parseDirectiveSecureLogReset() argument
[all …]
/external/llvm-project/llvm/lib/Target/BPF/AsmParser/
DBPFAsmParser.cpp36 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
285 bool BPFAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, in MatchAndEmitInstruction() argument
293 return Error(IDLoc, "additional inst constraint not met"); in MatchAndEmitInstruction()
299 Inst.setLoc(IDLoc); in MatchAndEmitInstruction()
303 return Error(IDLoc, "instruction use requires an option to be enabled"); in MatchAndEmitInstruction()
305 return Error(IDLoc, "unrecognized instruction mnemonic"); in MatchAndEmitInstruction()
307 ErrorLoc = IDLoc; in MatchAndEmitInstruction()
316 ErrorLoc = IDLoc; in MatchAndEmitInstruction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/AsmParser/
DBPFAsmParser.cpp36 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
283 bool BPFAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, in MatchAndEmitInstruction() argument
291 return Error(IDLoc, "additional inst constraint not met"); in MatchAndEmitInstruction()
297 Inst.setLoc(IDLoc); in MatchAndEmitInstruction()
301 return Error(IDLoc, "instruction use requires an option to be enabled"); in MatchAndEmitInstruction()
303 return Error(IDLoc, "unrecognized instruction mnemonic"); in MatchAndEmitInstruction()
305 ErrorLoc = IDLoc; in MatchAndEmitInstruction()
314 ErrorLoc = IDLoc; in MatchAndEmitInstruction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/AsmParser/
DHexagonAsmParser.cpp125 bool finishBundle(SMLoc IDLoc, MCStreamer &Out);
127 bool matchOneInstruction(MCInst &MCB, SMLoc IDLoc,
131 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
138 bool OutOfRange(SMLoc IDLoc, long long Val, long long Max);
140 SMLoc IDLoc);
464 bool HexagonAsmParser::finishBundle(SMLoc IDLoc, MCStreamer &Out) { in finishBundle() argument
469 MCB.setLoc(IDLoc); in finishBundle()
490 Error(IDLoc, "invalid instruction packet: out of slots"); in finishBundle()
508 auto IDLoc = Parser.getTok().getLoc(); in matchBundleOptions() local
520 return getParser().Error(IDLoc, MemNoShuffMsg); in matchBundleOptions()
[all …]
/external/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
DHexagonAsmParser.cpp127 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) { in finishBundle() argument
473 MCB.setLoc(IDLoc); in finishBundle()
512 auto IDLoc = Parser.getTok().getLoc(); in matchBundleOptions() local
524 return getParser().Error(IDLoc, MemNoShuffMsg); in matchBundleOptions()
528 return getParser().Error(IDLoc, llvm::Twine("'") + Option + in matchBundleOptions()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DAsmParser.cpp1699 SMLoc IDLoc = ID.getLoc(); in parseStatement() local
1703 return parseCppHashLineFilenameComment(IDLoc); in parseStatement()
1710 return Error(IDLoc, "unexpected token at start of statement"); in parseStatement()
1719 return Error(IDLoc, "unexpected token at start of statement"); in parseStatement()
1744 return Error(IDLoc, "unexpected token at start of statement"); in parseStatement()
1768 return parseDirectiveIf(IDLoc, DirKind); in parseStatement()
1770 return parseDirectiveIfb(IDLoc, true); in parseStatement()
1772 return parseDirectiveIfb(IDLoc, false); in parseStatement()
1774 return parseDirectiveIfc(IDLoc, true); in parseStatement()
1776 return parseDirectiveIfeqs(IDLoc, true); in parseStatement()
[all …]
DDarwinAsmParser.cpp586 SMLoc IDLoc) { in parseDirectiveDumpOrLoad() argument
601 return Warning(IDLoc, "ignoring directive .dump for now"); in parseDirectiveDumpOrLoad()
603 return Warning(IDLoc, "ignoring directive .load for now"); in parseDirectiveDumpOrLoad()
763 bool DarwinAsmParser::parseDirectiveSecureLogUnique(StringRef, SMLoc IDLoc) { in parseDirectiveSecureLogUnique() argument
769 return Error(IDLoc, ".secure_log_unique specified multiple times"); in parseDirectiveSecureLogUnique()
774 return Error(IDLoc, ".secure_log_unique used but AS_SECURE_LOG_FILE " in parseDirectiveSecureLogUnique()
784 return Error(IDLoc, Twine("can't open secure log file: ") + in parseDirectiveSecureLogUnique()
791 unsigned CurBuf = getSourceManager().FindBufferContainingLoc(IDLoc); in parseDirectiveSecureLogUnique()
793 << ":" << getSourceManager().FindLineNumber(IDLoc, CurBuf) << ":" in parseDirectiveSecureLogUnique()
803 bool DarwinAsmParser::parseDirectiveSecureLogReset(StringRef, SMLoc IDLoc) { in parseDirectiveSecureLogReset() argument
[all …]
/external/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp731 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,
2546 bool X86AsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, in MatchAndEmitInstruction() argument
2551 return MatchAndEmitIntelInstruction(IDLoc, Opcode, Operands, Out, ErrorInfo, in MatchAndEmitInstruction()
2553 return MatchAndEmitATTInstruction(IDLoc, Opcode, Operands, Out, ErrorInfo, in MatchAndEmitInstruction()
2557 void X86AsmParser::MatchFPUWaitAlias(SMLoc IDLoc, X86Operand &Op, in MatchFPUWaitAlias() argument
2576 Inst.setLoc(IDLoc); in MatchFPUWaitAlias()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp934 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
939 void MatchFPUWaitAlias(SMLoc IDLoc, X86Operand &Op, OperandVector &Operands,
942 bool ErrorMissingFeature(SMLoc IDLoc, const FeatureBitset &MissingFeatures,
945 bool MatchAndEmitATTInstruction(SMLoc IDLoc, unsigned &Opcode,
950 bool MatchAndEmitIntelInstruction(SMLoc IDLoc, unsigned &Opcode,
3104 bool X86AsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, in MatchAndEmitInstruction() argument
3109 return MatchAndEmitIntelInstruction(IDLoc, Opcode, Operands, Out, ErrorInfo, in MatchAndEmitInstruction()
3111 return MatchAndEmitATTInstruction(IDLoc, Opcode, Operands, Out, ErrorInfo, in MatchAndEmitInstruction()
3115 void X86AsmParser::MatchFPUWaitAlias(SMLoc IDLoc, X86Operand &Op, in MatchFPUWaitAlias() argument
3134 Inst.setLoc(IDLoc); in MatchFPUWaitAlias()
[all …]

123