Searched refs:LHSOps (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 18662 SmallVector<SDValue> LHSOps; in performBUILD_VECTORCombine() local 18670 LHSOps.push_back(Op); in performBUILD_VECTORCombine() 18681 LHSOps.push_back(Op.getOperand(0)); in performBUILD_VECTORCombine() 18693 return DAG.getNode(Opcode, DL, VT, DAG.getBuildVector(VT, DL, LHSOps), in performBUILD_VECTORCombine()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 42684 SmallVector<SDValue> LHSOps, RHSOps; in combineTargetShuffle() local 42687 collectConcatOps(LHS.getNode(), LHSOps, DAG) && LHSOps.size() == 2) { in combineTargetShuffle() 42688 NewLHS = widenSubVector(LHSOps[1], false, Subtarget, DAG, DL, 512); in combineTargetShuffle() 47622 SmallVector<SDValue, 1> LHSOps, RHSOps; in combineSelect() local 47629 getTargetShuffleMask(LHSShuf, true, LHSOps, LHSMask) && in combineSelect() 47645 LHS = DAG.getNode(X86ISD::PSHUFB, DL, ByteVT, LHSOps[0], in combineSelect()
|