Searched refs:isNarrowingProfitable (Results 1 – 6 of 6) sorted by relevance
125 bool isNarrowingProfitable(EVT VT1, EVT VT2) const override;
548 bool AMDGPUTargetLowering::isNarrowingProfitable(EVT SrcVT, EVT DestVT) const { in isNarrowingProfitable() function in AMDGPUTargetLowering
840 bool isNarrowingProfitable(EVT VT1, EVT VT2) const override;
20815 bool X86TargetLowering::isNarrowingProfitable(EVT VT1, EVT VT2) const { in isNarrowingProfitable() function in X86TargetLowering
1697 virtual bool isNarrowingProfitable(EVT /*VT1*/, EVT /*VT2*/) const { in isNarrowingProfitable() function
6791 ExtVT == VT && TLI.isNarrowingProfitable(N0.getValueType(), VT)) { in ReduceLoadWidth()10803 !TLI.isNarrowingProfitable(VT, NewVT))) { in ReduceLoadOpStoreWidth()