Home
last modified time | relevance | path

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

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