Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp4584 Op = peekThroughBitcasts(Op); in getTargetConstantFromNode()
4602 Op = peekThroughBitcasts(Op); in getTargetConstantBitsFromNode()
4976 V = peekThroughBitcasts(V); in IsNOT()
5431 V1 = peekThroughBitcasts(V1); in computeZeroableShuffleElements()
5432 V2 = peekThroughBitcasts(V2); in computeZeroableShuffleElements()
5524 V1 = peekThroughBitcasts(V1); in getTargetShuffleAndZeroables()
5525 V2 = peekThroughBitcasts(V2); in getTargetShuffleAndZeroables()
12044 V = peekThroughBitcasts(V); in getScalarValueForVectorElement()
45750 if (peekThroughBitcasts(NotOp1) == peekThroughBitcasts(Op0)) { in combinePTESTCC()
48925 X = peekThroughBitcasts(X); in combineLogicBlendIntoPBLENDV()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp19899 Val = peekThroughBitcasts(Val); in mergeStoresOfConstantsOrVecElts()
19975 Val = peekThroughBitcasts(Val); in mergeStoresOfConstantsOrVecElts()
20054 SDValue Val = peekThroughBitcasts(St->getValue()); in getStoreMergeCandidates()
20536 SDValue Val = peekThroughBitcasts(St->getValue()); in tryStoreMergeOfLoads()
23400 Splat = peekThroughBitcasts(Splat); in visitBUILD_VECTOR()
23589 Op = peekThroughBitcasts(Op); in combineConcatVectorOfExtracts()
23607 ExtVec = peekThroughBitcasts(ExtVec); in combineConcatVectorOfExtracts()
24526 V = peekThroughBitcasts(V); in visitEXTRACT_SUBVECTOR()
26214 SDValue N0Src = peekThroughBitcasts(N0); in visitINSERT_SUBVECTOR()
26215 SDValue N1Src = peekThroughBitcasts(N1); in visitINSERT_SUBVECTOR()
[all …]
H A DSelectionDAG.cpp6275 SDValue N1 = peekThroughBitcasts(Ops[0]); in FoldConstantArithmetic()
6276 SDValue N2 = peekThroughBitcasts(Ops[1]); in FoldConstantArithmetic()
11608 SDValue llvm::peekThroughBitcasts(SDValue V) { in peekThroughBitcasts() function in llvm
11635 V = peekThroughBitcasts(V.getOperand(1)); in isBitwiseNot()
11732 N = peekThroughBitcasts(N); in isAllOnesOrAllOnesSplat()
H A DSelectionDAGBuilder.cpp5872 SDValue LCandidate = peekThroughBitcasts(N); in EmitFuncArgumentDbgValue()
H A DTargetLowering.cpp690 SDValue Src = peekThroughBitcasts(Op.getOperand(0)); in SimplifyMultipleUseDemandedBits()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1736 SDValue peekThroughBitcasts(SDValue V);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp9914 SDValue LHS = peekThroughBitcasts(SVN->getOperand(0)); in lowerToXXSPLTI32DX()
9915 SDValue RHS = peekThroughBitcasts(SVN->getOperand(1)); in lowerToXXSPLTI32DX()
9928 VecShuffle = peekThroughBitcasts(DAG.getCommutedVectorShuffle(*SVN)); in lowerToXXSPLTI32DX()
9990 SDValue N0 = peekThroughBitcasts(Op.getOperand(0)); in LowerROTL()
9991 SDValue N1 = peekThroughBitcasts(Op.getOperand(1)); in LowerROTL()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp6925 SDValue VecBC = peekThroughBitcasts(Vec); in lowerEXTRACT_VECTOR_ELT()
11898 auto TempOp = peekThroughBitcasts(Op); in hasNon16BitAccesses()
11899 auto TempOtherOp = peekThroughBitcasts(OtherOp); in hasNon16BitAccesses()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp19182 if (DAG.isConstantIntBuildVectorOrConstantInt(peekThroughBitcasts(X))) in performSubAddMULCombine()