Searched defs:hasThumb2 (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/ARM/
H A DARMMachineFunctionInfo.h34 /// hasThumb2 - True if the target architecture supports Thumb2. Do not use
37 bool hasThumb2; member in class:llvm::ARMFunctionInfo
126 hasThumb2(false),
138 hasThumb2(MF.getTarget().getSubtarget<ARMSubtarget>().hasThumb2()),
149 bool isThumb1OnlyFunction() const { return isThumb && !hasThumb2; }
150 bool isThumb2Function() const { return isThumb && hasThumb2; }
H A DARMSubtarget.h298 bool hasThumb2() const { return HasThumb2; } function in class:llvm::ARMSubtarget

Completed in 73 milliseconds