Home
last modified time | relevance | path

Searched refs:s27_2_reloc (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCExpr.h30 bool s27_2_reloc() const;
H A DHexagonMCExpr.cpp97 bool HexagonMCExpr::s27_2_reloc() const { return S27_2_reloc; } in s27_2_reloc() function in HexagonMCExpr
H A DHexagonMCInstrInfo.h350 bool s27_2_reloc(MCExpr const &Expr);
H A DHexagonMCInstrInfo.cpp910 bool HexagonMCInstrInfo::s27_2_reloc(MCExpr const &Expr) { in s27_2_reloc() function in HexagonMCInstrInfo
914 return HExpr->s27_2_reloc(); in s27_2_reloc()
H A DHexagonMCCodeEmitter.cpp635 if (HexagonMCInstrInfo::s27_2_reloc(*MO.getExpr())) { in getExprOpValue()