Searched refs:peekThroughBitcasts (Results 1 – 9 of 9) sorted by relevance
4584 Op = peekThroughBitcasts(Op); in getTargetConstantFromNode()4602 Op = peekThroughBitcasts(Op); in getTargetConstantBitsFromNode()4976 V = peekThroughBitcasts(V); in IsNOT()5431 V1 = peekThroughBitcasts(V1); in computeZeroableShuffleElements()5432 V2 = peekThroughBitcasts(V2); in computeZeroableShuffleElements()5524 V1 = peekThroughBitcasts(V1); in getTargetShuffleAndZeroables()5525 V2 = peekThroughBitcasts(V2); in getTargetShuffleAndZeroables()12044 V = peekThroughBitcasts(V); in getScalarValueForVectorElement()45750 if (peekThroughBitcasts(NotOp1) == peekThroughBitcasts(Op0)) { in combinePTESTCC()48925 X = peekThroughBitcasts(X); in combineLogicBlendIntoPBLENDV()[all …]
19899 Val = peekThroughBitcasts(Val); in mergeStoresOfConstantsOrVecElts()19975 Val = peekThroughBitcasts(Val); in mergeStoresOfConstantsOrVecElts()20054 SDValue Val = peekThroughBitcasts(St->getValue()); in getStoreMergeCandidates()20536 SDValue Val = peekThroughBitcasts(St->getValue()); in tryStoreMergeOfLoads()23400 Splat = peekThroughBitcasts(Splat); in visitBUILD_VECTOR()23589 Op = peekThroughBitcasts(Op); in combineConcatVectorOfExtracts()23607 ExtVec = peekThroughBitcasts(ExtVec); in combineConcatVectorOfExtracts()24526 V = peekThroughBitcasts(V); in visitEXTRACT_SUBVECTOR()26214 SDValue N0Src = peekThroughBitcasts(N0); in visitINSERT_SUBVECTOR()26215 SDValue N1Src = peekThroughBitcasts(N1); in visitINSERT_SUBVECTOR()[all …]
6275 SDValue N1 = peekThroughBitcasts(Ops[0]); in FoldConstantArithmetic()6276 SDValue N2 = peekThroughBitcasts(Ops[1]); in FoldConstantArithmetic()11608 SDValue llvm::peekThroughBitcasts(SDValue V) { in peekThroughBitcasts() function in llvm11635 V = peekThroughBitcasts(V.getOperand(1)); in isBitwiseNot()11732 N = peekThroughBitcasts(N); in isAllOnesOrAllOnesSplat()
5872 SDValue LCandidate = peekThroughBitcasts(N); in EmitFuncArgumentDbgValue()
690 SDValue Src = peekThroughBitcasts(Op.getOperand(0)); in SimplifyMultipleUseDemandedBits()
1736 SDValue peekThroughBitcasts(SDValue V);
9914 SDValue LHS = peekThroughBitcasts(SVN->getOperand(0)); in lowerToXXSPLTI32DX()9915 SDValue RHS = peekThroughBitcasts(SVN->getOperand(1)); in lowerToXXSPLTI32DX()9928 VecShuffle = peekThroughBitcasts(DAG.getCommutedVectorShuffle(*SVN)); in lowerToXXSPLTI32DX()9990 SDValue N0 = peekThroughBitcasts(Op.getOperand(0)); in LowerROTL()9991 SDValue N1 = peekThroughBitcasts(Op.getOperand(1)); in LowerROTL()
6925 SDValue VecBC = peekThroughBitcasts(Vec); in lowerEXTRACT_VECTOR_ELT()11898 auto TempOp = peekThroughBitcasts(Op); in hasNon16BitAccesses()11899 auto TempOtherOp = peekThroughBitcasts(OtherOp); in hasNon16BitAccesses()
19182 if (DAG.isConstantIntBuildVectorOrConstantInt(peekThroughBitcasts(X))) in performSubAddMULCombine()