/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-project/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.h | 72 bool isIntDivCheap(EVT VT, AttributeList Attr) const override;
|
D | WebAssemblyISelLowering.cpp | 627 bool WebAssemblyTargetLowering::isIntDivCheap(EVT VT, in isIntDivCheap() function in WebAssemblyTargetLowering
|
/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/llvm-project/llvm/lib/Target/VE/ |
D | VEISelLowering.h | 166 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;
|
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;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.h | 518 bool isIntDivCheap(EVT VT, AttributeList Attr) const override;
|
D | AArch64ISelLowering.cpp | 9696 if (isIntDivCheap(N->getValueType(0), Attr)) in BuildSDIVPow2() 13348 bool AArch64TargetLowering::isIntDivCheap(EVT VT, AttributeList Attr) const { in isIntDivCheap() function in AArch64TargetLowering
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.h | 659 bool isIntDivCheap(EVT VT, AttributeList Attr) const override;
|
D | AArch64ISelLowering.cpp | 11558 if (isIntDivCheap(N->getValueType(0), Attr)) in BuildSDIVPow2() 16282 bool AArch64TargetLowering::isIntDivCheap(EVT VT, AttributeList Attr) const { in isIntDivCheap() function in AArch64TargetLowering
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 1379 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/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/llvm-project/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 464 virtual bool isIntDivCheap(EVT VT, AttributeList Attr) const { return false; } in isIntDivCheap() function
|
/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-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()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 4228 if (!isIntDivCheap(VT, Attr) && !Attr.hasFnAttribute(Attribute::MinSize)) { in SimplifySetCC() 4993 if (TLI.isIntDivCheap(N->getValueType(0), Attr)) in BuildSDIVPow2()
|
D | DAGCombiner.cpp | 4067 if (!N1C || TLI.isIntDivCheap(N->getValueType(0), Attr)) in visitSDIV() 4148 !TLI.isIntDivCheap(N->getValueType(0), Attr)) in visitSDIVLike() 4203 if (!N1C || TLI.isIntDivCheap(N->getValueType(0), Attr)) in visitUDIV() 4246 !TLI.isIntDivCheap(N->getValueType(0), Attr)) in visitUDIVLike() 4311 if (DAG.isKnownNeverZero(N1) && !TLI.isIntDivCheap(VT, Attr)) { in visitREM()
|