Searched refs:IdVal (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp1659 const MCExpr *IdVal; local
1661 if (parseRelocOperand(IdVal))
1666 Operands.push_back(MipsOperand::CreateImm(IdVal, S, E, *this));
1765 const MCExpr *IdVal; local
1784 if (getParser().parseParenExpression(IdVal, EndLoc))
1793 Res = evaluateRelocExpr(IdVal, Str);
1854 const MCExpr *IdVal = nullptr; local
1867 if (parseMemOffset(IdVal, isParenExpr))
1876 Operands.push_back(MipsOperand::CreateImm(IdVal, S, E, *this));
1888 MipsOperand::CreateMem(std::move(Base), IdVal,
2081 const MCExpr *IdVal; local
2119 const MCExpr *IdVal; local
[all...]
/external/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp3024 const MCExpr *IdVal; local
3026 if (getParser().parseExpression(IdVal))
3030 Operands.push_back(AArch64Operand::CreateImm(IdVal, S, E, getContext()));
/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp4841 const MCExpr *IdVal; local
4843 if (getParser().parseExpression(IdVal))
4846 Operands.push_back(ARMOperand::CreateImm(IdVal, S, E));

Completed in 760 milliseconds