OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isTransOnly
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Target/R600/
R600Packetizer.cpp
88
if (TII->
isTransOnly
(BI)) {
175
if (getSlot(MII) <= getSlot(MIJ) && !TII->
isTransOnly
(MII))
213
isTransSlot = TII->
isTransOnly
(MI);
R600InstrInfo.h
69
bool
isTransOnly
(unsigned Opcode) const;
70
bool
isTransOnly
(const MachineInstr *MI) const;
R600InstrInfo.cpp
155
bool R600InstrInfo::
isTransOnly
(unsigned Opcode) const {
159
bool R600InstrInfo::
isTransOnly
(const MachineInstr *MI) const {
160
return
isTransOnly
(MI->getOpcode());
[
all
...]
R600MachineScheduler.cpp
254
if (TII->
isTransOnly
(MI))
Completed in 321 milliseconds