Home
last modified time | relevance | path

Searched refs:mustNotExtend (Results 1 – 11 of 11) sorted by relevance

/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCExpr.h31 bool mustNotExtend() const;
DHexagonMCExpr.cpp53 bool HexagonMCExpr::mustNotExtend() const { return MustNotExtend; } in mustNotExtend() function in HexagonMCExpr
DHexagonMCInstrInfo.cpp480 HexagonMCInstrInfo::mustNotExtend(*MO.getExpr())) in isConstExtended()
707 bool HexagonMCInstrInfo::mustNotExtend(MCExpr const &Expr) { in mustNotExtend() function in llvm::HexagonMCInstrInfo
709 return HExpr.mustNotExtend(); in mustNotExtend()
DHexagonMCInstrInfo.h269 bool mustNotExtend(MCExpr const &Expr);
DHexagonAsmBackend.cpp538 if (HexagonMCInstrInfo::mustNotExtend(*Operand.getExpr())) in isInstRelaxable()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCExpr.h31 bool mustNotExtend() const;
DHexagonMCExpr.cpp95 bool HexagonMCExpr::mustNotExtend() const { return MustNotExtend; } in mustNotExtend() function in HexagonMCExpr
DHexagonMCInstrInfo.cpp519 HexagonMCInstrInfo::mustNotExtend(*MO.getExpr())) in isConstExtended()
791 bool HexagonMCInstrInfo::mustNotExtend(MCExpr const &Expr) { in mustNotExtend() function in HexagonMCInstrInfo
793 return HExpr.mustNotExtend(); in mustNotExtend()
DHexagonMCInstrInfo.h292 bool mustNotExtend(MCExpr const &Expr);
DHexagonAsmBackend.cpp554 if (HexagonMCInstrInfo::mustNotExtend(*Operand.getExpr())) in isInstRelaxable()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/AsmParser/
DHexagonAsmParser.cpp406 NewExpr->setMustNotExtend(Expr->mustNotExtend()); in addSignedImmOperands()