Searched refs:peekThroughOneUseBitcasts (Results 1 – 5 of 5) sorted by relevance
5952 SDValue SubSrc = peekThroughOneUseBitcasts(Sub); in getFauxShuffleMask()12203 ISD::isNON_EXTLoad(peekThroughOneUseBitcasts(V).getNode()); in isShuffleFoldableLoad()14950 X86::mayFoldLoad(peekThroughOneUseBitcasts(V1), Subtarget)) { in lowerV2X128Shuffle()14953 auto *Ld = cast<LoadSDNode>(peekThroughOneUseBitcasts(V1)); in lowerV2X128Shuffle()39397 peekThroughBitcasts(Op) == peekThroughOneUseBitcasts(Op); in canonicalizeShuffleMaskWithHorizOp()39720 Op = peekThroughOneUseBitcasts(Op); in combineX86ShufflesRecursively()40336 if (!X86::mayFoldLoad(peekThroughOneUseBitcasts(N0), Subtarget) || in combineCommutableSHUFP()40337 X86::mayFoldLoad(peekThroughOneUseBitcasts(N1), Subtarget)) in combineCommutableSHUFP()40385 SDValue BC0 = peekThroughOneUseBitcasts(N0); in combineBlendOfPermutes()40386 SDValue BC1 = peekThroughOneUseBitcasts(N1); in combineBlendOfPermutes()[all …]
1784 SDValue peekThroughOneUseBitcasts(SDValue V);
11957 SDValue llvm::peekThroughOneUseBitcasts(SDValue V) { in peekThroughOneUseBitcasts() function in llvm
24205 SDValue Scalar = peekThroughOneUseBitcasts(In); in visitCONCAT_VECTORS()26080 SDValue BC0 = peekThroughOneUseBitcasts(N0); in visitVECTOR_SHUFFLE()
20509 SDValue BV = peekThroughOneUseBitcasts(B); in isLoadOrMultipleLoads()