Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp7071 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()
14490 V = peekThroughBitcasts(V); in getScalarValueForVectorElement()
49497 X = peekThroughBitcasts(X); in combineLogicBlendIntoPBLENDV()
49498 Y = peekThroughBitcasts(Y); in combineLogicBlendIntoPBLENDV()
[all …]
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp18582 Val = peekThroughBitcasts(Val); in mergeStoresOfConstantsOrVecElts()
18658 Val = peekThroughBitcasts(Val); in mergeStoresOfConstantsOrVecElts()
18722 SDValue Val = peekThroughBitcasts(St->getValue()); in getStoreMergeCandidates()
19199 SDValue Val = peekThroughBitcasts(St->getValue()); in tryStoreMergeOfLoads()
21845 Splat = peekThroughBitcasts(Splat); in visitBUILD_VECTOR()
22034 Op = peekThroughBitcasts(Op); in combineConcatVectorOfExtracts()
22052 ExtVec = peekThroughBitcasts(ExtVec); in combineConcatVectorOfExtracts()
22956 V = peekThroughBitcasts(V); in visitEXTRACT_SUBVECTOR()
24629 SDValue N0Src = peekThroughBitcasts(N0); in visitINSERT_SUBVECTOR()
24630 SDValue N1Src = peekThroughBitcasts(N1); in visitINSERT_SUBVECTOR()
[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/gnu/llvm/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1705 SDValue peekThroughBitcasts(SDValue V);
/openbsd/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/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp2346 Extract = peekThroughBitcasts(Extract); in tryHighFPExt()
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp5875 SDValue VecBC = peekThroughBitcasts(Vec); in lowerEXTRACT_VECTOR_ELT()