HomeSort by relevance Sort by last modified time
    Searched refs:hasNOP (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/ARM/
ARMInstrInfo.cpp 37 if (hasNOP()) {
ARMBaseInstrInfo.h 39 bool hasNOP() const;
ARMBaseInstrInfo.cpp     [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.cpp 56 bool hasNOP() const {
227 const uint16_t nopEncoding = hasNOP() ? Thumb2_16bitNopEncoding
237 const uint32_t nopEncoding = hasNOP() ? ARMv6T2_NopEncoding

Completed in 136 milliseconds