Searched defs:isPredicable (Results 1 – 9 of 9) sorted by relevance
152 bool isPredicable; variable256 bool isPredicable : 1; variable
329 bool isPredicable() const { return Flags & (1ULL << MCID::Predicable); } in isPredicable() function
723 bool HexagonExpandCondsets::isPredicable(MachineInstr *MI) { in isPredicable() function in HexagonExpandCondsets
1670 bool HexagonInstrInfo::isPredicable(const MachineInstr &MI) const { in isPredicable() function in HexagonInstrInfo
673 bool SystemZInstrInfo::isPredicable(const MachineInstr &MI) const { in isPredicable() function in SystemZInstrInfo
854 bool R600InstrInfo::isPredicable(const MachineInstr &MI) const { in isPredicable() function in R600InstrInfo
1471 virtual bool isPredicable(const MachineInstr &MI) const { in isPredicable() function
696 bool ARMBaseInstrInfo::isPredicable(const MachineInstr &MI) const { in isPredicable() function in ARMBaseInstrInfo
6982 bool isPredicable = in CDEConvertDualRegOperand() local