Searched refs:EmptyRange (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/AsmParser/ |
D | X86AsmParser.cpp | 2923 SMRange EmptyRange = None; in MatchAndEmitATTInstruction() local 3036 Error(IDLoc, OS.str(), EmptyRange, MatchingInlineAsm); in MatchAndEmitATTInstruction() 3053 return Error(IDLoc, "too few operands for instruction", EmptyRange, in MatchAndEmitATTInstruction() 3064 return Error(IDLoc, "invalid operand for instruction", EmptyRange, in MatchAndEmitATTInstruction() 3081 return Error(IDLoc, "invalid operand for instruction", EmptyRange, in MatchAndEmitATTInstruction() 3087 EmptyRange, MatchingInlineAsm); in MatchAndEmitATTInstruction() 3100 SMRange EmptyRange = None; in MatchAndEmitIntelInstruction() local 3266 return Error(IDLoc, "invalid operand for instruction", EmptyRange, in MatchAndEmitIntelInstruction() 3271 return Error(IDLoc, "unknown instruction mnemonic", EmptyRange, in MatchAndEmitIntelInstruction()
|