Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp6804 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 …]
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1111 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 …]
H A DSelectionDAG.cpp5837 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 llvm
10981 V = peekThroughBitcasts(V.getOperand(1)); in isBitwiseNot()
11078 N = peekThroughBitcasts(N); in isAllOnesOrAllOnesSplat()
H A DSelectionDAGBuilder.cpp5697 SDValue LCandidate = peekThroughBitcasts(N); in EmitFuncArgumentDbgValue()
H A DTargetLowering.cpp674 SDValue Src = peekThroughBitcasts(Op.getOperand(0)); in SimplifyMultipleUseDemandedBits()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1705 SDValue peekThroughBitcasts(SDValue V);
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp9772 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()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp2346 Extract = peekThroughBitcasts(Extract); in tryHighFPExt()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp5875 SDValue VecBC = peekThroughBitcasts(Vec); in lowerEXTRACT_VECTOR_ELT()