OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mayBeNewStore
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Target/Hexagon/
HexagonVLIWPacketizer.cpp
326
return HII->isCondInst(MI) || MI->isReturn() || HII->
mayBeNewStore
(MI);
527
if (!HII->
mayBeNewStore
(MI))
694
if (!HII->
mayBeNewStore
(MI))
723
if (HII->isDotNewInst(MI) && !HII->
mayBeNewStore
(MI))
757
if (RC != &Hexagon::PredRegsRegClass && !HII->
mayBeNewStore
(MI))
[
all
...]
HexagonInstrInfo.h
334
bool
mayBeNewStore
(const MachineInstr* MI) const;
HexagonCopyToCombine.cpp
348
if(TII->
mayBeNewStore
(MI)) {
HexagonInstrInfo.cpp
[
all
...]
Completed in 855 milliseconds