OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isTransOnly
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
R600InstrInfo.h
94
bool
isTransOnly
(unsigned Opcode) const;
95
bool
isTransOnly
(const MachineInstr &MI) const;
R600Packetizer.cpp
89
if (isTrans || TII->
isTransOnly
(*BI)) {
225
isTransSlot = TII->
isTransOnly
(MI);
314
if (TII->
isTransOnly
(MI))
R600MachineScheduler.cpp
217
if (TII->
isTransOnly
(*MI))
R600InstrInfo.cpp
154
bool R600InstrInfo::
isTransOnly
(unsigned Opcode) const {
160
bool R600InstrInfo::
isTransOnly
(const MachineInstr &MI) const {
161
return
isTransOnly
(MI.getOpcode());
Completed in 105 milliseconds
Indexes created Sun Sep 27 00:26:35 UTC 2026