Searched refs:isIntDivCheap (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.h | 66 bool isIntDivCheap(EVT VT, AttributeList Attr) const override;
|
| H A D | WebAssemblyISelLowering.cpp | 517 bool WebAssemblyTargetLowering::isIntDivCheap(EVT VT, in isIntDivCheap() function in WebAssemblyTargetLowering
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.h | 434 bool isIntDivCheap(EVT VT, AttributeList Attr) const override;
|
| H A D | AArch64ISelLowering.cpp | 8861 if (isIntDivCheap(N->getValueType(0), Attr)) in BuildSDIVPow2() 11843 bool AArch64TargetLowering::isIntDivCheap(EVT VT, AttributeList Attr) const { in isIntDivCheap() function in AArch64TargetLowering
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 1131 bool isIntDivCheap(EVT VT, AttributeList Attr) const override;
|
| H A D | X86ISelLowering.cpp | 42666 bool X86TargetLowering::isIntDivCheap(EVT VT, AttributeList Attr) const { in isIntDivCheap() function in X86TargetLowering
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 317 virtual bool isIntDivCheap(EVT VT, AttributeList Attr) const { return false; } in isIntDivCheap() function
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 3270 if (!N1C || TLI.isIntDivCheap(N->getValueType(0), Attr)) in visitSDIV() 3351 !TLI.isIntDivCheap(N->getValueType(0), Attr)) in visitSDIVLike() 3408 if (!N1C || TLI.isIntDivCheap(N->getValueType(0), Attr)) in visitUDIV() 3451 !TLI.isIntDivCheap(N->getValueType(0), Attr)) in visitUDIVLike() 3517 if (DAG.isKnownNeverZero(N1) && !TLI.isIntDivCheap(VT, Attr)) { in visitREM()
|
| H A D | TargetLowering.cpp | 3756 if (TLI.isIntDivCheap(N->getValueType(0), Attr)) in BuildSDIVPow2()
|