Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.h66 bool isIntDivCheap(EVT VT, AttributeList Attr) const override;
H A DWebAssemblyISelLowering.cpp517 bool WebAssemblyTargetLowering::isIntDivCheap(EVT VT, in isIntDivCheap() function in WebAssemblyTargetLowering
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h434 bool isIntDivCheap(EVT VT, AttributeList Attr) const override;
H A DAArch64ISelLowering.cpp8861 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 DX86ISelLowering.h1131 bool isIntDivCheap(EVT VT, AttributeList Attr) const override;
H A DX86ISelLowering.cpp42666 bool X86TargetLowering::isIntDivCheap(EVT VT, AttributeList Attr) const { in isIntDivCheap() function in X86TargetLowering
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h317 virtual bool isIntDivCheap(EVT VT, AttributeList Attr) const { return false; } in isIntDivCheap() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp3270 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 DTargetLowering.cpp3756 if (TLI.isIntDivCheap(N->getValueType(0), Attr)) in BuildSDIVPow2()