Searched refs:RHSOps (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 16055 SmallVector<SDValue> RHSOps; in performBUILD_VECTORCombine() 16063 RHSOps.push_back(Op); in performBUILD_VECTORCombine() 16082 RHSOps.push_back(Op.getOperand(1)); in performBUILD_VECTORCombine() 16086 DAG.getBuildVector(VT, DL, RHSOps)); in performINSERT_VECTOR_ELTCombine() 16052 SmallVector<SDValue> RHSOps; performBUILD_VECTORCombine() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 41154 SmallVector<SDValue> LHSOps, RHSOps; in combineTargetShuffle() local 41162 collectConcatOps(RHS.getNode(), RHSOps, DAG) && RHSOps.size() == 2) { in combineTargetShuffle() 41163 NewRHS = widenSubVector(RHSOps[1], false, Subtarget, DAG, DL, 512); in combineTargetShuffle() 45905 SmallVector<SDValue, 1> LHSOps, RHSOps; in combineSelect() local 45909 getTargetShuffleMask(RHS, true, RHSOps, RHSMask)) { in combineSelect()
|