OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MustExtend
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Target/Hexagon/
HexagonMCInstLower.cpp
87
bool
MustExtend
= false;
93
MustExtend
= true;
144
MustExtend
);
/external/llvm/lib/Target/Hexagon/AsmParser/
HexagonAsmParser.cpp
111
bool MatchingInlineAsm, bool &
MustExtend
);
120
SMLoc IDLoc, bool &
MustExtend
);
153
bool
mustExtend
(OperandVector &Operands);
189
bool
MustExtend
;
247
if (Imm.
MustExtend
&& !Extendable)
350
bool isu32MustExt() const { return isImm() && Imm.
MustExtend
; }
595
Op->Imm.
MustExtend
= false;
780
bool &
MustExtend
) {
786
MustExtend
=
mustExtend
(InstOperands)
[
all
...]
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCInstrInfo.h
78
MCInst const &MCI, bool
MustExtend
);
HexagonMCInstrInfo.cpp
162
MCInst const &MCI, bool
MustExtend
) {
163
if (isConstExtended(MCII, MCI) ||
MustExtend
)
Completed in 58 milliseconds