Lines Matching refs:getExpr
245 const MCExpr *myMCExpr = &HexagonMCInstrInfo::getExpr(*getImm()); in CheckImmRange()
557 dyn_cast<MCConstantExpr>(&HexagonMCInstrInfo::getExpr(*getImm())); in adds4_6ImmOperands()
564 dyn_cast<MCConstantExpr>(&HexagonMCInstrInfo::getExpr(*getImm())); in adds3_6ImmOperands()
763 if (I.isExpr() && cast<HexagonMCExpr>(I.getExpr())->signMismatch() && in canonicalizeImmediates()
1542 HexagonMCInstrInfo::setMustNotExtend(*S16.getExpr()); in processInstruction()
1543 HexagonMCInstrInfo::setS23_2_reloc(*S16.getExpr()); in processInstruction()
1570 MO.getExpr(), MCConstantExpr::create(1, Context), Context), Context)); in processInstruction()
1578 bool Success = MO.getExpr()->evaluateAsAbsolute(Value); in processInstruction()
1592 MO.getExpr(), MCConstantExpr::create(1, Context), Context), Context)); in processInstruction()
1683 bool Absolute = MO_1.getExpr()->evaluateAsAbsolute(Value); in processInstruction()
1747 getStreamer().EmitValue(MO_1.getExpr(), 4); in processInstruction()
1774 int sVal = (MO.getExpr()->evaluateAsAbsolute(Value) && Value < 0) ? -1 : 0; in processInstruction()
1786 if (MO.getExpr()->evaluateAsAbsolute(Value)) { in processInstruction()
1794 HexagonMCInstrInfo::setMustExtend(*Expr, HexagonMCInstrInfo::mustExtend(*MO.getExpr())); in processInstruction()
1811 if (MO2.getExpr()->evaluateAsAbsolute(Value)) { in processInstruction()
1825 if (MO1.getExpr()->evaluateAsAbsolute(Value)) { in processInstruction()
1848 Imm6.getExpr(), MCConstantExpr::create(1, Context), Context), Context)); in processInstruction()
1867 Imm6.getExpr(), MCConstantExpr::create(2, Context), Context), Context)); in processInstruction()
1886 Imm6.getExpr(), MCConstantExpr::create(3, Context), Context), Context)); in processInstruction()
1907 MCExpr const &Expr = *Imm.getExpr(); in processInstruction()
1937 bool Absolute = Imm.getExpr()->evaluateAsAbsolute(Value); in processInstruction()
1948 MCBinaryExpr::createSub(Imm.getExpr(), in processInstruction()
1967 bool Absolute = Imm.getExpr()->evaluateAsAbsolute(Value); in processInstruction()
1986 MCBinaryExpr::createSub(Imm.getExpr(), in processInstruction()
2101 bool Absolute = Imm.getExpr()->evaluateAsAbsolute(Value); in processInstruction()
2108 MCBinaryExpr::createSub(Imm.getExpr(), in processInstruction()
2121 bool Absolute = Imm.getExpr()->evaluateAsAbsolute(Value); in processInstruction()
2140 MCBinaryExpr::createSub(Imm.getExpr(), in processInstruction()