Searched refs:isCheapToSpeculateCttz (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.h65 bool isCheapToSpeculateCttz() const override;
H A DWebAssemblyISelLowering.cpp518 bool WebAssemblyTargetLowering::isCheapToSpeculateCttz() const { function in class:WebAssemblyTargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h128 bool isCheapToSpeculateCttz() const override { return true; }
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h194 bool isCheapToSpeculateCttz() const override;
H A DAMDGPUISelLowering.cpp698 bool AMDGPUTargetLowering::isCheapToSpeculateCttz() const { function in class:AMDGPUTargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h533 bool isCheapToSpeculateCttz() const override {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h285 bool isCheapToSpeculateCttz() const override;
H A DMipsISelLowering.cpp1184 bool MipsTargetLowering::isCheapToSpeculateCttz() const { function in class:MipsTargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h586 bool isCheapToSpeculateCttz() const override;
H A DARMISelLowering.cpp16887 bool ARMTargetLowering::isCheapToSpeculateCttz() const { function in class:ARMTargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h653 bool isCheapToSpeculateCttz() const override {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h860 bool isCheapToSpeculateCttz() const override;
H A DX86ISelLowering.cpp5156 bool X86TargetLowering::isCheapToSpeculateCttz() const {
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h314 if (getTLI()->isCheapToSpeculateCttz())
H A DTargetLowering.h465 virtual bool isCheapToSpeculateCttz() const { function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1825 if ((IntrinsicID == Intrinsic::cttz && TLI->isCheapToSpeculateCttz()) ||

Completed in 490 milliseconds