reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overridden By

lib/Target/AMDGPU/R600InstrInfo.cpp
  877 bool R600InstrInfo::isPredicable(const MachineInstr &MI) const {
lib/Target/ARM/ARMBaseInstrInfo.cpp
  654 bool ARMBaseInstrInfo::isPredicable(const MachineInstr &MI) const {
lib/Target/Hexagon/HexagonInstrInfo.cpp
 1644 bool HexagonInstrInfo::isPredicable(const MachineInstr &MI) const {
lib/Target/PowerPC/PPCInstrInfo.cpp
 1590 bool PPCInstrInfo::isPredicable(const MachineInstr &MI) const {
lib/Target/SystemZ/SystemZInstrInfo.cpp
  672 bool SystemZInstrInfo::isPredicable(const MachineInstr &MI) const {

References

lib/CodeGen/EarlyIfConversion.cpp
  325     if (!TII->isPredicable(*I) || TII->isPredicated(*I)) {
lib/CodeGen/IfConversion.cpp
 1145     if (!TII->isPredicable(MI)) {
lib/Target/AMDGPU/R600InstrInfo.cpp
  895     return TargetInstrInfo::isPredicable(MI);