Home
last modified time | relevance | path

Searched defs:isCLZForZeroUndef (Results 1 – 9 of 9) 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
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/lib/Basic/
DTargets.cpp967 bool isCLZForZeroUndef() const override { return false; } in isCLZForZeroUndef() function in __anon6f485c4e0111::PPCTargetInfo
5277 bool isCLZForZeroUndef() const override { return false; } in isCLZForZeroUndef() function in __anon6f485c4e0111::ARMTargetInfo
5849 bool isCLZForZeroUndef() const override { return false; } in isCLZForZeroUndef() function in __anon6f485c4e0111::AArch64TargetInfo
6122 bool isCLZForZeroUndef() const override { return false; } in isCLZForZeroUndef() function in __anon6f485c4e0111::HexagonTargetInfo
7550 bool isCLZForZeroUndef() const override { return false; } in isCLZForZeroUndef() function in __anon6f485c4e0111::MipsTargetInfo
7829 bool isCLZForZeroUndef() const final { return false; } in isCLZForZeroUndef() function in __anon6f485c4e0111::WebAssemblyTargetInfo
/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