Searched defs:isPredicable (Results 1 – 9 of 9) sorted by relevance
160 bool isPredicable; variable267 bool isPredicable : 1; variable
342 bool isPredicable() const { return Flags & (1ULL << MCID::Predicable); } in isPredicable() function
743 bool HexagonExpandCondsets::isPredicable(MachineInstr *MI) { in isPredicable() function in HexagonExpandCondsets
1755 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
1542 virtual bool isPredicable(const MachineInstr &MI) const { in isPredicable() function
724 bool ARMBaseInstrInfo::isPredicable(const MachineInstr &MI) const { in isPredicable() function in ARMBaseInstrInfo
7021 bool isPredicable = in CDEConvertDualRegOperand() local