Home
last modified time | relevance | path

Searched refs:isIntDivCheap (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.h122 bool isIntDivCheap(EVT VT, AttributeList Attr) const override { in isIntDivCheap() function
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.h70 bool isIntDivCheap(EVT VT, AttributeList Attr) const override;
H A DWebAssemblyISelLowering.cpp997 bool WebAssemblyTargetLowering::isIntDivCheap(EVT VT, in isIntDivCheap() function in WebAssemblyTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.h333 bool isIntDivCheap(EVT, AttributeList) const override { return false; } in isIntDivCheap() function
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h70 bool isIntDivCheap(EVT VT, AttributeList Attr) const override;
H A DRISCVISelLowering.cpp14345 !isIntDivCheap(N->getValueType(0), Attr)) in ReplaceNodeResults()
24075 bool RISCVTargetLowering::isIntDivCheap(EVT VT, AttributeList Attr) const { in isIntDivCheap() function in RISCVTargetLowering
24305 if (isIntDivCheap(N->getValueType(0), Attr)) in BuildSDIVPow2()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h355 bool isIntDivCheap(EVT VT, AttributeList Attr) const override;
H A DAArch64ISelLowering.cpp18508 if (isIntDivCheap(N->getValueType(0), Attr)) in BuildSDIVPow2()
18538 if (isIntDivCheap(N->getValueType(0), Attr)) in BuildSREMPow2()
28486 bool AArch64TargetLowering::isIntDivCheap(EVT VT, AttributeList Attr) const { in isIntDivCheap() function in AArch64TargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1631 bool isIntDivCheap(EVT VT, AttributeList Attr) const override;
H A DX86ISelLowering.cpp23686 if (isIntDivCheap(N->getValueType(0), Attr)) in BuildSDIVPow2()
62013 bool X86TargetLowering::isIntDivCheap(EVT VT, AttributeList Attr) const { in isIntDivCheap() function in X86TargetLowering
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h668 return !getTLI()->isIntDivCheap(VT, Fn.getAttributes()); in preferToKeepConstantsAttached()
H A DTargetLowering.h573 virtual bool isIntDivCheap(EVT VT, AttributeList Attr) const { return false; } in isIntDivCheap() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp5482 if (TLI.isIntDivCheap(getApproximateEVTForLLT(DstTy, Ctx), Attr)) in matchUDivorURemByConst()
5537 if (TLI.isIntDivCheap(getApproximateEVTForLLT(DstTy, Ctx), Attr)) in matchSDivByConst()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5586 if (!isIntDivCheap(VT, Attr) && !Attr.hasFnAttr(Attribute::MinSize)) { in SimplifySetCC()
6438 if (isIntDivCheap(N->getValueType(0), Attr)) in BuildSDIVPow2()
6448 if (isIntDivCheap(N->getValueType(0), Attr)) in BuildSREMPow2()
H A DDAGCombiner.cpp5095 if (!N1C || TLI.isIntDivCheap(N->getValueType(0), Attr)) in visitSDIV()
5180 !TLI.isIntDivCheap(N->getValueType(0), Attr)) in visitSDIVLike()
5239 if (!N1C || TLI.isIntDivCheap(N->getValueType(0), Attr)) in visitUDIV()
5288 !TLI.isIntDivCheap(N->getValueType(0), Attr)) in visitUDIVLike()
5370 if (DAG.isKnownNeverZero(N1) && !TLI.isIntDivCheap(VT, Attr)) { in visitREM()