HomeSort by relevance Sort by last modified time
    Searched defs:isPredicated (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDGPUInstrInfo.cpp 209 bool AMDGPUInstrInfo::isPredicated(const MachineInstr *MI) const {
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
  /external/llvm/lib/Target/R600/
AMDGPUInstrInfo.cpp 189 bool AMDGPUInstrInfo::isPredicated(const MachineInstr *MI) const {
  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUInstrInfo.cpp 209 bool AMDGPUInstrInfo::isPredicated(const MachineInstr *MI) const {
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
  /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/CodeGen/
IfConversion.cpp 666 bool isPredicated = TII->isPredicated(I);
670 if (!isPredicated) {
687 if (BBI.ClobbersPred && !isPredicated) {
    [all...]
  /external/llvm/lib/Target/Hexagon/
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...]
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp     [all...]
  /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...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir.h 632 inline bool isPredicated() const { return predSrc >= 0; }
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir.h 632 inline bool isPredicated() const { return predSrc >= 0; }

Completed in 1696 milliseconds