Searched defs:MatchingInlineAsm (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp52 bool MatchingInlineAsm) override;
390 bool MatchingInlineAsm) {
394 MatchingInlineAsm);
386 MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, OperandVector &Operands, MCStreamer &Out, unsigned &ErrorInfo, bool MatchingInlineAsm) argument
/external/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp251 bool MatchingInlineAsm) override;
925 bool MatchingInlineAsm) {
928 switch (MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm)) {
922 MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, OperandVector &Operands, MCStreamer &Out, unsigned &ErrorInfo, bool MatchingInlineAsm) argument
/external/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp349 bool MatchingInlineAsm) override;
681 bool MatchingInlineAsm) {
686 MatchingInlineAsm);
677 MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, OperandVector &Operands, MCStreamer &Out, unsigned &ErrorInfo, bool MatchingInlineAsm) argument
/external/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp639 bool MatchingInlineAsm = false) {
640 if (MatchingInlineAsm) return true;
646 bool MatchingInlineAsm = false) {
648 return Error(L, Msg, Ranges, MatchingInlineAsm);
697 bool MatchingInlineAsm) override;
2290 bool MatchingInlineAsm) {
2307 if (!MatchingInlineAsm)
2329 ErrorInfo, MatchingInlineAsm,
2336 if (!MatchingInlineAsm)
2341 if (!MatchingInlineAsm)
2287 MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, OperandVector &Operands, MCStreamer &Out, unsigned &ErrorInfo, bool MatchingInlineAsm) argument
[all...]
/external/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp88 bool MatchingInlineAsm) override;
3580 bool MatchingInlineAsm) {
3802 MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm, 1);
3808 MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm, 0);
3576 MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, OperandVector &Operands, MCStreamer &Out, unsigned &ErrorInfo, bool MatchingInlineAsm) argument
/external/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp80 bool MatchingInlineAsm) override;
1385 bool MatchingInlineAsm) {
1390 MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm);
1381 MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, OperandVector &Operands, MCStreamer &Out, unsigned &ErrorInfo, bool MatchingInlineAsm) argument
/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp363 bool MatchingInlineAsm) override;
8035 bool MatchingInlineAsm) {
8040 MatchingInlineAsm);
8032 MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, OperandVector &Operands, MCStreamer &Out, unsigned &ErrorInfo, bool MatchingInlineAsm) argument

Completed in 6158 milliseconds