Searched refs:LHSOps (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 16054 SmallVector<SDValue> LHSOps; in performBUILD_VECTORCombine() 16062 LHSOps.push_back(Op); in performBUILD_VECTORCombine() 16073 LHSOps.push_back(Op.getOperand(0)); in performBUILD_VECTORCombine() 16085 return DAG.getNode(Opcode, DL, VT, DAG.getBuildVector(VT, DL, LHSOps), 16051 SmallVector<SDValue> LHSOps; performBUILD_VECTORCombine() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 41154 SmallVector<SDValue> LHSOps, RHSOps; in combineTargetShuffle() local 41157 collectConcatOps(LHS.getNode(), LHSOps, DAG) && LHSOps.size() == 2) { in combineTargetShuffle() 41158 NewLHS = widenSubVector(LHSOps[1], false, Subtarget, DAG, DL, 512); in combineTargetShuffle() 45905 SmallVector<SDValue, 1> LHSOps, RHSOps; in combineSelect() local 45908 getTargetShuffleMask(LHS, true, LHSOps, LHSMask) && in combineSelect()
|