Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp18663 SmallVector<SDValue> RHSOps; in performBUILD_VECTORCombine() local
18671 RHSOps.push_back(Op); in performBUILD_VECTORCombine()
18690 RHSOps.push_back(Op.getOperand(1)); in performBUILD_VECTORCombine()
18694 DAG.getBuildVector(VT, DL, RHSOps)); in performBUILD_VECTORCombine()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp42684 SmallVector<SDValue> LHSOps, RHSOps; in combineTargetShuffle() local
42692 collectConcatOps(RHS.getNode(), RHSOps, DAG) && RHSOps.size() == 2) { in combineTargetShuffle()
42693 NewRHS = widenSubVector(RHSOps[1], false, Subtarget, DAG, DL, 512); in combineTargetShuffle()
47622 SmallVector<SDValue, 1> LHSOps, RHSOps; in combineSelect() local
47630 getTargetShuffleMask(RHSShuf, true, RHSOps, RHSMask)) { in combineSelect()
47647 RHS = DAG.getNode(X86ISD::PSHUFB, DL, ByteVT, RHSOps[0], in combineSelect()