Searched defs:hasArmWideBranch (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/lib/Target/ARM/ | ||
H A D | ARMTargetTransformInfo.cpp | 2595 bool ARMTTIImpl::hasArmWideBranch(bool Thumb) const { hasArmWideBranch() function in ARMTTIImpl |
/llvm-project/llvm/include/llvm/Analysis/ | ||
H A D | TargetTransformInfoImpl.h | 959 bool hasArmWideBranch(bool) const { return false; } hasArmWideBranch() function |
H A D | TargetTransformInfo.h | 2927 bool hasArmWideBranch(bool Thumb) const override { hasArmWideBranch() function |
/llvm-project/llvm/lib/Analysis/ | ||
H A D | TargetTransformInfo.cpp | 1308 bool TargetTransformInfo::hasArmWideBranch(bool Thumb) const { hasArmWideBranch() function in TargetTransformInfo |