Searched refs:isIntDivCheap (Results 1 – 11 of 11) sorted by relevance
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.h | 61 bool isIntDivCheap(EVT VT, AttributeSet Attr) const override;
|
D | WebAssemblyISelLowering.cpp | 246 bool WebAssemblyTargetLowering::isIntDivCheap(EVT VT, AttributeSet Attr) const { in isIntDivCheap() function in WebAssemblyTargetLowering
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.h | 389 bool isIntDivCheap(EVT VT, AttributeSet Attr) const override;
|
D | AArch64ISelLowering.cpp | 7497 if (isIntDivCheap(N->getValueType(0), Attr)) in BuildSDIVPow2() 10367 bool AArch64TargetLowering::isIntDivCheap(EVT VT, AttributeSet Attr) const { in isIntDivCheap() function in AArch64TargetLowering
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 996 bool isIntDivCheap(EVT VT, AttributeSet Attr) const override;
|
D | X86ISelLowering.cpp | 31866 bool X86TargetLowering::isIntDivCheap(EVT VT, AttributeSet Attr) const { in isIntDivCheap() function in X86TargetLowering
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetLowering.h | 152 bool isIntDivCheap() const { return IntDivIsCheap; } in isIntDivCheap() function
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 237 virtual bool isIntDivCheap(EVT VT, AttributeSet Attr) const { in isIntDivCheap() function
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 1773 if (N1C && !N1C->isNullValue() && !TLI.isIntDivCheap() && in visitSDIV() 1814 !TLI.isIntDivCheap()) { in visitSDIV() 1866 if (N1C && !N1C->isNullValue() && !TLI.isIntDivCheap()) { in visitUDIV()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 2300 if (N1C && !TLI.isIntDivCheap(N->getValueType(0), Attr)) in visitSDIV() 2307 if (!N1C || TLI.isIntDivCheap(N->getValueType(0), Attr)) in visitSDIV() 2364 if (N1C && !TLI.isIntDivCheap(N->getValueType(0), Attr)) in visitUDIV() 2371 if (!N1C || TLI.isIntDivCheap(N->getValueType(0), Attr)) in visitUDIV() 2438 if (N1C && !N1C->isNullValue() && !TLI.isIntDivCheap(VT, Attr)) { in visitREM()
|
D | TargetLowering.cpp | 2822 if (TLI.isIntDivCheap(N->getValueType(0), Attr)) in BuildSDIVPow2()
|