| /freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFISelLowering.h | 122 bool isIntDivCheap(EVT VT, AttributeList Attr) const override { in isIntDivCheap() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.h | 70 bool isIntDivCheap(EVT VT, AttributeList Attr) const override;
|
| H A D | WebAssemblyISelLowering.cpp | 997 bool WebAssemblyTargetLowering::isIntDivCheap(EVT VT, in isIntDivCheap() function in WebAssemblyTargetLowering
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEISelLowering.h | 333 bool isIntDivCheap(EVT, AttributeList) const override { return false; } in isIntDivCheap() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.h | 70 bool isIntDivCheap(EVT VT, AttributeList Attr) const override;
|
| H A D | RISCVISelLowering.cpp | 14345 !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 D | AArch64ISelLowering.h | 355 bool isIntDivCheap(EVT VT, AttributeList Attr) const override;
|
| H A D | AArch64ISelLowering.cpp | 18508 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 D | X86ISelLowering.h | 1631 bool isIntDivCheap(EVT VT, AttributeList Attr) const override;
|
| H A D | X86ISelLowering.cpp | 23686 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 D | BasicTTIImpl.h | 668 return !getTLI()->isIntDivCheap(VT, Fn.getAttributes()); in preferToKeepConstantsAttached()
|
| H A D | TargetLowering.h | 573 virtual bool isIntDivCheap(EVT VT, AttributeList Attr) const { return false; } in isIntDivCheap() function
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CombinerHelper.cpp | 5482 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 D | TargetLowering.cpp | 5586 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 D | DAGCombiner.cpp | 5095 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()
|