Searched refs:MatchOperand_NoMatch (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/AsmParser/
H A DBPFAsmParser.cpp352 return MatchOperand_NoMatch;
359 return MatchOperand_NoMatch;
402 return MatchOperand_NoMatch;
411 return MatchOperand_NoMatch;
417 return MatchOperand_NoMatch;
428 return MatchOperand_NoMatch;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp1048 return MatchOperand_NoMatch;
1057 return MatchOperand_NoMatch;
1082 return MatchOperand_NoMatch;
1140 return MatchOperand_NoMatch;
1150 return MatchOperand_NoMatch;
1217 return MatchOperand_NoMatch;
1236 return MatchOperand_NoMatch;
1269 return MatchOperand_NoMatch;
1273 return MatchOperand_NoMatch;
1302 return MatchOperand_NoMatch;
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp2408 return MatchOperand_NoMatch;
2414 return MatchOperand_NoMatch;
2427 if (res != MatchOperand_NoMatch) {
2430 return MatchOperand_NoMatch;
2647 return MatchOperand_NoMatch;
4549 case MatchOperand_NoMatch:
4570 return MatchOperand_NoMatch;
4601 return MatchOperand_NoMatch;
4663 return MatchOperand_NoMatch;
4668 return MatchOperand_NoMatch;
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp2301 return MatchOperand_NoMatch;
2306 return MatchOperand_NoMatch;
2520 return MatchOperand_NoMatch;
2563 return MatchOperand_NoMatch;
2617 return MatchOperand_NoMatch;
2761 return MatchOperand_NoMatch;
3047 return MatchOperand_NoMatch;
3109 return MatchOperand_NoMatch;
3126 return MatchOperand_NoMatch;
3139 return MatchOperand_NoMatch;
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp724 return MatchOperand_NoMatch;
728 default: return MatchOperand_NoMatch;
746 return MatchOperand_NoMatch;
821 return MatchOperand_NoMatch;
826 return MatchOperand_NoMatch;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h124 MatchOperand_NoMatch, // operand did not match enumerator in enum:llvm::OperandMatchResultTy
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp4152 return MatchOperand_NoMatch;
4155 return MatchOperand_NoMatch;
4172 return MatchOperand_NoMatch;
4176 return MatchOperand_NoMatch;
4178 return MatchOperand_NoMatch;
4194 return MatchOperand_NoMatch;
4198 return MatchOperand_NoMatch;
4214 return MatchOperand_NoMatch;
4506 return MatchOperand_NoMatch;
4557 return MatchOperand_NoMatch;
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp6169 if (parseAnyRegister(Operands) != MatchOperand_NoMatch)
6244 OperandMatchResultTy Res = MatchOperand_NoMatch;
6474 return MatchOperand_NoMatch;
6503 return MatchOperand_NoMatch;
6528 return MatchOperand_NoMatch;
6549 if (ResTy != MatchOperand_NoMatch)
6575 : MatchOperand_NoMatch;
6581 return MatchOperand_NoMatch;
7429 if (ResTy == MatchOperand_NoMatch || ResTy == MatchOperand_ParseFail) {
7458 if (ResTy == MatchOperand_NoMatch || ResT
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp761 return MatchOperand_NoMatch;
1305 return MatchOperand_NoMatch;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/AsmParser/
H A DLanaiAsmParser.cpp897 return MatchOperand_NoMatch;

Completed in 295 milliseconds