Searched refs:isCLZForZeroUndef (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DHexagon.h94 bool isCLZForZeroUndef() const override { return false; }
H A DWebAssembly.h110 bool isCLZForZeroUndef() const final { return false; }
H A DAArch64.h105 bool isCLZForZeroUndef() const override;
H A DARM.h166 bool isCLZForZeroUndef() const override;
H A DMips.h368 bool isCLZForZeroUndef() const override { return false; }
H A DPPC.h174 bool isCLZForZeroUndef() const override { return false; }
H A DAArch64.cpp590 bool AArch64TargetInfo::isCLZForZeroUndef() const { return false; } function in class:AArch64TargetInfo
H A DARM.cpp908 bool ARMTargetInfo::isCLZForZeroUndef() const { return false; } function in class:ARMTargetInfo
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h878 virtual bool isCLZForZeroUndef() const { return true; } function in class:clang::TargetInfo
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBuiltin.cpp1623 if (!SanOpts.has(SanitizerKind::Builtin) || !getTarget().isCLZForZeroUndef())
2666 Value *ZeroUndef = Builder.getInt1(getTarget().isCLZForZeroUndef());
2683 Value *ZeroUndef = Builder.getInt1(getTarget().isCLZForZeroUndef());
6490 Ops.push_back(Builder.getInt1(getTarget().isCLZForZeroUndef()));

Completed in 126 milliseconds