Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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.h136 bool isCLZForZeroUndef() const final { return false; } in isCLZForZeroUndef() function
H A DARM.h186 bool isCLZForZeroUndef() const override;
H A DMips.h382 bool isCLZForZeroUndef() const override { return false; } in isCLZForZeroUndef() function
H A DAArch64.h174 bool isCLZForZeroUndef() const override;
H A DPPC.h180 bool isCLZForZeroUndef() const override { return false; } in isCLZForZeroUndef() function
H A DARM.cpp1096 bool ARMTargetInfo::isCLZForZeroUndef() const { return false; } in isCLZForZeroUndef() function in ARMTargetInfo
H A DAArch64.cpp1182 bool AArch64TargetInfo::isCLZForZeroUndef() const { return false; } in isCLZForZeroUndef() function in AArch64TargetInfo
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h986 virtual bool isCLZForZeroUndef() const { return true; } in isCLZForZeroUndef() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp3140 Value *ZeroUndef = Builder.getInt1(getTarget().isCLZForZeroUndef()); in EmitBuiltinExpr()
3157 Value *ZeroUndef = Builder.getInt1(getTarget().isCLZForZeroUndef()); in EmitBuiltinExpr()
7538 Ops.push_back(Builder.getInt1(getTarget().isCLZForZeroUndef())); in EmitCommonNeonBuiltinExpr()