Searched refs:Subvec (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 21375 SDValue Subvec = Bitcast.getOperand(0); in performDupLane128Combine() local 21376 EVT SubvecVT = Subvec.getValueType(); in performDupLane128Combine() 21380 getPackedSVEVectorVT(Subvec.getValueType().getVectorElementType()); in performDupLane128Combine() 21385 DAG.getUNDEF(NewSubvecVT), Subvec, Insert->getOperand(2)); in performDupLane128Combine()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 24764 SDValue Subvec = N0.getOperand(1); in visitVECREDUCE() local 24769 return DAG.getNode(Opcode, SDLoc(N), N->getValueType(0), Subvec); in visitVECREDUCE()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 18872 SDValue Subvec = DAG.getNode(ISD::EXTRACT_SUBVECTOR, DL, SubVT, V2, in lowerV4X128Shuffle() local 18874 return insert128BitVector(V1, Subvec, V2Index * 2, DAG, DL); in lowerV4X128Shuffle()
|