Searched refs:isIntDivCheap (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/ |
H A D | BPFISelLowering.h | 113 bool isIntDivCheap(EVT VT, AttributeList Attr) const override { return true; } in isIntDivCheap() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelLowering.h | 72 bool isIntDivCheap(EVT VT, AttributeList Attr) const override;
|
H A D | WebAssemblyISelLowering.cpp | 672 bool WebAssemblyTargetLowering::isIntDivCheap(EVT VT, in isIntDivCheap() function in WebAssemblyTargetLowering
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/ |
H A D | VEISelLowering.h | 205 bool isIntDivCheap(EVT, AttributeList) const override { return false; } in isIntDivCheap() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.h | 1398 bool isIntDivCheap(EVT VT, AttributeList Attr) const override;
|
H A D | X86ISelLowering.cpp | 22559 if (isIntDivCheap(N->getValueType(0), Attr)) in BuildSDIVPow2() 52104 bool X86TargetLowering::isIntDivCheap(EVT VT, AttributeList Attr) const { in isIntDivCheap() function in X86TargetLowering
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.h | 700 bool isIntDivCheap(EVT VT, AttributeList Attr) const override;
|
H A D | AArch64ISelLowering.cpp | 12001 if (isIntDivCheap(N->getValueType(0), Attr)) in BuildSDIVPow2() 17154 bool AArch64TargetLowering::isIntDivCheap(EVT VT, AttributeList Attr) const { in isIntDivCheap() function in AArch64TargetLowering
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 468 virtual bool isIntDivCheap(EVT VT, AttributeList Attr) const { return false; } in isIntDivCheap() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 4170 if (!N1C || TLI.isIntDivCheap(N->getValueType(0), Attr)) in visitSDIV() 4251 !TLI.isIntDivCheap(N->getValueType(0), Attr)) in visitSDIVLike() 4306 if (!N1C || TLI.isIntDivCheap(N->getValueType(0), Attr)) in visitUDIV() 4349 !TLI.isIntDivCheap(N->getValueType(0), Attr)) in visitUDIVLike() 4415 if (DAG.isKnownNeverZero(N1) && !TLI.isIntDivCheap(VT, Attr)) { in visitREM()
|
H A D | TargetLowering.cpp | 4314 if (!isIntDivCheap(VT, Attr) && !Attr.hasFnAttribute(Attribute::MinSize)) { in SimplifySetCC() 5084 if (TLI.isIntDivCheap(N->getValueType(0), Attr)) in BuildSDIVPow2()
|