Searched refs:applySpecifier (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/ |
| H A D | MCAsmParser.h | 341 const MCExpr *applySpecifier(const MCExpr *E, uint32_t Variant);
|
| H A D | MCTargetAsmParser.h | 517 virtual const MCExpr *applySpecifier(const MCExpr *E, uint32_t, in applySpecifier() function
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | AsmParser.cpp | 1336 const MCExpr *MCAsmParser::applySpecifier(const MCExpr *E, uint32_t Spec) { in applySpecifier() function in MCAsmParser 1338 const MCExpr *NewE = getTargetParser().applySpecifier(E, Spec, Ctx); in applySpecifier() 1365 const MCExpr *Sub = applySpecifier(UE->getSubExpr(), Spec); in applySpecifier() 1374 const MCExpr *LHS = applySpecifier(BE->getLHS(), Spec); in applySpecifier() 1375 const MCExpr *RHS = applySpecifier(BE->getRHS(), Spec); in applySpecifier() 1441 const MCExpr *ModifiedRes = applySpecifier(Res, *Spec); in parseAtSpecifier() 1477 const MCExpr *ModifiedRes = applySpecifier(Res, *Spec); in parseExpression()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/ |
| H A D | PPCAsmParser.cpp | 160 const MCExpr *applySpecifier(const MCExpr *E, uint32_t, 1826 const MCExpr *PPCAsmParser::applySpecifier(const MCExpr *E, uint32_t Spec, in applySpecifier() function in PPCAsmParser
|