Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Basic/Targets/
H A DARC.h71 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.h112 bool isCLZForZeroUndef() const final { return false; } in isCLZForZeroUndef() function
H A DAArch64.h121 bool isCLZForZeroUndef() const override;
H A DARM.h175 bool isCLZForZeroUndef() const override;
H A DMips.h368 bool isCLZForZeroUndef() const override { return false; } in isCLZForZeroUndef() function
H A DPPC.h181 bool isCLZForZeroUndef() const override { return false; } in isCLZForZeroUndef() function
H A DAArch64.cpp694 bool AArch64TargetInfo::isCLZForZeroUndef() const { return false; } in isCLZForZeroUndef() function in AArch64TargetInfo
H A DARM.cpp992 bool ARMTargetInfo::isCLZForZeroUndef() const { return false; } in isCLZForZeroUndef() function in ARMTargetInfo
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTargetInfo.h940 virtual bool isCLZForZeroUndef() const { return true; } in isCLZForZeroUndef() function
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGBuiltin.cpp1697 if (!SanOpts.has(SanitizerKind::Builtin) || !getTarget().isCLZForZeroUndef()) in EmitCheckedArgForBuiltin()
2634 Value *ZeroUndef = Builder.getInt1(getTarget().isCLZForZeroUndef()); in EmitBuiltinExpr()
2651 Value *ZeroUndef = Builder.getInt1(getTarget().isCLZForZeroUndef()); in EmitBuiltinExpr()
6684 Ops.push_back(Builder.getInt1(getTarget().isCLZForZeroUndef())); in EmitCommonNeonBuiltinExpr()