Searched refs:hasNOP (Results 1 – 11 of 11) sorted by relevance
53 bool hasNOP() const { in hasNOP() function in __anonfc0d91510111::ARMAsmBackend143 const uint16_t nopEncoding = hasNOP() ? Thumb2_16bitNopEncoding in WriteNopData()153 const uint32_t nopEncoding = hasNOP() ? ARMv6T2_NopEncoding in WriteNopData()
39 bool hasNOP() const { return STI.getFeatureBits()[ARM::HasV6T2Ops]; } in hasNOP() function
303 hasNOP() ? Thumb2_16bitNopEncoding : Thumb1_16bitNopEncoding; in writeNopData()313 hasNOP() ? ARMv6T2_NopEncoding : ARMv4_NopEncoding; in writeNopData()
37 bool hasNOP() const { return STI->getFeatureBits()[ARM::HasV6T2Ops]; } in hasNOP() function
299 hasNOP() ? Thumb2_16bitNopEncoding : Thumb1_16bitNopEncoding; in writeNopData()309 hasNOP() ? ARMv6T2_NopEncoding : ARMv4_NopEncoding; in writeNopData()
37 if (hasNOP()) { in getNoopForMachoTarget()
101 bool hasNOP() const;
4577 bool ARMBaseInstrInfo::hasNOP() const { in hasNOP() function in ARMBaseInstrInfo
37 if (hasNOP()) { in getNoop()
106 bool hasNOP() const;
4972 bool ARMBaseInstrInfo::hasNOP() const { in hasNOP() function in ARMBaseInstrInfo