Lines Matching refs:peekThroughBitcasts
1094 if (DAG.isConstantIntBuildVectorOrConstantInt(peekThroughBitcasts(N01))) { in reassociateOpsCommutative()
1095 if (DAG.isConstantIntBuildVectorOrConstantInt(peekThroughBitcasts(N1))) { in reassociateOpsCommutative()
17928 Val = peekThroughBitcasts(Val); in mergeStoresOfConstantsOrVecElts()
17956 SDValue Val = peekThroughBitcasts(St->getValue()); in mergeStoresOfConstantsOrVecElts()
18001 Val = peekThroughBitcasts(Val); in mergeStoresOfConstantsOrVecElts()
18065 SDValue Val = peekThroughBitcasts(St->getValue()); in getStoreMergeCandidates()
18097 SDValue OtherBC = peekThroughBitcasts(Other->getValue()); in getStoreMergeCandidates()
18542 SDValue Val = peekThroughBitcasts(St->getValue()); in tryStoreMergeOfLoads()
18825 SDValue StoredVal = peekThroughBitcasts(St->getValue()); in mergeConsecutiveStores()
20799 Splat = peekThroughBitcasts(Splat); in visitBUILD_VECTOR()
20985 Op = peekThroughBitcasts(Op); in combineConcatVectorOfExtracts()
21003 ExtVec = peekThroughBitcasts(ExtVec); in combineConcatVectorOfExtracts()
21358 SDValue BinOp = peekThroughBitcasts(Extract->getOperand(0)); in narrowExtractedVectorBinOp()
21444 SDValue SubVecL = GetSubVector(peekThroughBitcasts(BinOp.getOperand(0))); in narrowExtractedVectorBinOp()
21445 SDValue SubVecR = GetSubVector(peekThroughBitcasts(BinOp.getOperand(1))); in narrowExtractedVectorBinOp()
21800 V = peekThroughBitcasts(V); in visitEXTRACT_SUBVECTOR()
22149 SDValue N0 = peekThroughBitcasts(SVN->getOperand(0)); in combineTruncationShuffle()
23220 SDValue N0Src = peekThroughBitcasts(N0); in visitINSERT_SUBVECTOR()
23221 SDValue N1Src = peekThroughBitcasts(N1); in visitINSERT_SUBVECTOR()
23409 SDValue RHS = peekThroughBitcasts(N->getOperand(1)); in XformToShuffleWithZero()