Searched refs:hasBitPreservingFPLogic (Results 1 – 8 of 8) sorted by relevance
305 bool hasBitPreservingFPLogic(EVT VT) const override;
3503 bool SITargetLowering::hasBitPreservingFPLogic(EVT VT) const { in hasBitPreservingFPLogic() function in SITargetLowering
490 bool hasBitPreservingFPLogic(EVT VT) const override { in hasBitPreservingFPLogic() function
1161 bool hasBitPreservingFPLogic(EVT VT) const override;
14623 bool PPCTargetLowering::hasBitPreservingFPLogic(EVT VT) const { in hasBitPreservingFPLogic() function in PPCTargetLowering
787 bool hasBitPreservingFPLogic(EVT VT) const override { in hasBitPreservingFPLogic() function
454 virtual bool hasBitPreservingFPLogic(EVT VT) const { in hasBitPreservingFPLogic() function
10017 if (!VT.isFloatingPoint() || !TLI.hasBitPreservingFPLogic(VT)) in foldBitcastedFPLogic()