OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isPredicated
(Results
1 - 25
of
38
) sorted by null
1
2
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
R600InstrInfo.cpp
207
if(!
isPredicated
(LastInst)) {
231
isPredicated
(SecondLastInst) &&
233
!
isPredicated
(LastInst)) {
314
if (
isPredicated
(I)) {
332
if (
isPredicated
(I)) {
343
R600InstrInfo::
isPredicated
(const MachineInstr *MI) const
R600InstrInfo.h
75
bool
isPredicated
(const MachineInstr *MI) const;
AMDGPUInstrInfo.cpp
209
bool AMDGPUInstrInfo::
isPredicated
(const MachineInstr *MI) const {
AMDGPUInstrInfo.h
116
bool
isPredicated
(const MachineInstr *MI) const;
/external/mesa3d/src/gallium/drivers/radeon/
R600InstrInfo.cpp
207
if(!
isPredicated
(LastInst)) {
231
isPredicated
(SecondLastInst) &&
233
!
isPredicated
(LastInst)) {
314
if (
isPredicated
(I)) {
332
if (
isPredicated
(I)) {
343
R600InstrInfo::
isPredicated
(const MachineInstr *MI) const
R600InstrInfo.h
75
bool
isPredicated
(const MachineInstr *MI) const;
AMDGPUInstrInfo.cpp
209
bool AMDGPUInstrInfo::
isPredicated
(const MachineInstr *MI) const {
AMDGPUInstrInfo.h
116
bool
isPredicated
(const MachineInstr *MI) const;
/external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.h
132
virtual bool
isPredicated
(const MachineInstr *MI) const;
133
virtual bool
isPredicated
(unsigned Opcode) const;
HexagonVLIWPacketizer.cpp
465
if (!QII->
isPredicated
(MI))
599
if (QII->
isPredicated
(PacketMI)) {
600
if (!QII->
isPredicated
(MI))
816
if(!QII->
isPredicated
(*VIN)) continue;
846
assert(QII->
isPredicated
(MI) && "Must be predicated instruction");
[
all
...]
HexagonInstrInfo.cpp
145
if (
isPredicated
(Term) && !AnalyzeBranch(MBB, NewTBB, NewFBB, Cond,
977
bool HexagonInstrInfo::
isPredicated
(const MachineInstr *MI) const {
983
bool HexagonInstrInfo::
isPredicated
(unsigned Opcode) const
[
all
...]
HexagonPeephole.cpp
246
if (QII->
isPredicated
(MI)) {
/external/llvm/lib/Target/PowerPC/
PPCInstrInfo.h
185
bool
isPredicated
(const MachineInstr *MI) const;
/external/llvm/lib/Target/R600/
AMDGPUInstrInfo.cpp
189
bool AMDGPUInstrInfo::
isPredicated
(const MachineInstr *MI) const {
AMDGPUInstrInfo.h
118
bool
isPredicated
(const MachineInstr *MI) const;
R600InstrInfo.h
149
bool
isPredicated
(const MachineInstr *MI) const;
R600Packetizer.cpp
78
if (TII->
isPredicated
(BI))
/external/llvm/lib/CodeGen/
CriticalAntiDepBreaker.cpp
165
TII->
isPredicated
(MI);
218
if (!TII->
isPredicated
(MI)) {
567
TII->
isPredicated
(MI))
TargetSchedule.cpp
268
if (!DepMI->readsRegister(Reg, TRI) && TII->
isPredicated
(DepMI))
IfConversion.cpp
666
bool
isPredicated
= TII->
isPredicated
(I);
670
if (!
isPredicated
) {
687
if (BBI.ClobbersPred && !
isPredicated
) {
[
all
...]
RegisterScavenging.cpp
123
bool isPred = TII->
isPredicated
(MI);
/external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp
285
while (
isPredicated
(I) || I->isTerminator()) {
318
CantAnalyze = !
isPredicated
(I);
326
if (!
isPredicated
(I) &&
436
bool ARMBaseInstrInfo::
isPredicated
(const MachineInstr *MI) const {
[
all
...]
ARMBaseInstrInfo.h
75
bool
isPredicated
(const MachineInstr *MI) const;
/external/llvm/include/llvm/Target/
TargetInstrInfo.h
651
///
isPredicated
- Returns true if the instruction is already predicated.
653
virtual bool
isPredicated
(const MachineInstr *MI) const {
[
all
...]
/external/llvm/lib/Target/MSP430/
MSP430InstrInfo.cpp
166
return !
isPredicated
(MI);
Completed in 758 milliseconds
1
2