Home
last modified time | relevance | path

Searched refs:peekThroughBitcasts (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp5697 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 …]
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp14215 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 …]
H A DSelectionDAG.cpp8575 SDValue llvm::peekThroughBitcasts(SDValue V) { in peekThroughBitcasts() function in llvm
8590 ConstantSDNode *C = isConstOrConstSplat(peekThroughBitcasts(V.getOperand(1))); in isBitwiseNot()
8639 N = peekThroughBitcasts(N); in isAllOnesOrAllOnesSplat()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1600 SDValue peekThroughBitcasts(SDValue V);