Searched refs:FirstInput (Results 1 – 2 of 2) sorted by relevance
12950 SDValue FirstInput = N->getOperand(0); in combineElementTruncationToVectorTruncation() local12951 assert(FirstInput.getOpcode() == PPCISD::MFVSR && in combineElementTruncationToVectorTruncation()12956 unsigned FirstConversion = FirstInput.getOperand(0).getOpcode(); in combineElementTruncationToVectorTruncation()12964 EVT SrcVT = FirstInput.getOperand(0).getValueType(); in combineElementTruncationToVectorTruncation()12980 if (N->getOperand(i) != FirstInput) in combineElementTruncationToVectorTruncation()13041 SDValue FirstInput = N->getOperand(0); in combineBVOfConsecutiveLoads() local13044 if (FirstInput.getOpcode() == ISD::FP_ROUND && in combineBVOfConsecutiveLoads()13045 FirstInput.getOperand(0).getOpcode() == ISD::LOAD) { in combineBVOfConsecutiveLoads()13046 LoadSDNode *LD = dyn_cast<LoadSDNode>(FirstInput.getOperand(0)); in combineBVOfConsecutiveLoads()13050 if ((!IsRoundOfExtLoad && FirstInput.getOpcode() != ISD::LOAD) || in combineBVOfConsecutiveLoads()[all …]
2565 bool FirstInput = true; in writeOperandBundles() local2567 if (!FirstInput) in writeOperandBundles()2569 FirstInput = false; in writeOperandBundles()