reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
12415 bool AArch64TargetLowering::isIntDivCheap(EVT VT, AttributeList Attr) const {
lib/Target/WebAssembly/WebAssemblyISelLowering.cpp 544 bool WebAssemblyTargetLowering::isIntDivCheap(EVT VT,
lib/Target/X86/X86ISelLowering.cpp46151 bool X86TargetLowering::isIntDivCheap(EVT VT, AttributeList Attr) const {
3679 if (!N1C || TLI.isIntDivCheap(N->getValueType(0), Attr)) 3760 !TLI.isIntDivCheap(N->getValueType(0), Attr)) 3817 if (!N1C || TLI.isIntDivCheap(N->getValueType(0), Attr)) 3860 !TLI.isIntDivCheap(N->getValueType(0), Attr)) 3926 if (DAG.isKnownNeverZero(N1) && !TLI.isIntDivCheap(VT, Attr)) {lib/CodeGen/SelectionDAG/TargetLowering.cpp
3866 if (!isIntDivCheap(VT, Attr) && !Attr.hasFnAttribute(Attribute::MinSize)) { 4626 if (TLI.isIntDivCheap(N->getValueType(0), Attr))