Searched refs:ErrorStart (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/AsmParser/ |
| H A D | LoongArchAsmParser.cpp | 1711 SMLoc ErrorStart = Operands[3]->getStartLoc(); in matchAndEmitInstruction() local 1712 return Error(ErrorStart, "msb is less than lsb", in matchAndEmitInstruction() 1713 SMRange(ErrorStart, Operands[4]->getEndLoc())); in matchAndEmitInstruction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/ |
| H A D | MipsAsmParser.cpp | 6116 SMLoc ErrorStart = Operands[3]->getStartLoc(); in matchAndEmitInstruction() local 6118 return Error(ErrorStart, "size plus position are not in the range 0 .. 32", in matchAndEmitInstruction() 6119 SMRange(ErrorStart, ErrorEnd)); in matchAndEmitInstruction() 6122 SMLoc ErrorStart = Operands[3]->getStartLoc(); in matchAndEmitInstruction() local 6124 return Error(ErrorStart, "size plus position are not in the range 1 .. 63", in matchAndEmitInstruction() 6125 SMRange(ErrorStart, ErrorEnd)); in matchAndEmitInstruction() 6128 SMLoc ErrorStart = Operands[3]->getStartLoc(); in matchAndEmitInstruction() local 6130 return Error(ErrorStart, "size plus position are not in the range 33 .. 64", in matchAndEmitInstruction() 6131 SMRange(ErrorStart, ErrorEnd)); in matchAndEmitInstruction()
|