HomeSort by: relevance | last modified time | path
    Searched refs:isCLZForZeroUndef (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
Hexagon.h 94 bool isCLZForZeroUndef() const override { return false; }
WebAssembly.h 110 bool isCLZForZeroUndef() const final { return false; }
AArch64.h 105 bool isCLZForZeroUndef() const override;
ARM.h 166 bool isCLZForZeroUndef() const override;
Mips.h 368 bool isCLZForZeroUndef() const override { return false; }
PPC.h 174 bool isCLZForZeroUndef() const override { return false; }
AArch64.cpp 590 bool AArch64TargetInfo::isCLZForZeroUndef() const { return false; }
ARM.cpp 908 bool ARMTargetInfo::isCLZForZeroUndef() const { return false; }
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
TargetInfo.h 878 virtual bool isCLZForZeroUndef() const { return true; }
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGBuiltin.cpp 1623 if (!SanOpts.has(SanitizerKind::Builtin) || !getTarget().isCLZForZeroUndef())
2666 Value *ZeroUndef = Builder.getInt1(getTarget().isCLZForZeroUndef());
2683 Value *ZeroUndef = Builder.getInt1(getTarget().isCLZForZeroUndef());
6490 Ops.push_back(Builder.getInt1(getTarget().isCLZForZeroUndef()));

Completed in 54 milliseconds