/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelLowering.h | 68 bool isCheapToSpeculateCttz(Type *Ty) const override;
|
H A D | WebAssemblyISelLowering.cpp | 771 bool WebAssemblyTargetLowering::isCheapToSpeculateCttz(Type *Ty) const { in isCheapToSpeculateCttz() function in WebAssemblyTargetLowering
|
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchISelLowering.h | 185 bool isCheapToSpeculateCttz(Type *Ty) const override;
|
H A D | LoongArchISelLowering.cpp | 5586 bool LoongArchTargetLowering::isCheapToSpeculateCttz(Type *) const { in isCheapToSpeculateCttz() function in LoongArchTargetLowering
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.h | 229 bool isCheapToSpeculateCttz(Type *Ty) const override;
|
H A D | AMDGPUISelLowering.cpp | 880 bool AMDGPUTargetLowering::isCheapToSpeculateCttz(Type *Ty) const { in isCheapToSpeculateCttz() function in AMDGPUTargetLowering
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsISelLowering.h | 288 bool isCheapToSpeculateCttz(Type *Ty) const override;
|
H A D | MipsISelLowering.cpp | 1199 bool MipsTargetLowering::isCheapToSpeculateCttz(Type *Ty) const { in isCheapToSpeculateCttz() function in MipsTargetLowering
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.h | 459 bool isCheapToSpeculateCttz(Type *) const override { return true; } in isCheapToSpeculateCttz() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.h | 695 bool isCheapToSpeculateCttz(Type *Ty) const override;
|
H A D | ARMISelLowering.cpp | 21497 bool ARMTargetLowering::isCheapToSpeculateCttz(Type *Ty) const { in isCheapToSpeculateCttz() function in ARMTargetLowering
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLowering.h | 152 bool isCheapToSpeculateCttz(Type *) const override { return true; } in isCheapToSpeculateCttz() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.h | 504 bool isCheapToSpeculateCttz(Type *Ty) const override;
|
H A D | RISCVISelLowering.cpp | 1937 bool RISCVTargetLowering::isCheapToSpeculateCttz(Type *Ty) const { in isCheapToSpeculateCttz() 1936 bool RISCVTargetLowering::isCheapToSpeculateCttz(Type *Ty) const { isCheapToSpeculateCttz() function in RISCVTargetLowering
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.h | 797 bool isCheapToSpeculateCttz(Type *Ty) const override { in isCheapToSpeculateCttz() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.h | 1111 bool isCheapToSpeculateCttz(Type *Ty) const override;
|
H A D | X86ISelLowering.cpp | 3236 bool X86TargetLowering::isCheapToSpeculateCttz(Type *Ty) const { in isCheapToSpeculateCttz() function in X86TargetLowering
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.h | 854 bool isCheapToSpeculateCttz(Type *) const override { in isCheapToSpeculateCttz() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
H A D | CSKYISelLowering.cpp | 1410 bool CSKYTargetLowering::isCheapToSpeculateCttz(Type *Ty) const { in isCheapToSpeculateCttz() function in CSKYTargetLowering
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | BasicTTIImpl.h | 1597 if (RetVF.isScalar() && getTLI()->isCheapToSpeculateCttz(RetTy)) in getIntrinsicInstrCost()
|
H A D | TargetLowering.h | 691 virtual bool isCheapToSpeculateCttz(Type *Ty) const { in isCheapToSpeculateCttz() function
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 2304 if ((IntrinsicID == Intrinsic::cttz && TLI->isCheapToSpeculateCttz(Ty)) || in despeculateCountZeros()
|