OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mustExtend
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCExpr.h
27
bool
mustExtend
() const;
39
bool
MustExtend
;
HexagonMCExpr.cpp
86
MustExtend
= Val;
89
bool HexagonMCExpr::
mustExtend
() const { return
MustExtend
; }
91
assert((!Val || !
MustExtend
) && "Extension contradiction");
106
: Expr(Expr), MustNotExtend(false),
MustExtend
(false), S27_2_reloc(false),
HexagonMCInstrInfo.cpp
546
HexagonMCInstrInfo::
mustExtend
(*MO.getExpr()))
878
bool HexagonMCInstrInfo::
mustExtend
(MCExpr const &Expr) {
880
return HExpr.
mustExtend
();
HexagonMCInstrInfo.h
302
bool
mustExtend
(MCExpr const &Expr);
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/AsmParser/
HexagonAsmParser.cpp
271
if (HexagonMCInstrInfo::
mustExtend
(*Imm.Val) && !Extendable)
406
NewExpr->setMustExtend(Expr->
mustExtend
());
1156
bool
MustExtend
= false;
1161
MustExtend
= true;
1203
MustNotExtend = !
MustExtend
;
1213
HexagonMCInstrInfo::setMustExtend(*Expr,
MustExtend
);
1582
*Expr, HexagonMCInstrInfo::
mustExtend
(*MO.getExpr()));
1700
if (!HexagonMCInstrInfo::
mustExtend
(Expr) &&
1934
if (!HexagonMCInstrInfo::
mustExtend
(*Inst.getOperand(1).getExpr()))
1938
if (!HexagonMCInstrInfo::
mustExtend
(*Inst.getOperand(1).getExpr())
[
all
...]
Completed in 81 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026