Lines Matching refs:peekThroughBitcasts
16951 Val = peekThroughBitcasts(Val); in mergeStoresOfConstantsOrVecElts()
16977 SDValue Val = peekThroughBitcasts(St->getValue()); in mergeStoresOfConstantsOrVecElts()
17022 Val = peekThroughBitcasts(Val); in mergeStoresOfConstantsOrVecElts()
17086 SDValue Val = peekThroughBitcasts(St->getValue()); in getStoreMergeCandidates()
17118 SDValue OtherBC = peekThroughBitcasts(Other->getValue()); in getStoreMergeCandidates()
17553 SDValue Val = peekThroughBitcasts(St->getValue()); in tryStoreMergeOfLoads()
17829 SDValue StoredVal = peekThroughBitcasts(St->getValue()); in mergeConsecutiveStores()
19717 Splat = peekThroughBitcasts(Splat); in visitBUILD_VECTOR()
19865 Op = peekThroughBitcasts(Op); in combineConcatVectorOfExtracts()
19883 ExtVec = peekThroughBitcasts(ExtVec); in combineConcatVectorOfExtracts()
20232 SDValue BinOp = peekThroughBitcasts(Extract->getOperand(0)); in narrowExtractedVectorBinOp()
20318 SDValue SubVecL = GetSubVector(peekThroughBitcasts(BinOp.getOperand(0))); in narrowExtractedVectorBinOp()
20319 SDValue SubVecR = GetSubVector(peekThroughBitcasts(BinOp.getOperand(1))); in narrowExtractedVectorBinOp()
20515 V = peekThroughBitcasts(V); in visitEXTRACT_SUBVECTOR()
20863 SDValue N0 = peekThroughBitcasts(SVN->getOperand(0)); in combineTruncationShuffle()
21742 SDValue N0Src = peekThroughBitcasts(N0); in visitINSERT_SUBVECTOR()
21743 SDValue N1Src = peekThroughBitcasts(N1); in visitINSERT_SUBVECTOR()
21874 SDValue RHS = peekThroughBitcasts(N->getOperand(1)); in XformToShuffleWithZero()