OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isExtendable
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonBranchRelaxation.cpp
118
if (MI.isBranch() && HII->
isExtendable
(MI))
201
LLVM_DEBUG(dbgs() << "Long distance jump.
isExtendable
("
202
<< HII->
isExtendable
(MI) << ") isConstExtended("
207
if (!HII->
isExtendable
(MI) && !HII->isExtended(MI)) {
HexagonInstrInfo.h
361
bool
isExtendable
(const MachineInstr &MI) const;
HexagonInstrInfo.cpp
2056
// TODO: In order to have
isExtendable
for fpimm/f32Ext, we need to handle
2064
unsigned
isExtendable
=
2066
if (!
isExtendable
)
2205
bool HexagonInstrInfo::
isExtendable
(const MachineInstr &MI) const {
4535
assert((
isExtendable
(MI)||isConstExtended(MI)) &&
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCInstrInfo.cpp
187
assert(HexagonMCInstrInfo::
isExtendable
(MCII, Inst) ||
321
assert((HexagonMCInstrInfo::
isExtendable
(MCII, MCI) ||
348
assert(HexagonMCInstrInfo::
isExtendable
(MCII, MCI) ||
359
assert(HexagonMCInstrInfo::
isExtendable
(MCII, MCI) ||
542
if (!HexagonMCInstrInfo::
isExtendable
(MCII, MCI))
613
bool HexagonMCInstrInfo::
isExtendable
(MCInstrInfo const &MCII,
HexagonMCInstrInfo.h
237
bool
isExtendable
(MCInstrInfo const &MCII, MCInst const &MCI);
HexagonAsmBackend.cpp
549
if (HexagonMCInstrInfo::
isExtendable
(*MCII, HMI)) {
HexagonMCTargetDesc.cpp
574
if(!HexagonMCInstrInfo::
isExtendable
(*Info, Inst))
HexagonMCCodeEmitter.cpp
585
bool InstExtendable = HexagonMCInstrInfo::
isExtendable
(MCII, MI) ||
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/Disassembler/
HexagonDisassembler.cpp
521
if (!HexagonMCInstrInfo::
isExtendable
(*MCII, Inst) &&
Completed in 72 milliseconds
Indexes created Sun Jun 07 00:24:08 UTC 2026