Home
last modified time | relevance | path

Searched refs:isCheapToSpeculateCtlz (Results 1 – 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.h66 bool isCheapToSpeculateCtlz() const override;
DWebAssemblyISelLowering.cpp523 bool WebAssemblyTargetLowering::isCheapToSpeculateCtlz() const { in isCheapToSpeculateCtlz() function in WebAssemblyTargetLowering
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.h552 bool isCheapToSpeculateCtlz() const override { return true; } in isCheapToSpeculateCtlz() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.h195 bool isCheapToSpeculateCtlz() const override;
DAMDGPUISelLowering.cpp702 bool AMDGPUTargetLowering::isCheapToSpeculateCtlz() const { in isCheapToSpeculateCtlz() function in AMDGPUTargetLowering
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h422 bool isCheapToSpeculateCtlz() const override { return true; } in isCheapToSpeculateCtlz() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelLowering.h129 bool isCheapToSpeculateCtlz() const override { return true; } in isCheapToSpeculateCtlz() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsISelLowering.h286 bool isCheapToSpeculateCtlz() const override;
DMipsISelLowering.cpp1188 bool MipsTargetLowering::isCheapToSpeculateCtlz() const { in isCheapToSpeculateCtlz() function in MipsTargetLowering
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.h587 bool isCheapToSpeculateCtlz() const override;
DARMISelLowering.cpp16888 bool ARMTargetLowering::isCheapToSpeculateCtlz() const { in isCheapToSpeculateCtlz() function in ARMTargetLowering
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h537 bool isCheapToSpeculateCtlz() const override { in isCheapToSpeculateCtlz() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.h657 bool isCheapToSpeculateCtlz() const override { in isCheapToSpeculateCtlz() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.h862 bool isCheapToSpeculateCtlz() const override;
DX86ISelLowering.cpp5161 bool X86TargetLowering::isCheapToSpeculateCtlz() const { in isCheapToSpeculateCtlz() function in X86TargetLowering
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h320 if (getTLI()->isCheapToSpeculateCtlz()) in getIntrinsicCost()
DTargetLowering.h470 virtual bool isCheapToSpeculateCtlz() const { in isCheapToSpeculateCtlz() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp1826 (IntrinsicID == Intrinsic::ctlz && TLI->isCheapToSpeculateCtlz())) in despeculateCountZeros()