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
406
if ( isCondInst(MI) || QII->
mayBeNewStore
(MI))
543
if (!QII->
mayBeNewStore
(MI))
729
!QII->
mayBeNewStore
(MI))
756
if (QII->isDotNewInst(MI) && !QII->
mayBeNewStore
(MI))
766
!QII->
mayBeNewStore
(MI)) // MI is not a new-value store
[
all
...]
HexagonInstrInfo.h
188
bool
mayBeNewStore
(const MachineInstr* MI) const;
HexagonCopyToCombine.cpp
364
if(TII->
mayBeNewStore
(MI)) {
HexagonInstrInfo.cpp
[
all
...]
Completed in 395 milliseconds