Home
last modified time | relevance | path

Searched refs:isCLZForZeroUndef (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DARC.h73 bool isCLZForZeroUndef() const override { return false; } in isCLZForZeroUndef() function
H A DHexagon.h94 bool isCLZForZeroUndef() const override { return false; } in isCLZForZeroUndef() function
H A DWebAssembly.h146 bool isCLZForZeroUndef() const final { return false; } in isCLZForZeroUndef() function
H A DARM.h202 bool isCLZForZeroUndef() const override;
H A DMips.h407 bool isCLZForZeroUndef() const override { return false; } in isCLZForZeroUndef() function
H A DAArch64.h217 bool isCLZForZeroUndef() const override;
H A DPPC.h179 bool isCLZForZeroUndef() const override { return false; } in isCLZForZeroUndef() function
H A DARM.cpp1172 bool ARMTargetInfo::isCLZForZeroUndef() const { return false; } in isCLZForZeroUndef() function in ARMTargetInfo
H A DAArch64.cpp1365 bool AArch64TargetInfo::isCLZForZeroUndef() const { return false; } in isCLZForZeroUndef() function in AArch64TargetInfo
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1056 virtual bool isCLZForZeroUndef() const { return true; } in isCLZForZeroUndef() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp3342 Builder.getInt1(HasFallback || getTarget().isCLZForZeroUndef()); in EmitBuiltinExpr()
3374 Builder.getInt1(HasFallback || getTarget().isCLZForZeroUndef()); in EmitBuiltinExpr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/TargetBuiltins/
H A DARM.cpp1883 Ops.push_back(Builder.getInt1(getTarget().isCLZForZeroUndef())); in EmitCommonNeonBuiltinExpr()