Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/BPF/
HDBPFISelLowering.h121 bool isIntDivCheap(EVT VT, AttributeList Attr) const override { return true; } in isIntDivCheap() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
HDWebAssemblyISelLowering.h76 bool isIntDivCheap(EVT VT, AttributeList Attr) const override;
HDWebAssemblyISelLowering.cpp813 bool WebAssemblyTargetLowering::isIntDivCheap(EVT VT, in isIntDivCheap() function in WebAssemblyTargetLowering
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/VE/
HDVEISelLowering.h332 bool isIntDivCheap(EVT, AttributeList) const override { return false; } in isIntDivCheap() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVISelLowering.h529 bool isIntDivCheap(EVT VT, AttributeList Attr) const override;
HDRISCVISelLowering.cpp12450 !isIntDivCheap(N->getValueType(0), Attr)) in ReplaceNodeResults()
21579 bool RISCVTargetLowering::isIntDivCheap(EVT VT, AttributeList Attr) const { in isIntDivCheap() function in RISCVTargetLowering
22015 if (isIntDivCheap(N->getValueType(0), Attr)) in BuildSDIVPow2()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ISelLowering.h1540 bool isIntDivCheap(EVT VT, AttributeList Attr) const override;
HDX86ISelLowering.cpp22944 if (isIntDivCheap(N->getValueType(0), Attr)) in BuildSDIVPow2()
59243 bool X86TargetLowering::isIntDivCheap(EVT VT, AttributeList Attr) const { in isIntDivCheap() function in X86TargetLowering
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64ISelLowering.h840 bool isIntDivCheap(EVT VT, AttributeList Attr) const override;
HDAArch64ISelLowering.cpp17941 if (isIntDivCheap(N->getValueType(0), Attr)) in BuildSDIVPow2()
17971 if (isIntDivCheap(N->getValueType(0), Attr)) in BuildSREMPow2()
26908 bool AArch64TargetLowering::isIntDivCheap(EVT VT, AttributeList Attr) const { in isIntDivCheap() function in AArch64TargetLowering
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDBasicTTIImpl.h573 return !getTLI()->isIntDivCheap(VT, Fn.getAttributes()); in preferToKeepConstantsAttached()
HDTargetLowering.h543 virtual bool isIntDivCheap(EVT VT, AttributeList Attr) const { return false; } in isIntDivCheap() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
HDCombinerHelper.cpp5342 if (TLI.isIntDivCheap(getApproximateEVTForLLT(DstTy, DL, Ctx), Attr)) in matchUDivByConst()
5392 if (TLI.isIntDivCheap(getApproximateEVTForLLT(DstTy, DL, Ctx), Attr)) in matchSDivByConst()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDTargetLowering.cpp5369 if (!isIntDivCheap(VT, Attr) && !Attr.hasFnAttr(Attribute::MinSize)) { in SimplifySetCC()
6223 if (TLI.isIntDivCheap(N->getValueType(0), Attr)) in BuildSDIVPow2()
6234 if (TLI.isIntDivCheap(N->getValueType(0), Attr)) in BuildSREMPow2()
HDDAGCombiner.cpp4761 if (!N1C || TLI.isIntDivCheap(N->getValueType(0), Attr)) in visitSDIV()
4846 !TLI.isIntDivCheap(N->getValueType(0), Attr)) in visitSDIVLike()
4901 if (!N1C || TLI.isIntDivCheap(N->getValueType(0), Attr)) in visitUDIV()
4944 !TLI.isIntDivCheap(N->getValueType(0), Attr)) in visitUDIVLike()
5026 if (DAG.isKnownNeverZero(N1) && !TLI.isIntDivCheap(VT, Attr)) { in visitREM()