/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/swiftshader/third_party/llvm-16.0/llvm/lib/Target/BPF/ |
D | BPFISelLowering.h | 113 bool isIntDivCheap(EVT VT, AttributeList Attr) const override { return true; } in isIntDivCheap() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.h | 73 bool isIntDivCheap(EVT VT, AttributeList Attr) const override;
|
D | WebAssemblyISelLowering.cpp | 560 bool WebAssemblyTargetLowering::isIntDivCheap(EVT VT, in isIntDivCheap() function in WebAssemblyTargetLowering
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.h | 76 bool isIntDivCheap(EVT VT, AttributeList Attr) const override;
|
D | WebAssemblyISelLowering.cpp | 801 bool WebAssemblyTargetLowering::isIntDivCheap(EVT VT, in isIntDivCheap() function in WebAssemblyTargetLowering
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/VE/ |
D | VEISelLowering.h | 242 bool isIntDivCheap(EVT, AttributeList) const override { return false; } in isIntDivCheap() function
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.h | 389 bool isIntDivCheap(EVT VT, AttributeSet Attr) const override;
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/ |
D | RISCVISelLowering.h | 388 bool isIntDivCheap(EVT VT, AttributeList Attr) const override;
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 996 bool isIntDivCheap(EVT VT, AttributeSet Attr) const override;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.h | 518 bool isIntDivCheap(EVT VT, AttributeList Attr) const override;
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.h | 754 bool isIntDivCheap(EVT VT, AttributeList Attr) const override;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 1250 bool isIntDivCheap(EVT VT, AttributeList Attr) const override;
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 1511 bool isIntDivCheap(EVT VT, AttributeList Attr) const override;
|
/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-10.0/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 339 virtual bool isIntDivCheap(EVT VT, AttributeList Attr) const { return false; } in isIntDivCheap() function
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 501 virtual bool isIntDivCheap(EVT VT, AttributeList Attr) const { return false; } in isIntDivCheap() function
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/ |
D | CombinerHelper.cpp | 5050 if (TLI.isIntDivCheap(getApproximateEVTForLLT(DstTy, DL, Ctx), Attr)) in matchUDivByConst() 5095 if (TLI.isIntDivCheap(getApproximateEVTForLLT(DstTy, DL, Ctx), Attr)) in matchSDivByConst()
|
/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()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 5064 if (!isIntDivCheap(VT, Attr) && !Attr.hasFnAttr(Attribute::MinSize)) { in SimplifySetCC() 5839 if (TLI.isIntDivCheap(N->getValueType(0), Attr)) in BuildSDIVPow2() 5850 if (TLI.isIntDivCheap(N->getValueType(0), Attr)) in BuildSREMPow2()
|
D | DAGCombiner.cpp | 4423 if (!N1C || TLI.isIntDivCheap(N->getValueType(0), Attr)) in visitSDIV() 4508 !TLI.isIntDivCheap(N->getValueType(0), Attr)) in visitSDIVLike() 4563 if (!N1C || TLI.isIntDivCheap(N->getValueType(0), Attr)) in visitUDIV() 4606 !TLI.isIntDivCheap(N->getValueType(0), Attr)) in visitUDIVLike() 4688 if (DAG.isKnownNeverZero(N1) && !TLI.isIntDivCheap(VT, Attr)) { in visitREM()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 3791 if (!N1C || TLI.isIntDivCheap(N->getValueType(0), Attr)) in visitSDIV() 3872 !TLI.isIntDivCheap(N->getValueType(0), Attr)) in visitSDIVLike() 3929 if (!N1C || TLI.isIntDivCheap(N->getValueType(0), Attr)) in visitUDIV() 3972 !TLI.isIntDivCheap(N->getValueType(0), Attr)) in visitUDIVLike() 4038 if (DAG.isKnownNeverZero(N1) && !TLI.isIntDivCheap(VT, Attr)) { in visitREM()
|
D | TargetLowering.cpp | 3933 if (!isIntDivCheap(VT, Attr) && !Attr.hasFnAttribute(Attribute::MinSize)) { in SimplifySetCC() 4699 if (TLI.isIntDivCheap(N->getValueType(0), Attr)) in BuildSDIVPow2()
|