Home
last modified time | relevance | path

Searched refs:ISBarrierID (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp5156 const MCExpr *ISBarrierID; in parseInstSyncBarrierOptOperand() local
5157 if (getParser().parseExpression(ISBarrierID)) in parseInstSyncBarrierOptOperand()
5160 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(ISBarrierID); in parseInstSyncBarrierOptOperand()