Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp6393 V = peekThroughBitcasts(V); in IsNOT()
6502 Op = peekThroughBitcasts(Op); in getTargetConstantFromNode()
6520 Op = peekThroughBitcasts(Op); in getTargetConstantBitsFromNode()
7296 V1 = peekThroughBitcasts(V1); in computeZeroableShuffleElements()
7297 V2 = peekThroughBitcasts(V2); in computeZeroableShuffleElements()
7389 V1 = peekThroughBitcasts(V1); in getTargetShuffleAndZeroables()
7390 V2 = peekThroughBitcasts(V2); in getTargetShuffleAndZeroables()
13409 V = peekThroughBitcasts(V); in getScalarValueForVectorElement()
13434 V = peekThroughBitcasts(V); in isShuffleFoldableLoad()
45070 X = peekThroughBitcasts(X); in combineLogicBlendIntoPBLENDV()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp16951 Val = peekThroughBitcasts(Val); in mergeStoresOfConstantsOrVecElts()
17022 Val = peekThroughBitcasts(Val); in mergeStoresOfConstantsOrVecElts()
17086 SDValue Val = peekThroughBitcasts(St->getValue()); in getStoreMergeCandidates()
17553 SDValue Val = peekThroughBitcasts(St->getValue()); in tryStoreMergeOfLoads()
19717 Splat = peekThroughBitcasts(Splat); in visitBUILD_VECTOR()
19865 Op = peekThroughBitcasts(Op); in combineConcatVectorOfExtracts()
19883 ExtVec = peekThroughBitcasts(ExtVec); in combineConcatVectorOfExtracts()
20515 V = peekThroughBitcasts(V); in visitEXTRACT_SUBVECTOR()
21742 SDValue N0Src = peekThroughBitcasts(N0); in visitINSERT_SUBVECTOR()
21743 SDValue N1Src = peekThroughBitcasts(N1); in visitINSERT_SUBVECTOR()
[all …]
H A DSelectionDAG.cpp9547 SDValue llvm::peekThroughBitcasts(SDValue V) { in peekThroughBitcasts() function in llvm
9568 V = peekThroughBitcasts(V.getOperand(1)); in isBitwiseNot()
9684 N = peekThroughBitcasts(N); in isAllOnesOrAllOnesSplat()
H A DTargetLowering.cpp652 SDValue Src = peekThroughBitcasts(Op.getOperand(0)); in SimplifyMultipleUseDemandedBits()
H A DSelectionDAGBuilder.cpp5628 SDValue LCandidate = peekThroughBitcasts(N); in EmitFuncArgumentDbgValue()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1648 SDValue peekThroughBitcasts(SDValue V);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp9631 SDValue LHS = peekThroughBitcasts(SVN->getOperand(0)); in lowerToXXSPLTI32DX()
9632 SDValue RHS = peekThroughBitcasts(SVN->getOperand(1)); in lowerToXXSPLTI32DX()
9704 SDValue N0 = peekThroughBitcasts(Op.getOperand(0)); in LowerROTL()
9705 SDValue N1 = peekThroughBitcasts(Op.getOperand(1)); in LowerROTL()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp2072 Extract = peekThroughBitcasts(Extract); in tryHighFPExt()