Searched refs:peekThroughBitcasts (Results 1 – 9 of 9) sorted by relevance
6804 if (auto *BV = dyn_cast<BuildVectorSDNode>(peekThroughBitcasts(Op))) { in getAVX512Node()7071 V = peekThroughBitcasts(V); in IsNOT()7268 Op = peekThroughBitcasts(Op); in getTargetConstantFromNode()7286 Op = peekThroughBitcasts(Op); in getTargetConstantBitsFromNode()8040 V1 = peekThroughBitcasts(V1); in computeZeroableShuffleElements()8041 V2 = peekThroughBitcasts(V2); in computeZeroableShuffleElements()8133 V1 = peekThroughBitcasts(V1); in getTargetShuffleAndZeroables()8134 V2 = peekThroughBitcasts(V2); in getTargetShuffleAndZeroables()8346 SDValue N0 = peekThroughBitcasts(N.getOperand(0)); in getFauxShuffleMask()8347 SDValue N1 = peekThroughBitcasts(N.getOperand(1)); in getFauxShuffleMask()[all …]
1111 if (DAG.isConstantIntBuildVectorOrConstantInt(peekThroughBitcasts(N01))) { in reassociateOpsCommutative()1112 if (DAG.isConstantIntBuildVectorOrConstantInt(peekThroughBitcasts(N1))) { in reassociateOpsCommutative()18582 Val = peekThroughBitcasts(Val); in mergeStoresOfConstantsOrVecElts()18610 SDValue Val = peekThroughBitcasts(St->getValue()); in mergeStoresOfConstantsOrVecElts()18658 Val = peekThroughBitcasts(Val); in mergeStoresOfConstantsOrVecElts()18722 SDValue Val = peekThroughBitcasts(St->getValue()); in getStoreMergeCandidates()18754 SDValue OtherBC = peekThroughBitcasts(Other->getValue()); in getStoreMergeCandidates()19199 SDValue Val = peekThroughBitcasts(St->getValue()); in tryStoreMergeOfLoads()19482 SDValue StoredVal = peekThroughBitcasts(St->getValue()); in mergeConsecutiveStores()21845 Splat = peekThroughBitcasts(Splat); in visitBUILD_VECTOR()[all …]
5837 SDValue N1 = peekThroughBitcasts(Ops[0]); in FoldConstantArithmetic()5838 SDValue N2 = peekThroughBitcasts(Ops[1]); in FoldConstantArithmetic()10960 SDValue llvm::peekThroughBitcasts(SDValue V) { in peekThroughBitcasts() function in llvm10981 V = peekThroughBitcasts(V.getOperand(1)); in isBitwiseNot()11078 N = peekThroughBitcasts(N); in isAllOnesOrAllOnesSplat()
5697 SDValue LCandidate = peekThroughBitcasts(N); in EmitFuncArgumentDbgValue()
674 SDValue Src = peekThroughBitcasts(Op.getOperand(0)); in SimplifyMultipleUseDemandedBits()
1705 SDValue peekThroughBitcasts(SDValue V);
9772 SDValue LHS = peekThroughBitcasts(SVN->getOperand(0)); in lowerToXXSPLTI32DX()9773 SDValue RHS = peekThroughBitcasts(SVN->getOperand(1)); in lowerToXXSPLTI32DX()9786 VecShuffle = peekThroughBitcasts(DAG.getCommutedVectorShuffle(*SVN)); in lowerToXXSPLTI32DX()9848 SDValue N0 = peekThroughBitcasts(Op.getOperand(0)); in LowerROTL()9849 SDValue N1 = peekThroughBitcasts(Op.getOperand(1)); in LowerROTL()
2346 Extract = peekThroughBitcasts(Extract); in tryHighFPExt()
5875 SDValue VecBC = peekThroughBitcasts(Vec); in lowerEXTRACT_VECTOR_ELT()