Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Basic/Targets/
H A DARC.h73 bool isCLZForZeroUndef() const override { return false; } in isCLZForZeroUndef() function
H A DHexagon.h93 bool isCLZForZeroUndef() const override { return false; } in isCLZForZeroUndef() function
H A DWebAssembly.h111 bool isCLZForZeroUndef() const final { return false; } in isCLZForZeroUndef() function
H A DMips.h368 bool isCLZForZeroUndef() const override { return false; } in isCLZForZeroUndef() function
H A DARM.h173 bool isCLZForZeroUndef() const override;
H A DAArch64.h162 bool isCLZForZeroUndef() const override;
H A DPPC.h180 bool isCLZForZeroUndef() const override { return false; } in isCLZForZeroUndef() function
H A DAArch64.cpp1110 bool AArch64TargetInfo::isCLZForZeroUndef() const { return false; } in isCLZForZeroUndef() function in AArch64TargetInfo
H A DARM.cpp1022 bool ARMTargetInfo::isCLZForZeroUndef() const { return false; } in isCLZForZeroUndef() function in ARMTargetInfo
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DTargetInfo.h964 virtual bool isCLZForZeroUndef() const { return true; } in isCLZForZeroUndef() function
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGBuiltin.cpp1712 if (!SanOpts.has(SanitizerKind::Builtin) || !getTarget().isCLZForZeroUndef()) in EmitCheckedArgForBuiltin()
2657 Value *ZeroUndef = Builder.getInt1(getTarget().isCLZForZeroUndef()); in EmitBuiltinExpr()
2674 Value *ZeroUndef = Builder.getInt1(getTarget().isCLZForZeroUndef()); in EmitBuiltinExpr()
6935 Ops.push_back(Builder.getInt1(getTarget().isCLZForZeroUndef())); in EmitCommonNeonBuiltinExpr()