| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFISelLowering.h | 116 bool isIntDivCheap(EVT VT, AttributeList Attr) const override { return true; } in isIntDivCheap() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.h | 76 bool isIntDivCheap(EVT VT, AttributeList Attr) const override;
|
| H A D | WebAssemblyISelLowering.cpp | 815 bool WebAssemblyTargetLowering::isIntDivCheap(EVT VT, in isIntDivCheap() function in WebAssemblyTargetLowering
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEISelLowering.h | 332 bool isIntDivCheap(EVT, AttributeList) const override { return false; } in isIntDivCheap() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.h | 478 bool isIntDivCheap(EVT VT, AttributeList Attr) const override;
|
| H A D | RISCVISelLowering.cpp | 11631 !isIntDivCheap(N->getValueType(0), Attr)) in ReplaceNodeResults() 19943 bool RISCVTargetLowering::isIntDivCheap(EVT VT, AttributeList Attr) const { in isIntDivCheap() function in RISCVTargetLowering 20367 if (isIntDivCheap(N->getValueType(0), Attr)) in BuildSDIVPow2()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.h | 817 bool isIntDivCheap(EVT VT, AttributeList Attr) const override;
|
| H A D | AArch64ISelLowering.cpp | 16811 if (isIntDivCheap(N->getValueType(0), Attr)) in BuildSDIVPow2() 16834 if (isIntDivCheap(N->getValueType(0), Attr)) in BuildSREMPow2() 25462 bool AArch64TargetLowering::isIntDivCheap(EVT VT, AttributeList Attr) const { in isIntDivCheap() function in AArch64TargetLowering
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 1534 bool isIntDivCheap(EVT VT, AttributeList Attr) const override;
|
| H A D | X86ISelLowering.cpp | 22763 if (isIntDivCheap(N->getValueType(0), Attr)) in BuildSDIVPow2() 57574 bool X86TargetLowering::isIntDivCheap(EVT VT, AttributeList Attr) const { in isIntDivCheap() function in X86TargetLowering
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 560 return !getTLI()->isIntDivCheap(VT, Fn.getAttributes()); in preferToKeepConstantsAttached()
|
| H A D | TargetLowering.h | 533 virtual bool isIntDivCheap(EVT VT, AttributeList Attr) const { return false; } in isIntDivCheap() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CombinerHelper.cpp | 5145 if (TLI.isIntDivCheap(getApproximateEVTForLLT(DstTy, DL, Ctx), Attr)) in matchUDivByConst() 5190 if (TLI.isIntDivCheap(getApproximateEVTForLLT(DstTy, DL, Ctx), Attr)) in matchSDivByConst()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 5294 if (!isIntDivCheap(VT, Attr) && !Attr.hasFnAttr(Attribute::MinSize)) { in SimplifySetCC() 6091 if (TLI.isIntDivCheap(N->getValueType(0), Attr)) in BuildSDIVPow2() 6102 if (TLI.isIntDivCheap(N->getValueType(0), Attr)) in BuildSREMPow2()
|
| H A D | DAGCombiner.cpp | 4792 if (!N1C || TLI.isIntDivCheap(N->getValueType(0), Attr)) in visitSDIV() 4877 !TLI.isIntDivCheap(N->getValueType(0), Attr)) in visitSDIVLike() 4932 if (!N1C || TLI.isIntDivCheap(N->getValueType(0), Attr)) in visitUDIV() 4975 !TLI.isIntDivCheap(N->getValueType(0), Attr)) in visitUDIVLike() 5057 if (DAG.isKnownNeverZero(N1) && !TLI.isIntDivCheap(VT, Attr)) { in visitREM()
|