Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp3893 static SDValue getSplitVectorSrc(SDValue LHS, SDValue RHS, bool AllowCommute) { in getSplitVectorSrc() function
46963 Src0 = getSplitVectorSrc(peekThroughBitcasts(Src0.getOperand(0)), in combinePTESTCC()
46965 Src1 = getSplitVectorSrc(peekThroughBitcasts(Src1.getOperand(0)), in combinePTESTCC()
47134 if (SDValue Src = getSplitVectorSrc(VecOp0, VecOp1, true)) { in combineSetCCMOVMSK()
48335 if (SDValue BCSrc = getSplitVectorSrc(BC0, BC1, false)) { in combineHorizOpWithShuffle()