Searched refs:ExtractVectorElements (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 1581 void ExtractVectorElements(SDValue Op, SmallVectorImpl<SDValue> &Args,
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelLowering.cpp | 1253 DAG.ExtractVectorElements(U.get(), Args); in LowerCONCAT_VECTORS() 1264 DAG.ExtractVectorElements(Op.getOperand(0), Args, Start, in LowerEXTRACT_SUBVECTOR() 2696 DAG.ExtractVectorElements(Src, Args, 0, NElts); in LowerSIGN_EXTEND_INREG()
|
| H A D | SIISelLowering.cpp | 3699 DAG.ExtractVectorElements(Result, Elts); in adjustLoadValueTypeImpl() 4714 DAG.ExtractVectorElements(CastRes, BVElts, 0, DMaskPop); in constructRetValue() 4745 DAG.ExtractVectorElements(N, TFCElt, DMaskPop, 1); in constructRetValue() 5039 DAG.ExtractVectorElements(SDValue(NewNode, 0), Elt, 0, 1); in lowerImage()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLoweringHVX.cpp | 1057 DAG.ExtractVectorElements(V, Elems); in LowerHvxConcatVectors()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 9068 void SelectionDAG::ExtractVectorElements(SDValue Op, in ExtractVectorElements() function in SelectionDAG
|
| H A D | SelectionDAGBuilder.cpp | 633 DAG.ExtractVectorElements(Val, Ops); in widenVectorToPartType()
|