Searched defs:isPredicable (Results 1 – 9 of 9) sorted by relevance
153 bool isPredicable; variable257 bool isPredicable : 1; variable
335 bool isPredicable() const { return Flags & (1ULL << MCID::Predicable); } in isPredicable() function
723 bool HexagonExpandCondsets::isPredicable(MachineInstr *MI) { in isPredicable() function in HexagonExpandCondsets
1748 bool HexagonInstrInfo::isPredicable(const MachineInstr &MI) const { in isPredicable() function in HexagonInstrInfo
850 bool R600InstrInfo::isPredicable(const MachineInstr &MI) const { in isPredicable() function in R600InstrInfo
677 bool SystemZInstrInfo::isPredicable(const MachineInstr &MI) const { in isPredicable() function in SystemZInstrInfo
1488 virtual bool isPredicable(const MachineInstr &MI) const { in isPredicable() function
721 bool ARMBaseInstrInfo::isPredicable(const MachineInstr &MI) const { in isPredicable() function in ARMBaseInstrInfo
7020 bool isPredicable = in CDEConvertDualRegOperand() local