Lines Matching refs:peekThroughBitcasts
5697 Op = peekThroughBitcasts(Op); in getTargetConstantFromNode()
5723 Op = peekThroughBitcasts(Op); in getTargetConstantBitsFromNode()
6404 V1 = peekThroughBitcasts(V1); in setTargetShuffleZeroElements()
6405 V2 = peekThroughBitcasts(V2); in setTargetShuffleZeroElements()
7210 SDValue Elt = peekThroughBitcasts(Elts[i]); in EltsFromConsecutiveLoads()
7242 SDValue EltBase = peekThroughBitcasts(Elts[FirstLoadedElt]); in EltsFromConsecutiveLoads()
7253 SDValue Elt = peekThroughBitcasts(Elts[i]); in EltsFromConsecutiveLoads()
7270 Loads.push_back(cast<LoadSDNode>(peekThroughBitcasts(Elts[i]))); in EltsFromConsecutiveLoads()
9729 V1 = peekThroughBitcasts(V1); in computeZeroableShuffleElements()
9730 V2 = peekThroughBitcasts(V2); in computeZeroableShuffleElements()
11452 V = peekThroughBitcasts(V); in getScalarValueForVectorElement()
11477 V = peekThroughBitcasts(V); in isShuffleFoldableLoad()
11749 SDValue BC = peekThroughBitcasts(V); in lowerVectorShuffleAsBroadcast()
11839 V = extract128BitVector(peekThroughBitcasts(V), 0, DAG, DL); in lowerVectorShuffleAsBroadcast()
13712 V = peekThroughBitcasts(V); in splitAndLowerVectorShuffle()
14038 if (!isa<LoadSDNode>(peekThroughBitcasts(V1))) { in lowerV2X128VectorShuffle()
19500 SDValue BC0 = peekThroughBitcasts(Op0); in LowerVSETCC()
30819 SDValue V1 = peekThroughBitcasts(Inputs[0]); in combineX86ShuffleChain()
30821 : peekThroughBitcasts(Inputs[1])); in combineX86ShuffleChain()
31398 SDValue InputBC = peekThroughBitcasts(Input); in combineX86ShufflesRecursively()
31400 if (InputBC == peekThroughBitcasts(Ops[i])) in combineX86ShufflesRecursively()
31759 auto BC0 = peekThroughBitcasts(N.getOperand(0)); in combineTargetShuffle()
31760 auto BC1 = peekThroughBitcasts(N.getOperand(1)); in combineTargetShuffle()
31787 SDValue BC = peekThroughBitcasts(Src); in combineTargetShuffle()
33673 if (!resolveTargetShuffleInputs(peekThroughBitcasts(Src), Ops, Mask, DAG)) in combineExtractWithShuffle()
36010 SDValue N0 = peekThroughBitcasts(N->getOperand(0)); in combineANDXORWithAllOnesIntoANDNP()
36011 SDValue N1 = peekThroughBitcasts(N->getOperand(1)); in combineANDXORWithAllOnesIntoANDNP()
36137 SDValue Op0 = peekThroughBitcasts(N->getOperand(0)); in combineAndMaskToShift()
36138 SDValue Op1 = peekThroughBitcasts(N->getOperand(1)); in combineAndMaskToShift()
36508 Mask = peekThroughBitcasts(Mask); in combineLogicBlendIntoPBLENDV()
36509 X = peekThroughBitcasts(X); in combineLogicBlendIntoPBLENDV()
36510 Y = peekThroughBitcasts(Y); in combineLogicBlendIntoPBLENDV()
38597 SDValue Op = peekThroughBitcasts(SDValue(N, 0)); in isFNEG()
38626 SDValue Op1 = peekThroughBitcasts(Op.getOperand(1)); in isFNEG()
38630 SDValue Op0 = peekThroughBitcasts(Op.getOperand(0)); in isFNEG()
38650 return peekThroughBitcasts(Op0); in isFNEG()
39752 if (peekThroughBitcasts(X).getValueType() == MVT::f128 || in combineVectorSizedSetCCEquality()
39753 peekThroughBitcasts(Y).getValueType() == MVT::f128) in combineVectorSizedSetCCEquality()
41288 if (auto *FirstLd = dyn_cast<LoadSDNode>(peekThroughBitcasts(SubVec2))) { in combineInsertSubvector()
41353 SDValue WideVec = peekThroughBitcasts(N->getOperand(0)); in combineExtractSubvector()
41359 V = peekThroughBitcasts(V); in combineExtractSubvector()
41363 return peekThroughBitcasts(NotOp).getOpcode() == ISD::CONCAT_VECTORS; in combineExtractSubvector()