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

  /external/llvm/lib/Target/ARM/
ARMMachineFunctionInfo.cpp 18 hasThumb2(MF.getTarget().getSubtarget<ARMSubtarget>().hasThumb2()),
ARMMachineFunctionInfo.h 34 /// hasThumb2 - True if the target architecture supports Thumb2. Do not use
37 bool hasThumb2;
124 hasThumb2(false),
136 bool isThumb1OnlyFunction() const { return isThumb && !hasThumb2; }
137 bool isThumb2Function() const { return isThumb && hasThumb2; }