Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Basic/Targets/
DHexagon.h94 bool isCLZForZeroUndef() const override { return false; } in isCLZForZeroUndef() function
DWebAssembly.h111 bool isCLZForZeroUndef() const final { return false; } in isCLZForZeroUndef() function
DAArch64.h95 bool isCLZForZeroUndef() const override;
DARM.h164 bool isCLZForZeroUndef() const override;
DMips.h368 bool isCLZForZeroUndef() const override { return false; } in isCLZForZeroUndef() function
DPPC.h171 bool isCLZForZeroUndef() const override { return false; } in isCLZForZeroUndef() function
DAArch64.cpp530 bool AArch64TargetInfo::isCLZForZeroUndef() const { return false; } in isCLZForZeroUndef() function in AArch64TargetInfo
DARM.cpp888 bool ARMTargetInfo::isCLZForZeroUndef() const { return false; } in isCLZForZeroUndef() function in ARMTargetInfo
/external/clang/include/clang/Basic/
DTargetInfo.h561 virtual bool isCLZForZeroUndef() const { return true; } in isCLZForZeroUndef() function
/external/llvm-project/clang/include/clang/Basic/
DTargetInfo.h845 virtual bool isCLZForZeroUndef() const { return true; } in isCLZForZeroUndef() function
/external/clang/lib/Basic/
DTargets.cpp967 bool isCLZForZeroUndef() const override { return false; } in isCLZForZeroUndef() function in __anond4862fe70111::PPCTargetInfo
5277 bool isCLZForZeroUndef() const override { return false; } in isCLZForZeroUndef() function in __anond4862fe70111::ARMTargetInfo
5849 bool isCLZForZeroUndef() const override { return false; } in isCLZForZeroUndef() function in __anond4862fe70111::AArch64TargetInfo
6122 bool isCLZForZeroUndef() const override { return false; } in isCLZForZeroUndef() function in __anond4862fe70111::HexagonTargetInfo
7550 bool isCLZForZeroUndef() const override { return false; } in isCLZForZeroUndef() function in __anond4862fe70111::MipsTargetInfo
7829 bool isCLZForZeroUndef() const final { return false; } in isCLZForZeroUndef() function in __anond4862fe70111::WebAssemblyTargetInfo
/external/clang/lib/CodeGen/
DCGBuiltin.cpp622 Value *ZeroUndef = Builder.getInt1(getTarget().isCLZForZeroUndef()); in EmitBuiltinExpr()
639 Value *ZeroUndef = Builder.getInt1(getTarget().isCLZForZeroUndef()); in EmitBuiltinExpr()
3406 Ops.push_back(Builder.getInt1(getTarget().isCLZForZeroUndef())); in EmitCommonNeonBuiltinExpr()
/external/llvm-project/clang/lib/CodeGen/
DCGBuiltin.cpp1619 if (!SanOpts.has(SanitizerKind::Builtin) || !getTarget().isCLZForZeroUndef()) in EmitCheckedArgForBuiltin()
2541 Value *ZeroUndef = Builder.getInt1(getTarget().isCLZForZeroUndef()); in EmitBuiltinExpr()
2558 Value *ZeroUndef = Builder.getInt1(getTarget().isCLZForZeroUndef()); in EmitBuiltinExpr()
6204 Ops.push_back(Builder.getInt1(getTarget().isCLZForZeroUndef())); in EmitCommonNeonBuiltinExpr()