Searched refs:EmptyRange (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/ |
| H A D | X86AsmParser.cpp | 4124 SMRange EmptyRange = None; in MatchAndEmitATTInstruction() local 4189 EmptyRange, MatchingInlineAsm); in MatchAndEmitATTInstruction() 4313 Error(IDLoc, OS.str(), EmptyRange, MatchingInlineAsm); in MatchAndEmitATTInstruction() 4327 return Error(IDLoc, "unsupported instruction", EmptyRange, in MatchAndEmitATTInstruction() 4345 return Error(IDLoc, "invalid operand for instruction", EmptyRange, in MatchAndEmitATTInstruction() 4352 return Error(IDLoc, "unsupported instruction", EmptyRange, in MatchAndEmitATTInstruction() 4375 EmptyRange, MatchingInlineAsm); in MatchAndEmitATTInstruction() 4387 SMRange EmptyRange = None; in MatchAndEmitIntelInstruction() local 4565 return Error(IDLoc, "unsupported instruction", EmptyRange, in MatchAndEmitIntelInstruction() 4592 EmptyRange, MatchingInlineAsm); in MatchAndEmitIntelInstruction() [all …]
|