Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp1508 DAG.ExtractVectorElements(Op->getOperand(0), LHS); in LowerSETCC()
1509 DAG.ExtractVectorElements(Op->getOperand(1), RHS); in LowerSETCC()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSelectionDAG.h1698 void ExtractVectorElements(SDValue Op, SmallVectorImpl<SDValue> &Args,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp1238 DAG.ExtractVectorElements(U.get(), Args); in LowerCONCAT_VECTORS()
1249 DAG.ExtractVectorElements(Op.getOperand(0), Args, Start, in LowerEXTRACT_SUBVECTOR()
2769 DAG.ExtractVectorElements(Src, Args, 0, NElts); in LowerSIGN_EXTEND_INREG()
DSIISelLowering.cpp4121 DAG.ExtractVectorElements(Result, Elts); in adjustLoadValueTypeImpl()
5280 DAG.ExtractVectorElements(CastRes, BVElts, 0, DMaskPop); in constructRetValue()
5311 DAG.ExtractVectorElements(N, TFCElt, DMaskPop, 1); in constructRetValue()
5644 DAG.ExtractVectorElements(SDValue(NewNode, 0), Elt, 0, 1); in lowerImage()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelLoweringHVX.cpp1065 DAG.ExtractVectorElements(V, Elems); in LowerHvxConcatVectors()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorTypes.cpp244 DAG.ExtractVectorElements(N->getOperand(0), ElemsLHS); in ScalarizeVecRes_OverflowOp()
245 DAG.ExtractVectorElements(N->getOperand(1), ElemsRHS); in ScalarizeVecRes_OverflowOp()
DSelectionDAG.cpp9348 ExtractVectorElements(N->getOperand(0), LHSScalars, 0, NE); in UnrollVectorOverflowOp()
9349 ExtractVectorElements(N->getOperand(1), RHSScalars, 0, NE); in UnrollVectorOverflowOp()
9479 void SelectionDAG::ExtractVectorElements(SDValue Op, in ExtractVectorElements() function in SelectionDAG
DTargetLowering.cpp7651 DAG.ExtractVectorElements(Op, Ops, 0, NumElts); in expandVecReduce()
DSelectionDAGBuilder.cpp648 DAG.ExtractVectorElements(Val, Ops); in widenVectorToPartType()