Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/Targets/
H A DHexagon.h87 bool isCLZForZeroUndef() const override { return false; } in isCLZForZeroUndef() function
H A DWebAssembly.h98 bool isCLZForZeroUndef() const final { return false; } in isCLZForZeroUndef() function
H A DAArch64.h73 bool isCLZForZeroUndef() const override;
H A DARM.h146 bool isCLZForZeroUndef() const override;
H A DMips.h367 bool isCLZForZeroUndef() const override { return false; } in isCLZForZeroUndef() function
H A DPPC.h157 bool isCLZForZeroUndef() const override { return false; } in isCLZForZeroUndef() function
H A DAArch64.cpp285 bool AArch64TargetInfo::isCLZForZeroUndef() const { return false; } in isCLZForZeroUndef() function in AArch64TargetInfo
H A DARM.cpp783 bool ARMTargetInfo::isCLZForZeroUndef() const { return false; } in isCLZForZeroUndef() function in ARMTargetInfo
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DTargetInfo.h751 virtual bool isCLZForZeroUndef() const { return true; } in isCLZForZeroUndef() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBuiltin.cpp1032 if (!SanOpts.has(SanitizerKind::Builtin) || !getTarget().isCLZForZeroUndef()) in EmitCheckedArgForBuiltin()
1789 Value *ZeroUndef = Builder.getInt1(getTarget().isCLZForZeroUndef()); in EmitBuiltinExpr()
1806 Value *ZeroUndef = Builder.getInt1(getTarget().isCLZForZeroUndef()); in EmitBuiltinExpr()
5142 Ops.push_back(Builder.getInt1(getTarget().isCLZForZeroUndef())); in EmitCommonNeonBuiltinExpr()