Searched refs:peekThroughBitcasts (Results 1 – 4 of 4) sorted by relevance
5697 Op = peekThroughBitcasts(Op); in getTargetConstantFromNode()5723 Op = peekThroughBitcasts(Op); in getTargetConstantBitsFromNode()6404 V1 = peekThroughBitcasts(V1); in setTargetShuffleZeroElements()6405 V2 = peekThroughBitcasts(V2); in setTargetShuffleZeroElements()9729 V1 = peekThroughBitcasts(V1); in computeZeroableShuffleElements()9730 V2 = peekThroughBitcasts(V2); in computeZeroableShuffleElements()11452 V = peekThroughBitcasts(V); in getScalarValueForVectorElement()11477 V = peekThroughBitcasts(V); in isShuffleFoldableLoad()13712 V = peekThroughBitcasts(V); in splitAndLowerVectorShuffle()36509 X = peekThroughBitcasts(X); in combineLogicBlendIntoPBLENDV()[all …]
14215 Val = peekThroughBitcasts(Val); in MergeStoresOfConstantsOrVecElts()14286 Val = peekThroughBitcasts(Val); in MergeStoresOfConstantsOrVecElts()14349 SDValue Val = peekThroughBitcasts(St->getValue()); in getStoreMergeCandidates()14383 SDValue Val = peekThroughBitcasts(Other->getValue()); in getStoreMergeCandidates()14816 SDValue Val = peekThroughBitcasts(St->getValue()); in MergeConsecutiveStores()16549 Splat = peekThroughBitcasts(Splat); in visitBUILD_VECTOR()16681 Op = peekThroughBitcasts(Op); in combineConcatVectorOfExtracts()16698 ExtVec = peekThroughBitcasts(ExtVec); in combineConcatVectorOfExtracts()17089 V = peekThroughBitcasts(V); in visitEXTRACT_SUBVECTOR()17390 SDValue N0 = peekThroughBitcasts(SVN->getOperand(0)); in combineTruncationShuffle()[all …]
8575 SDValue llvm::peekThroughBitcasts(SDValue V) { in peekThroughBitcasts() function in llvm8590 ConstantSDNode *C = isConstOrConstSplat(peekThroughBitcasts(V.getOperand(1))); in isBitwiseNot()8639 N = peekThroughBitcasts(N); in isAllOnesOrAllOnesSplat()
1600 SDValue peekThroughBitcasts(SDValue V);