Searched refs:peekThroughBitcasts (Results 1 – 8 of 8) sorted by relevance
6393 V = peekThroughBitcasts(V); in IsNOT()6502 Op = peekThroughBitcasts(Op); in getTargetConstantFromNode()6520 Op = peekThroughBitcasts(Op); in getTargetConstantBitsFromNode()7296 V1 = peekThroughBitcasts(V1); in computeZeroableShuffleElements()7297 V2 = peekThroughBitcasts(V2); in computeZeroableShuffleElements()7389 V1 = peekThroughBitcasts(V1); in getTargetShuffleAndZeroables()7390 V2 = peekThroughBitcasts(V2); in getTargetShuffleAndZeroables()13409 V = peekThroughBitcasts(V); in getScalarValueForVectorElement()13434 V = peekThroughBitcasts(V); in isShuffleFoldableLoad()45070 X = peekThroughBitcasts(X); in combineLogicBlendIntoPBLENDV()[all …]
16951 Val = peekThroughBitcasts(Val); in mergeStoresOfConstantsOrVecElts()17022 Val = peekThroughBitcasts(Val); in mergeStoresOfConstantsOrVecElts()17086 SDValue Val = peekThroughBitcasts(St->getValue()); in getStoreMergeCandidates()17553 SDValue Val = peekThroughBitcasts(St->getValue()); in tryStoreMergeOfLoads()19717 Splat = peekThroughBitcasts(Splat); in visitBUILD_VECTOR()19865 Op = peekThroughBitcasts(Op); in combineConcatVectorOfExtracts()19883 ExtVec = peekThroughBitcasts(ExtVec); in combineConcatVectorOfExtracts()20515 V = peekThroughBitcasts(V); in visitEXTRACT_SUBVECTOR()21742 SDValue N0Src = peekThroughBitcasts(N0); in visitINSERT_SUBVECTOR()21743 SDValue N1Src = peekThroughBitcasts(N1); in visitINSERT_SUBVECTOR()[all …]
9547 SDValue llvm::peekThroughBitcasts(SDValue V) { in peekThroughBitcasts() function in llvm9568 V = peekThroughBitcasts(V.getOperand(1)); in isBitwiseNot()9684 N = peekThroughBitcasts(N); in isAllOnesOrAllOnesSplat()
652 SDValue Src = peekThroughBitcasts(Op.getOperand(0)); in SimplifyMultipleUseDemandedBits()
5628 SDValue LCandidate = peekThroughBitcasts(N); in EmitFuncArgumentDbgValue()
1648 SDValue peekThroughBitcasts(SDValue V);
9631 SDValue LHS = peekThroughBitcasts(SVN->getOperand(0)); in lowerToXXSPLTI32DX()9632 SDValue RHS = peekThroughBitcasts(SVN->getOperand(1)); in lowerToXXSPLTI32DX()9704 SDValue N0 = peekThroughBitcasts(Op.getOperand(0)); in LowerROTL()9705 SDValue N1 = peekThroughBitcasts(Op.getOperand(1)); in LowerROTL()
2072 Extract = peekThroughBitcasts(Extract); in tryHighFPExt()