Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp6979 V = peekThroughBitcasts(V); in IsNOT()
7175 Op = peekThroughBitcasts(Op); in getTargetConstantFromNode()
7193 Op = peekThroughBitcasts(Op); in getTargetConstantBitsFromNode()
7947 V1 = peekThroughBitcasts(V1); in computeZeroableShuffleElements()
7948 V2 = peekThroughBitcasts(V2); in computeZeroableShuffleElements()
8040 V1 = peekThroughBitcasts(V1); in getTargetShuffleAndZeroables()
8041 V2 = peekThroughBitcasts(V2); in getTargetShuffleAndZeroables()
14171 V = peekThroughBitcasts(V); in getScalarValueForVectorElement()
48199 X = peekThroughBitcasts(X); in combineLogicBlendIntoPBLENDV()
48200 Y = peekThroughBitcasts(Y); in combineLogicBlendIntoPBLENDV()
[all …]
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp17928 Val = peekThroughBitcasts(Val); in mergeStoresOfConstantsOrVecElts()
18001 Val = peekThroughBitcasts(Val); in mergeStoresOfConstantsOrVecElts()
18065 SDValue Val = peekThroughBitcasts(St->getValue()); in getStoreMergeCandidates()
18542 SDValue Val = peekThroughBitcasts(St->getValue()); in tryStoreMergeOfLoads()
20799 Splat = peekThroughBitcasts(Splat); in visitBUILD_VECTOR()
20985 Op = peekThroughBitcasts(Op); in combineConcatVectorOfExtracts()
21003 ExtVec = peekThroughBitcasts(ExtVec); in combineConcatVectorOfExtracts()
21800 V = peekThroughBitcasts(V); in visitEXTRACT_SUBVECTOR()
23220 SDValue N0Src = peekThroughBitcasts(N0); in visitINSERT_SUBVECTOR()
23221 SDValue N1Src = peekThroughBitcasts(N1); in visitINSERT_SUBVECTOR()
[all …]
H A DSelectionDAG.cpp5616 SDValue N1 = peekThroughBitcasts(Ops[0]); in FoldConstantArithmetic()
5617 SDValue N2 = peekThroughBitcasts(Ops[1]); in FoldConstantArithmetic()
10639 SDValue llvm::peekThroughBitcasts(SDValue V) { in peekThroughBitcasts() function in llvm
10660 V = peekThroughBitcasts(V.getOperand(1)); in isBitwiseNot()
10775 N = peekThroughBitcasts(N); in isAllOnesOrAllOnesSplat()
H A DTargetLowering.cpp683 SDValue Src = peekThroughBitcasts(Op.getOperand(0)); in SimplifyMultipleUseDemandedBits()
H A DSelectionDAGBuilder.cpp5629 SDValue LCandidate = peekThroughBitcasts(N); in EmitFuncArgumentDbgValue()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1682 SDValue peekThroughBitcasts(SDValue V);
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp9762 SDValue LHS = peekThroughBitcasts(SVN->getOperand(0)); in lowerToXXSPLTI32DX()
9763 SDValue RHS = peekThroughBitcasts(SVN->getOperand(1)); in lowerToXXSPLTI32DX()
9835 SDValue N0 = peekThroughBitcasts(Op.getOperand(0)); in LowerROTL()
9836 SDValue N1 = peekThroughBitcasts(Op.getOperand(1)); in LowerROTL()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp2152 Extract = peekThroughBitcasts(Extract); in tryHighFPExt()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp5813 SDValue VecBC = peekThroughBitcasts(Vec); in lowerEXTRACT_VECTOR_ELT()