Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp6396 V = peekThroughBitcasts(V); in IsNOT()
6505 Op = peekThroughBitcasts(Op); in getTargetConstantFromNode()
6523 Op = peekThroughBitcasts(Op); in getTargetConstantBitsFromNode()
7295 V1 = peekThroughBitcasts(V1); in computeZeroableShuffleElements()
7296 V2 = peekThroughBitcasts(V2); in computeZeroableShuffleElements()
7388 V1 = peekThroughBitcasts(V1); in getTargetShuffleAndZeroables()
7389 V2 = peekThroughBitcasts(V2); in getTargetShuffleAndZeroables()
7572 SDValue N0 = peekThroughBitcasts(N.getOperand(0)); in getFauxShuffleMask()
7573 SDValue N1 = peekThroughBitcasts(N.getOperand(1)); in getFauxShuffleMask()
8500 SDValue Elt = peekThroughBitcasts(Elts[i]); in EltsFromConsecutiveLoads()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp16753 Val = peekThroughBitcasts(Val); in mergeStoresOfConstantsOrVecElts()
16779 SDValue Val = peekThroughBitcasts(St->getValue()); in mergeStoresOfConstantsOrVecElts()
16824 Val = peekThroughBitcasts(Val); in mergeStoresOfConstantsOrVecElts()
16888 SDValue Val = peekThroughBitcasts(St->getValue()); in getStoreMergeCandidates()
16920 SDValue OtherBC = peekThroughBitcasts(Other->getValue()); in getStoreMergeCandidates()
17352 SDValue Val = peekThroughBitcasts(St->getValue()); in tryStoreMergeOfLoads()
17628 SDValue StoredVal = peekThroughBitcasts(St->getValue()); in mergeConsecutiveStores()
19489 Splat = peekThroughBitcasts(Splat); in visitBUILD_VECTOR()
19637 Op = peekThroughBitcasts(Op); in combineConcatVectorOfExtracts()
19655 ExtVec = peekThroughBitcasts(ExtVec); in combineConcatVectorOfExtracts()
[all …]
H A DSelectionDAG.cpp9462 SDValue llvm::peekThroughBitcasts(SDValue V) { in peekThroughBitcasts() function in llvm
9483 V = peekThroughBitcasts(V.getOperand(1)); in isBitwiseNot()
9598 N = peekThroughBitcasts(N); in isAllOnesOrAllOnesSplat()
H A DTargetLowering.cpp661 SDValue Src = peekThroughBitcasts(Op.getOperand(0)); in SimplifyMultipleUseDemandedBits()
H A DSelectionDAGBuilder.cpp5601 SDValue LCandidate = peekThroughBitcasts(N); in EmitFuncArgumentDbgValue()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1636 SDValue peekThroughBitcasts(SDValue V);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp9587 SDValue LHS = peekThroughBitcasts(SVN->getOperand(0)); in lowerToXXSPLTI32DX()
9588 SDValue RHS = peekThroughBitcasts(SVN->getOperand(1)); in lowerToXXSPLTI32DX()
9660 SDValue N0 = peekThroughBitcasts(Op.getOperand(0)); in LowerROTL()
9661 SDValue N1 = peekThroughBitcasts(Op.getOperand(1)); in LowerROTL()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp2038 Extract = peekThroughBitcasts(Extract); in tryHighFPExt()