Searched refs:ExtractVectorElements (Results 1 – 9 of 9) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.cpp | 2335 DAG.ExtractVectorElements(Op->getOperand(0), LHS); in LowerSETCC() 2336 DAG.ExtractVectorElements(Op->getOperand(1), RHS); in LowerSETCC() 2375 DAG.ExtractVectorElements(Op.getOperand(0), ShiftedElements, 0, 0, MVT::i32); in unrollVectorShift() 2377 DAG.ExtractVectorElements(Op.getOperand(1), ShiftElements, 0, 0, MVT::i32); in unrollVectorShift()
|
| /src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelLowering.cpp | 1524 DAG.ExtractVectorElements(NewIn, Args); in LowerCONCAT_VECTORS() 1537 DAG.ExtractVectorElements(U.get(), Args); in LowerCONCAT_VECTORS() 1562 DAG.ExtractVectorElements(Tmp, Args, Start / 2, NumElt / 2); in LowerEXTRACT_SUBVECTOR() 1571 DAG.ExtractVectorElements(Op.getOperand(0), Args, Start, in LowerEXTRACT_SUBVECTOR() 3678 DAG.ExtractVectorElements(Src, Args, 0, NElts); in LowerSIGN_EXTEND_INREG()
|
| H A D | SIISelLowering.cpp | 5917 DAG.ExtractVectorElements(Result, Elts); in adjustLoadValueTypeImpl() 7763 DAG.ExtractVectorElements(Src, Elts); in padEltsToUndef() 8255 DAG.ExtractVectorElements(SDValue(NewNode, 0), Elt, 0, 1); in lowerImage() 9205 DAG.ExtractVectorElements(Op, Lanes, 0, 3); in LowerINTRINSIC_W_CHAIN() 9236 DAG.ExtractVectorElements(RayDir, DirLanes, 0, 3); in LowerINTRINSIC_W_CHAIN() 9237 DAG.ExtractVectorElements(RayInvDir, InvDirLanes, 0, 3); in LowerINTRINSIC_W_CHAIN() 9250 DAG.ExtractVectorElements(DAG.getBitcast(MVT::v2i32, NodePtr), Ops, 0, in LowerINTRINSIC_W_CHAIN() 9437 DAG.ExtractVectorElements(IntVData, Elts); in handleD16VData() 12167 DAG.ExtractVectorElements(Src, VecSrcs, DWordOffset * NumElementsIn32, in getDWordFromOffset()
|
| /src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 2299 void ExtractVectorElements(SDValue Op, SmallVectorImpl<SDValue> &Args,
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorTypes.cpp | 356 DAG.ExtractVectorElements(N->getOperand(0), ElemsLHS); in ScalarizeVecRes_OverflowOp() 357 DAG.ExtractVectorElements(N->getOperand(1), ElemsRHS); in ScalarizeVecRes_OverflowOp() 5441 DAG.ExtractVectorElements(InOp, Ops); in WidenVecRes_BITCAST()
|
| H A D | SelectionDAG.cpp | 12500 ExtractVectorElements(N->getOperand(0), LHSScalars, 0, NE); in UnrollVectorOverflowOp() 12501 ExtractVectorElements(N->getOperand(1), RHSScalars, 0, NE); in UnrollVectorOverflowOp() 12698 void SelectionDAG::ExtractVectorElements(SDValue Op, in ExtractVectorElements() function in SelectionDAG
|
| H A D | TargetLowering.cpp | 11065 DAG.ExtractVectorElements(Op, Ops, 0, NumElts); in expandVecReduce() 11093 DAG.ExtractVectorElements(VecOp, Ops, 0, NumElts); in expandVecReduceSeq()
|
| H A D | SelectionDAGBuilder.cpp | 680 DAG.ExtractVectorElements(Val, Ops); in widenVectorToPartType()
|
| /src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLoweringHVX.cpp | 1678 DAG.ExtractVectorElements(V, Elems); in LowerHvxConcatVectors()
|