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