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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.h66 bool isCheapToSpeculateCtlz() const override;
H A DWebAssemblyISelLowering.cpp523 bool WebAssemblyTargetLowering::isCheapToSpeculateCtlz() const { function in class:WebAssemblyTargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h552 bool isCheapToSpeculateCtlz() const override { return true; }
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h129 bool isCheapToSpeculateCtlz() const override { return true; }
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h195 bool isCheapToSpeculateCtlz() const override;
H A DAMDGPUISelLowering.cpp702 bool AMDGPUTargetLowering::isCheapToSpeculateCtlz() const { function in class:AMDGPUTargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h422 bool isCheapToSpeculateCtlz() const override { return true; }
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h537 bool isCheapToSpeculateCtlz() const override {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h286 bool isCheapToSpeculateCtlz() const override;
H A DMipsISelLowering.cpp1188 bool MipsTargetLowering::isCheapToSpeculateCtlz() const { function in class:MipsTargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h587 bool isCheapToSpeculateCtlz() const override;
H A DARMISelLowering.cpp16891 bool ARMTargetLowering::isCheapToSpeculateCtlz() const { function in class:ARMTargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h657 bool isCheapToSpeculateCtlz() const override {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h862 bool isCheapToSpeculateCtlz() const override;
H A DX86ISelLowering.cpp5161 bool X86TargetLowering::isCheapToSpeculateCtlz() const {
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h320 if (getTLI()->isCheapToSpeculateCtlz())
H A DTargetLowering.h470 virtual bool isCheapToSpeculateCtlz() const { function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1826 (IntrinsicID == Intrinsic::ctlz && TLI->isCheapToSpeculateCtlz()))

Completed in 601 milliseconds