Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DTargetInfo.h526 virtual bool isCLZForZeroUndef() const { return true; } in isCLZForZeroUndef() function
/external/clang/lib/Basic/
DTargets.cpp892 bool isCLZForZeroUndef() const override { return false; } in isCLZForZeroUndef() function in __anon0fec19ac0111::PPCTargetInfo
4882 bool isCLZForZeroUndef() const override { return false; } in isCLZForZeroUndef() function in __anon0fec19ac0111::ARMTargetInfo
5428 bool isCLZForZeroUndef() const override { return false; } in isCLZForZeroUndef() function in __anon0fec19ac0111::AArch64TargetInfo
5685 bool isCLZForZeroUndef() const override { return false; } in isCLZForZeroUndef() function in __anon0fec19ac0111::HexagonTargetInfo
6754 bool isCLZForZeroUndef() const override { return false; } in isCLZForZeroUndef() function in __anon0fec19ac0111::MipsTargetInfoBase
7241 bool isCLZForZeroUndef() const final { return false; } in isCLZForZeroUndef() function in __anon0fec19ac0111::WebAssemblyTargetInfo
/external/clang/lib/CodeGen/
DCGBuiltin.cpp525 Value *ZeroUndef = Builder.getInt1(getTarget().isCLZForZeroUndef()); in EmitBuiltinExpr()
542 Value *ZeroUndef = Builder.getInt1(getTarget().isCLZForZeroUndef()); in EmitBuiltinExpr()
2997 Ops.push_back(Builder.getInt1(getTarget().isCLZForZeroUndef())); in EmitCommonNeonBuiltinExpr()