HomeSort by relevance Sort by last modified time
    Searched refs:isProfitableToIfCvt (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
R600InstrInfo.h 83 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCyles,
88 isProfitableToIfCvt(MachineBasicBlock &TMBB,
R600InstrInfo.cpp 367 R600InstrInfo::isProfitableToIfCvt(MachineBasicBlock &MBB,
375 R600InstrInfo::isProfitableToIfCvt(MachineBasicBlock &TMBB,
  /external/mesa3d/src/gallium/drivers/radeon/
R600InstrInfo.h 83 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCyles,
88 isProfitableToIfCvt(MachineBasicBlock &TMBB,
R600InstrInfo.cpp 367 R600InstrInfo::isProfitableToIfCvt(MachineBasicBlock &MBB,
375 R600InstrInfo::isProfitableToIfCvt(MachineBasicBlock &TMBB,
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.h 160 virtual bool isProfitableToIfCvt(MachineBasicBlock &MBB,
166 virtual bool isProfitableToIfCvt(MachineBasicBlock &TMBB,
PPCInstrInfo.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.h 133 virtual bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
137 virtual bool isProfitableToIfCvt(MachineBasicBlock &TMBB,
SystemZInstrInfo.cpp 315 isProfitableToIfCvt(MachineBasicBlock &MBB,
323 isProfitableToIfCvt(MachineBasicBlock &TMBB,
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.h 122 virtual bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
126 virtual bool isProfitableToIfCvt(MachineBasicBlock &TMBB,
HexagonInstrInfo.cpp 951 isProfitableToIfCvt(MachineBasicBlock &MBB,
961 isProfitableToIfCvt(MachineBasicBlock &TMBB,
    [all...]
  /external/llvm/lib/Target/R600/
R600InstrInfo.h 157 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCyles,
162 isProfitableToIfCvt(MachineBasicBlock &TMBB,
R600InstrInfo.cpp 854 R600InstrInfo::isProfitableToIfCvt(MachineBasicBlock &MBB,
862 R600InstrInfo::isProfitableToIfCvt(MachineBasicBlock &TMBB,
    [all...]
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 315 /// isProfitableToIfCvt - Return true if it's profitable to predicate
321 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
327 /// isProfitableToIfCvt - Second variant of isProfitableToIfCvt, this one
334 isProfitableToIfCvt(MachineBasicBlock &TMBB,
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 170 virtual bool isProfitableToIfCvt(MachineBasicBlock &MBB,
174 virtual bool isProfitableToIfCvt(MachineBasicBlock &TMBB,
ARMBaseInstrInfo.cpp     [all...]
  /external/llvm/lib/CodeGen/
IfConversion.cpp 212 return Cycle > 0 && TII->isProfitableToIfCvt(BB, Cycle, Extra,
222 TII->isProfitableToIfCvt(TBB, TCycle, TExtra, FBB, FCycle, FExtra,
    [all...]

Completed in 221 milliseconds