| /llvm-project-15.0.7/llvm/lib/Target/BPF/ |
| H A D | BPFISelLowering.h | 113 bool isIntDivCheap(EVT VT, AttributeList Attr) const override { return true; } in isIntDivCheap() function
|
| /llvm-project-15.0.7/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.h | 76 bool isIntDivCheap(EVT VT, AttributeList Attr) const override;
|
| H A D | WebAssemblyISelLowering.cpp | 796 bool WebAssemblyTargetLowering::isIntDivCheap(EVT VT, in isIntDivCheap() function in WebAssemblyTargetLowering
|
| /llvm-project-15.0.7/llvm/lib/Target/VE/ |
| H A D | VEISelLowering.h | 235 bool isIntDivCheap(EVT, AttributeList) const override { return false; } in isIntDivCheap() function
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.h | 736 bool isIntDivCheap(EVT VT, AttributeList Attr) const override;
|
| H A D | AArch64ISelLowering.cpp | 13984 if (isIntDivCheap(N->getValueType(0), Attr)) in BuildSDIVPow2() 14033 if (isIntDivCheap(N->getValueType(0), Attr)) in BuildSREMPow2() 20768 bool AArch64TargetLowering::isIntDivCheap(EVT VT, AttributeList Attr) const { in isIntDivCheap() function in AArch64TargetLowering
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 1459 bool isIntDivCheap(EVT VT, AttributeList Attr) const override;
|
| H A D | X86ISelLowering.cpp | 23949 if (isIntDivCheap(N->getValueType(0), Attr)) in BuildSDIVPow2() 56385 bool X86TargetLowering::isIntDivCheap(EVT VT, AttributeList Attr) const { in isIntDivCheap() function in X86TargetLowering
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 496 virtual bool isIntDivCheap(EVT VT, AttributeList Attr) const { return false; } in isIntDivCheap() function
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 4977 if (!isIntDivCheap(VT, Attr) && !Attr.hasFnAttr(Attribute::MinSize)) { in SimplifySetCC() 5750 if (TLI.isIntDivCheap(N->getValueType(0), Attr)) in BuildSDIVPow2() 5761 if (TLI.isIntDivCheap(N->getValueType(0), Attr)) in BuildSREMPow2()
|
| H A D | DAGCombiner.cpp | 4358 if (!N1C || TLI.isIntDivCheap(N->getValueType(0), Attr)) in visitSDIV() 4443 !TLI.isIntDivCheap(N->getValueType(0), Attr)) in visitSDIVLike() 4497 if (!N1C || TLI.isIntDivCheap(N->getValueType(0), Attr)) in visitUDIV() 4540 !TLI.isIntDivCheap(N->getValueType(0), Attr)) in visitUDIVLike() 4621 if (DAG.isKnownNeverZero(N1) && !TLI.isIntDivCheap(VT, Attr)) { in visitREM()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CombinerHelper.cpp | 4904 if (TLI.isIntDivCheap(getApproximateEVTForLLT(DstTy, DL, Ctx), Attr)) in matchUDivByConst()
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 12493 if (isIntDivCheap(N->getValueType(0), Attr)) in BuildSDIVPow2()
|