Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:ExprLoc

2602     SMLoc ExprLoc = getLoc();
2607 Error(ExprLoc, "immediate value expected for barrier operand");
2611 Error(ExprLoc, "barrier operand out of range");
2615 AArch64Operand::CreateBarrier(MCE->getValue(), ExprLoc, getContext()));