HomeSort by relevance Sort by last modified time
    Searched refs:getExprOpValue (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCCodeEmitter.h 36 unsigned getExprOpValue(const MCInst &MI, const MCOperand &MO,
HexagonMCCodeEmitter.cpp 438 unsigned HexagonMCCodeEmitter::getExprOpValue(const MCInst &MI,
453 getExprOpValue(MI, MO, Binary->getLHS(), Fixups, STI);
454 getExprOpValue(MI, MO, Binary->getRHS(), Fixups, STI);
811 return getExprOpValue(MI, MO, MO.getExpr(), Fixups, STI);
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCCodeEmitter.h 256 unsigned getExprOpValue(const MCExpr *Expr, SmallVectorImpl<MCFixup> &Fixups,
MipsMCCodeEmitter.cpp 614 getExprOpValue(const MCExpr *Expr, SmallVectorImpl<MCFixup> &Fixups,
627 unsigned Res = getExprOpValue(cast<MCBinaryExpr>(Expr)->getLHS(), Fixups, STI);
628 Res += getExprOpValue(cast<MCBinaryExpr>(Expr)->getRHS(), Fixups, STI);
775 return getExprOpValue(MO.getExpr(),Fixups, STI);
    [all...]

Completed in 144 milliseconds