Searched defs:MatchingInlineAsm (Results 1 - 8 of 8) 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, uint64_t &ErrorInfo, bool MatchingInlineAsm) argument
/external/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp260 bool MatchingInlineAsm) override;
1132 bool MatchingInlineAsm) {
1135 switch (MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm)) {
1129 MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, OperandVector &Operands, MCStreamer &Out, uint64_t &ErrorInfo, bool MatchingInlineAsm) argument
/external/llvm/lib/Target/R600/AsmParser/
H A DAMDGPUAsmParser.cpp332 bool MatchingInlineAsm) override;
509 bool MatchingInlineAsm) {
512 switch (MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm)) {
505 MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, OperandVector &Operands, MCStreamer &Out, uint64_t &ErrorInfo, bool MatchingInlineAsm) argument
/external/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp381 bool MatchingInlineAsm) override;
717 bool MatchingInlineAsm) {
722 MatchingInlineAsm);
713 MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, OperandVector &Operands, MCStreamer &Out, uint64_t &ErrorInfo, bool MatchingInlineAsm) argument
/external/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp637 bool MatchingInlineAsm = false) {
639 if (MatchingInlineAsm) return true;
645 bool MatchingInlineAsm = false) {
648 return Error(L, Msg, Ranges, MatchingInlineAsm);
699 bool MatchingInlineAsm) override;
702 MCStreamer &Out, bool MatchingInlineAsm);
705 bool MatchingInlineAsm);
710 bool MatchingInlineAsm);
715 bool MatchingInlineAsm);
2468 bool MatchingInlineAsm) {
2465 MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, OperandVector &Operands, MCStreamer &Out, uint64_t &ErrorInfo, bool MatchingInlineAsm) argument
2476 MatchFPUWaitAlias(SMLoc IDLoc, X86Operand &Op, OperandVector &Operands, MCStreamer &Out, bool MatchingInlineAsm) argument
2502 ErrorMissingFeature(SMLoc IDLoc, uint64_t ErrorInfo, bool MatchingInlineAsm) argument
2518 MatchAndEmitATTInstruction(SMLoc IDLoc, unsigned &Opcode, OperandVector &Operands, MCStreamer &Out, uint64_t &ErrorInfo, bool MatchingInlineAsm) argument
2693 MatchAndEmitIntelInstruction(SMLoc IDLoc, unsigned &Opcode, OperandVector &Operands, MCStreamer &Out, uint64_t &ErrorInfo, bool MatchingInlineAsm) argument
[all...]
/external/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp88 bool MatchingInlineAsm) override;
3610 bool MatchingInlineAsm) {
3832 MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm, 1);
3838 MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm, 0);
3606 MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, OperandVector &Operands, MCStreamer &Out, uint64_t &ErrorInfo, bool MatchingInlineAsm) argument
/external/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp126 bool MatchingInlineAsm) override;
2166 bool MatchingInlineAsm) {
2171 MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm);
2162 MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, OperandVector &Operands, MCStreamer &Out, uint64_t &ErrorInfo, bool MatchingInlineAsm) argument
/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp378 bool MatchingInlineAsm) override;
8580 bool MatchingInlineAsm) {
8585 MatchingInlineAsm);
8577 MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, OperandVector &Operands, MCStreamer &Out, uint64_t &ErrorInfo, bool MatchingInlineAsm) argument

Completed in 187 milliseconds