Searched refs:hasBitPreservingFPLogic (Results 1 – 10 of 10) sorted by relevance
78 bool hasBitPreservingFPLogic(EVT VT) const override;
339 bool RISCVTargetLowering::hasBitPreservingFPLogic(EVT VT) const { in hasBitPreservingFPLogic() function in RISCVTargetLowering
347 bool hasBitPreservingFPLogic(EVT VT) const override;
3878 bool SITargetLowering::hasBitPreservingFPLogic(EVT VT) const { in hasBitPreservingFPLogic() function in SITargetLowering
583 bool hasBitPreservingFPLogic(EVT VT) const override { in hasBitPreservingFPLogic() function
1247 bool hasBitPreservingFPLogic(EVT VT) const override;
15767 bool PPCTargetLowering::hasBitPreservingFPLogic(EVT VT) const { in hasBitPreservingFPLogic() function in PPCTargetLowering
866 bool hasBitPreservingFPLogic(EVT VT) const override { in hasBitPreservingFPLogic() function
487 virtual bool hasBitPreservingFPLogic(EVT VT) const { in hasBitPreservingFPLogic() function
11091 if (!VT.isFloatingPoint() || !TLI.hasBitPreservingFPLogic(VT)) in foldBitcastedFPLogic()