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

  /src/external/apache2/llvm/dist/llvm/lib/Target/VE/
VEISelLowering.h 209 bool isCheapToSpeculateCtlz() const override { return true; }
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.h 65 bool isCheapToSpeculateCtlz() const override;
WebAssemblyISelLowering.cpp 635 bool WebAssemblyTargetLowering::isCheapToSpeculateCtlz() const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXISelLowering.h 552 bool isCheapToSpeculateCtlz() const override { return true; }
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.h 190 bool isCheapToSpeculateCtlz() const override;
AMDGPUISelLowering.cpp 788 bool AMDGPUTargetLowering::isCheapToSpeculateCtlz() const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVISelLowering.h 291 bool isCheapToSpeculateCtlz() const override;
RISCVISelLowering.cpp 938 bool RISCVTargetLowering::isCheapToSpeculateCtlz() const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZISelLowering.h 425 bool isCheapToSpeculateCtlz() const override { return true; }
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 719 bool isCheapToSpeculateCtlz() const override {
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.h 674 bool isCheapToSpeculateCtlz() const override;
ARMISelLowering.cpp 19479 bool ARMTargetLowering::isCheapToSpeculateCtlz() const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonISelLowering.h 136 bool isCheapToSpeculateCtlz() const override { return true; }
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsISelLowering.h 284 bool isCheapToSpeculateCtlz() const override;
MipsISelLowering.cpp 1187 bool MipsTargetLowering::isCheapToSpeculateCtlz() const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.h 763 bool isCheapToSpeculateCtlz() const override {
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.h 996 bool isCheapToSpeculateCtlz() const override;
X86ISelLowering.cpp 5375 bool X86TargetLowering::isCheapToSpeculateCtlz() const {
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 1317 if (RetVF.isScalar() && getTLI()->isCheapToSpeculateCtlz())
TargetLowering.h 599 virtual bool isCheapToSpeculateCtlz() const {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
CodeGenPrepare.cpp 2035 (IntrinsicID == Intrinsic::ctlz && TLI->isCheapToSpeculateCtlz()))

Completed in 177 milliseconds