Lines Matching refs:ppcf128
99 setOperationAction(ISD::FP_ROUND_INREG, MVT::ppcf128, Custom); in PPCTargetLowering()
102 setOperationAction(ISD::FFLOOR, MVT::ppcf128, Expand); in PPCTargetLowering()
103 setOperationAction(ISD::FCEIL, MVT::ppcf128, Expand); in PPCTargetLowering()
104 setOperationAction(ISD::FTRUNC, MVT::ppcf128, Expand); in PPCTargetLowering()
105 setOperationAction(ISD::FRINT, MVT::ppcf128, Expand); in PPCTargetLowering()
106 setOperationAction(ISD::FNEARBYINT, MVT::ppcf128, Expand); in PPCTargetLowering()
107 setOperationAction(ISD::FREM, MVT::ppcf128, Expand); in PPCTargetLowering()
5863 assert(N->getValueType(0) == MVT::ppcf128); in ReplaceNodeResults()
5864 assert(N->getOperand(0).getValueType() == MVT::ppcf128); in ReplaceNodeResults()
5877 Results.push_back(DAG.getNode(ISD::BUILD_PAIR, dl, MVT::ppcf128, in ReplaceNodeResults()
5883 if (N->getOperand(0).getValueType() == MVT::ppcf128) in ReplaceNodeResults()
7101 N->getOperand(0).getOperand(0).getValueType() != MVT::ppcf128) { in PerformDAGCombine()
7131 N->getOperand(1).getOperand(0).getValueType() != MVT::ppcf128) { in PerformDAGCombine()
7899 if (VT == MVT::ppcf128) in allowsUnalignedMemoryAccesses()