Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp2318 DAG.ExtractVectorElements(Op->getOperand(0), LHS); in LowerSETCC()
2319 DAG.ExtractVectorElements(Op->getOperand(1), RHS); in LowerSETCC()
2358 DAG.ExtractVectorElements(Op.getOperand(0), ShiftedElements, 0, 0, MVT::i32); in unrollVectorShift()
2360 DAG.ExtractVectorElements(Op.getOperand(1), ShiftElements, 0, 0, MVT::i32); in unrollVectorShift()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp1483 DAG.ExtractVectorElements(NewIn, Args); in LowerCONCAT_VECTORS()
1496 DAG.ExtractVectorElements(U.get(), Args); in LowerCONCAT_VECTORS()
1521 DAG.ExtractVectorElements(Tmp, Args, Start / 2, NumElt / 2); in LowerEXTRACT_SUBVECTOR()
1530 DAG.ExtractVectorElements(Op.getOperand(0), Args, Start, in LowerEXTRACT_SUBVECTOR()
3627 DAG.ExtractVectorElements(Src, Args, 0, NElts); in LowerSIGN_EXTEND_INREG()
H A DSIISelLowering.cpp5678 DAG.ExtractVectorElements(Result, Elts); in adjustLoadValueTypeImpl()
7324 DAG.ExtractVectorElements(Src, Elts); in padEltsToUndef()
7818 DAG.ExtractVectorElements(SDValue(NewNode, 0), Elt, 0, 1); in lowerImage()
8970 DAG.ExtractVectorElements(Op, Lanes, 0, 3); in LowerINTRINSIC_W_CHAIN()
9001 DAG.ExtractVectorElements(RayDir, DirLanes, 0, 3); in LowerINTRINSIC_W_CHAIN()
9002 DAG.ExtractVectorElements(RayInvDir, InvDirLanes, 0, 3); in LowerINTRINSIC_W_CHAIN()
9015 DAG.ExtractVectorElements(DAG.getBitcast(MVT::v2i32, NodePtr), Ops, 0, in LowerINTRINSIC_W_CHAIN()
9203 DAG.ExtractVectorElements(IntVData, Elts); in handleD16VData()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h2287 void ExtractVectorElements(SDValue Op, SmallVectorImpl<SDValue> &Args,
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp310 DAG.ExtractVectorElements(N->getOperand(0), ElemsLHS); in ScalarizeVecRes_OverflowOp()
311 DAG.ExtractVectorElements(N->getOperand(1), ElemsRHS); in ScalarizeVecRes_OverflowOp()
5125 DAG.ExtractVectorElements(InOp, Ops); in WidenVecRes_BITCAST()
H A DSelectionDAG.cpp12170 ExtractVectorElements(N->getOperand(0), LHSScalars, 0, NE); in UnrollVectorOverflowOp()
12171 ExtractVectorElements(N->getOperand(1), RHSScalars, 0, NE); in UnrollVectorOverflowOp()
12368 void SelectionDAG::ExtractVectorElements(SDValue Op, in ExtractVectorElements() function in SelectionDAG
H A DTargetLowering.cpp10640 DAG.ExtractVectorElements(Op, Ops, 0, NumElts); in expandVecReduce()
10668 DAG.ExtractVectorElements(VecOp, Ops, 0, NumElts); in expandVecReduceSeq()
H A DSelectionDAGBuilder.cpp676 DAG.ExtractVectorElements(Val, Ops); in widenVectorToPartType()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp1678 DAG.ExtractVectorElements(V, Elems); in LowerHvxConcatVectors()