Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp14711 SmallVector<SDValue> RHSOps; in performBUILD_VECTORCombine() local
14719 RHSOps.push_back(Op); in performBUILD_VECTORCombine()
14737 RHSOps.push_back(Op.getOperand(1)); in performBUILD_VECTORCombine()
14741 DAG.getBuildVector(VT, DL, RHSOps)); in performBUILD_VECTORCombine()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp40268 SmallVector<SDValue> LHSOps, RHSOps; in combineTargetShuffle() local
40276 collectConcatOps(RHS.getNode(), RHSOps, DAG) && RHSOps.size() == 2) { in combineTargetShuffle()
40277 NewRHS = widenSubVector(RHSOps[1], false, Subtarget, DAG, DL, 512); in combineTargetShuffle()
44875 SmallVector<SDValue, 1> LHSOps, RHSOps; in combineSelect() local
44879 getTargetShuffleMask(RHS.getNode(), SimpleVT, true, RHSOps, RHSMask)) { in combineSelect()