Lines Matching refs:ppcf128
134 setOperationAction(ISD::FP_ROUND_INREG, MVT::ppcf128, Custom); in PPCTargetLowering()
137 setOperationAction(ISD::FFLOOR, MVT::ppcf128, Expand); in PPCTargetLowering()
138 setOperationAction(ISD::FCEIL, MVT::ppcf128, Expand); in PPCTargetLowering()
139 setOperationAction(ISD::FTRUNC, MVT::ppcf128, Expand); in PPCTargetLowering()
140 setOperationAction(ISD::FRINT, MVT::ppcf128, Expand); in PPCTargetLowering()
141 setOperationAction(ISD::FNEARBYINT, MVT::ppcf128, Expand); in PPCTargetLowering()
142 setOperationAction(ISD::FREM, MVT::ppcf128, Expand); in PPCTargetLowering()
2689 if (Flags.isSplit() && OrigVT != MVT::ppcf128) in CalculateStackSlotAlignment()
8059 assert(N->getValueType(0) == MVT::ppcf128); in ReplaceNodeResults()
8060 assert(N->getOperand(0).getValueType() == MVT::ppcf128); in ReplaceNodeResults()
8073 Results.push_back(DAG.getNode(ISD::BUILD_PAIR, dl, MVT::ppcf128, in ReplaceNodeResults()
8080 if (N->getOperand(0).getValueType() == MVT::ppcf128) in ReplaceNodeResults()
10211 N->getOperand(1).getOperand(0).getValueType() != MVT::ppcf128) { in PerformDAGCombine()
11517 if (VT == MVT::ppcf128) in allowsMisalignedMemoryAccesses()