Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp2331 DAG.ExtractVectorElements(Op->getOperand(0), LHS); in LowerSETCC()
2332 DAG.ExtractVectorElements(Op->getOperand(1), RHS); in LowerSETCC()
2366 DAG.ExtractVectorElements(Op.getOperand(0), ShiftedElements, 0, 0, MVT::i32); in unrollVectorShift()
2368 DAG.ExtractVectorElements(Op.getOperand(1), ShiftElements, 0, 0, MVT::i32); in unrollVectorShift()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp4779 DAG.ExtractVectorElements(Result, Elts); in adjustLoadValueTypeImpl()
6188 DAG.ExtractVectorElements(Src, Elts); in padEltsToUndef()
6658 DAG.ExtractVectorElements(SDValue(NewNode, 0), Elt, 0, 1); in lowerImage()
7725 DAG.ExtractVectorElements(Op, Lanes, 0, 3); in LowerINTRINSIC_W_CHAIN()
7756 DAG.ExtractVectorElements(RayDir, DirLanes, 0, 3); in LowerINTRINSIC_W_CHAIN()
7757 DAG.ExtractVectorElements(RayInvDir, InvDirLanes, 0, 3); in LowerINTRINSIC_W_CHAIN()
7770 DAG.ExtractVectorElements(DAG.getBitcast(MVT::v2i32, NodePtr), Ops, 0, in LowerINTRINSIC_W_CHAIN()
7925 DAG.ExtractVectorElements(IntVData, Elts); in handleD16VData()
H A DAMDGPUISelLowering.cpp1260 DAG.ExtractVectorElements(U.get(), Args); in LowerCONCAT_VECTORS()
1289 DAG.ExtractVectorElements(Op.getOperand(0), Args, Start, in LowerEXTRACT_SUBVECTOR()
2734 DAG.ExtractVectorElements(Src, Args, 0, NElts); in LowerSIGN_EXTEND_INREG()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h2131 void ExtractVectorElements(SDValue Op, SmallVectorImpl<SDValue> &Args,
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp1479 DAG.ExtractVectorElements(V, Elems); in LowerHvxConcatVectors()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp272 DAG.ExtractVectorElements(N->getOperand(0), ElemsLHS); in ScalarizeVecRes_OverflowOp()
273 DAG.ExtractVectorElements(N->getOperand(1), ElemsRHS); in ScalarizeVecRes_OverflowOp()
H A DSelectionDAG.cpp11184 ExtractVectorElements(N->getOperand(0), LHSScalars, 0, NE); in UnrollVectorOverflowOp()
11185 ExtractVectorElements(N->getOperand(1), RHSScalars, 0, NE); in UnrollVectorOverflowOp()
11367 void SelectionDAG::ExtractVectorElements(SDValue Op, in ExtractVectorElements() function in SelectionDAG
H A DTargetLowering.cpp9464 DAG.ExtractVectorElements(Op, Ops, 0, NumElts); in expandVecReduce()
9492 DAG.ExtractVectorElements(VecOp, Ops, 0, NumElts); in expandVecReduceSeq()
H A DSelectionDAGBuilder.cpp633 DAG.ExtractVectorElements(Val, Ops); in widenVectorToPartType()