Home
last modified time | relevance | path

Searched refs:ExtractVectorElements (Results 1 – 9 of 9) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp2335 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 DAMDGPUISelLowering.cpp1524 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 DSIISelLowering.cpp5917 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 DSelectionDAG.h2299 void ExtractVectorElements(SDValue Op, SmallVectorImpl<SDValue> &Args,
/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp356 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 DSelectionDAG.cpp12500 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 DTargetLowering.cpp11065 DAG.ExtractVectorElements(Op, Ops, 0, NumElts); in expandVecReduce()
11093 DAG.ExtractVectorElements(VecOp, Ops, 0, NumElts); in expandVecReduceSeq()
H A DSelectionDAGBuilder.cpp680 DAG.ExtractVectorElements(Val, Ops); in widenVectorToPartType()
/src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp1678 DAG.ExtractVectorElements(V, Elems); in LowerHvxConcatVectors()