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

/external/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp2477 const MCExpr *IdVal; local
2479 if (parseRelocOperand(IdVal))
2484 Operands.push_back(MipsOperand::CreateImm(IdVal, S, E, *this));
2584 const MCExpr *IdVal; local
2603 if (getParser().parseParenExpression(IdVal, EndLoc))
2612 Res = evaluateRelocExpr(IdVal, Str);
2675 const MCExpr *IdVal = nullptr; local
2688 if (parseMemOffset(IdVal, isParenExpr))
2697 Operands.push_back(MipsOperand::CreateImm(IdVal, S, E, *this));
2709 MipsOperand::CreateMem(std::move(Base), IdVal,
2912 const MCExpr *IdVal; local
2952 const MCExpr *IdVal; local
[all...]
/external/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp3043 const MCExpr *IdVal; local
3045 if (getParser().parseExpression(IdVal))
3049 Operands.push_back(AArch64Operand::CreateImm(IdVal, S, E, getContext()));
/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp5156 const MCExpr *IdVal; local
5158 if (getParser().parseExpression(IdVal))
5161 Operands.push_back(ARMOperand::CreateImm(IdVal, S, E));

Completed in 147 milliseconds