Searched refs:hasNOP (Results 1 – 5 of 5) sorted by relevance
25 bool hasNOP(const MCSubtargetInfo *STI) const { in hasNOP() function
358 hasNOP(STI) ? Thumb2_16bitNopEncoding : Thumb1_16bitNopEncoding; in writeNopData()368 hasNOP(STI) ? ARMv6T2_NopEncoding : ARMv4_NopEncoding; in writeNopData()
33 if (hasNOP()) { in getNop()
122 bool hasNOP() const;
5281 bool ARMBaseInstrInfo::hasNOP() const { in hasNOP() function in ARMBaseInstrInfo