Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp40158 SmallVector<SDValue, 2> OpInputs; in combineX86ShufflesRecursively() local
40161 if (getTargetShuffleInputs(Op, OpDemandedElts, OpInputs, OpMask, OpUndef, in combineX86ShufflesRecursively()
40165 if (llvm::any_of(OpInputs, [VT](SDValue OpInput) { in combineX86ShufflesRecursively()
40175 OpInputs.assign({SrcVec}); in combineX86ShufflesRecursively()
40188 if (OpInputs.size() > 1) { in combineX86ShufflesRecursively()
40213 APInt UsedInputs = APInt::getZero(OpInputs.size()); in combineX86ShufflesRecursively()
40229 Ops.append(OpInputs.begin(), OpInputs.end()); in combineX86ShufflesRecursively()
40253 for (SDValue OpInput : OpInputs) in combineX86ShufflesRecursively()
42637 SmallVector<SDValue, 2> OpInputs; in SimplifyDemandedVectorEltsForTargetNode() local
42638 if (!getTargetShuffleInputs(Op, DemandedElts, OpInputs, OpMask, OpUndef, in SimplifyDemandedVectorEltsForTargetNode()
[all …]