Searched refs:hasNOP (Results 1 – 5 of 5) sorted by relevance
30 bool hasNOP(const MCSubtargetInfo *STI) const { in hasNOP() function
383 hasNOP(STI) ? Thumb2_16bitNopEncoding : Thumb1_16bitNopEncoding; in writeNopData()393 hasNOP(STI) ? ARMv6T2_NopEncoding : ARMv4_NopEncoding; in writeNopData()
37 if (hasNOP()) { in getNop()
122 bool hasNOP() const;
5434 bool ARMBaseInstrInfo::hasNOP() const { in hasNOP() function in ARMBaseInstrInfo