OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mayBeCurLoad
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonHazardRecognizer.cpp
142
if (TII->
mayBeCurLoad
(*MI))
HexagonInstrInfo.h
422
bool
mayBeCurLoad
(const MachineInstr &MI) const;
HexagonMachineScheduler.cpp
74
if (QII.
mayBeCurLoad
(*SUd->getInstr()))
691
if (SU->isInstr() && QII.
mayBeCurLoad
(*SU->getInstr())) {
HexagonVLIWPacketizer.cpp
417
if (HII->isDotCurInst(MI) && !HII->
mayBeCurLoad
(MI))
420
if (!HII->
mayBeCurLoad
(MI))
HexagonInstrInfo.cpp
2645
if (
mayBeCurLoad
(MI1)) {
3077
bool HexagonInstrInfo::
mayBeCurLoad
(const MachineInstr &MI) const {
Completed in 31 milliseconds
Indexes created Fri Sep 25 00:27:33 UTC 2026