Searched refs:hasBitPreservingFPLogic (Results 1 – 10 of 10) sorted by relevance
312 bool hasBitPreservingFPLogic(EVT VT) const override;
955 bool RISCVTargetLowering::hasBitPreservingFPLogic(EVT VT) const { in hasBitPreservingFPLogic() function in RISCVTargetLowering
379 bool hasBitPreservingFPLogic(EVT VT) const override;
4306 bool SITargetLowering::hasBitPreservingFPLogic(EVT VT) const { in hasBitPreservingFPLogic() function in SITargetLowering
1376 bool hasBitPreservingFPLogic(EVT VT) const override;
16880 bool PPCTargetLowering::hasBitPreservingFPLogic(EVT VT) const { in hasBitPreservingFPLogic() function in PPCTargetLowering
1000 bool hasBitPreservingFPLogic(EVT VT) const override { in hasBitPreservingFPLogic() function
765 bool hasBitPreservingFPLogic(EVT VT) const override { in hasBitPreservingFPLogic() function
626 virtual bool hasBitPreservingFPLogic(EVT VT) const { in hasBitPreservingFPLogic() function
12382 if (!VT.isFloatingPoint() || !TLI.hasBitPreservingFPLogic(VT)) in foldBitcastedFPLogic()