Searched refs:ConcatSubOperand (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 55249 auto ConcatSubOperand = [&](MVT VT, ArrayRef<SDValue> SubOps, unsigned I) { in combineConcatVectorOps() local 55275 ConcatSubOperand(VT, Ops, 0), in combineConcatVectorOps() 55276 ConcatSubOperand(VT, Ops, 0)); in combineConcatVectorOps() 55281 DL, VT, ConcatSubOperand(VT, Ops, 0), in combineConcatVectorOps() 55291 ConcatSubOperand(VT, Ops, 0)); in combineConcatVectorOps() 55301 ConcatSubOperand(VT, Ops, 0), in combineConcatVectorOps() 55302 ConcatSubOperand(VT, Ops, 1), Op0.getOperand(2)); in combineConcatVectorOps() 55312 ConcatSubOperand(VT, Ops, 0), Op0.getOperand(1)); in combineConcatVectorOps() 55318 SDValue Res = DAG.getBitcast(MVT::v8f32, ConcatSubOperand(VT, Ops, 0)); in combineConcatVectorOps() 55328 ConcatSubOperand(VT, Ops, 0), in combineConcatVectorOps() [all …]
|