Searched refs:ExtractVectorElements (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.cpp | 2054 DAG.ExtractVectorElements(Op->getOperand(0), LHS); in LowerSETCC() 2055 DAG.ExtractVectorElements(Op->getOperand(1), RHS); in LowerSETCC() 2089 DAG.ExtractVectorElements(Op.getOperand(0), ShiftedElements, 0, 0, MVT::i32); in unrollVectorShift() 2091 DAG.ExtractVectorElements(Op.getOperand(1), ShiftElements, 0, 0, MVT::i32); in unrollVectorShift()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 1941 void ExtractVectorElements(SDValue Op, SmallVectorImpl<SDValue> &Args,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelLowering.cpp | 1409 DAG.ExtractVectorElements(U.get(), Args); in LowerCONCAT_VECTORS() 1428 DAG.ExtractVectorElements(Op.getOperand(0), Args, Start, in LowerEXTRACT_SUBVECTOR() 2860 DAG.ExtractVectorElements(Src, Args, 0, NElts); in LowerSIGN_EXTEND_INREG()
|
| H A D | SIISelLowering.cpp | 4653 DAG.ExtractVectorElements(Result, Elts); in adjustLoadValueTypeImpl() 5881 DAG.ExtractVectorElements(Src, Elts); in padEltsToUndef() 6351 DAG.ExtractVectorElements(SDValue(NewNode, 0), Elt, 0, 1); in lowerImage() 7374 DAG.ExtractVectorElements(Op, Lanes, 0, 3); in LowerINTRINSIC_W_CHAIN() 7400 DAG.ExtractVectorElements(DAG.getBitcast(MVT::v2i32, NodePtr), Ops, 0, 2); in LowerINTRINSIC_W_CHAIN() 7539 DAG.ExtractVectorElements(IntVData, Elts); in handleD16VData()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLoweringHVX.cpp | 1265 DAG.ExtractVectorElements(V, Elems); in LowerHvxConcatVectors()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorTypes.cpp | 262 DAG.ExtractVectorElements(N->getOperand(0), ElemsLHS); in ScalarizeVecRes_OverflowOp() 263 DAG.ExtractVectorElements(N->getOperand(1), ElemsRHS); in ScalarizeVecRes_OverflowOp()
|
| H A D | SelectionDAG.cpp | 10095 ExtractVectorElements(N->getOperand(0), LHSScalars, 0, NE); in UnrollVectorOverflowOp() 10096 ExtractVectorElements(N->getOperand(1), RHSScalars, 0, NE); in UnrollVectorOverflowOp() 10261 void SelectionDAG::ExtractVectorElements(SDValue Op, in ExtractVectorElements() function in SelectionDAG
|
| H A D | TargetLowering.cpp | 8593 DAG.ExtractVectorElements(Op, Ops, 0, NumElts); in expandVecReduce() 8621 DAG.ExtractVectorElements(VecOp, Ops, 0, NumElts); in expandVecReduceSeq()
|
| H A D | SelectionDAGBuilder.cpp | 637 DAG.ExtractVectorElements(Val, Ops); in widenVectorToPartType()
|