| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorTypes.cpp | 331 DAG.getVectorIdxConstant(0, DL)); in ScalarizeVecRes_FP_ROUND() 389 DAG.getVectorIdxConstant(0, DL)); in ScalarizeVecRes_UnaryOp() 414 DAG.getVectorIdxConstant(0, DL)); in ScalarizeVecRes_VecInregOp() 451 DAG.getVectorIdxConstant(0, DL)); in ScalarizeVecRes_VSELECT() 569 DAG.getVectorIdxConstant(0, DL)); in ScalarizeVecRes_SETCC() 571 DAG.getVectorIdxConstant(0, DL)); in ScalarizeVecRes_SETCC() 1266 DAG.getVectorIdxConstant(IdxVal + LoVT.getVectorMinNumElements(), dl)); in SplitVecRes_EXTRACT_SUBVECTOR() 1298 DAG.getVectorIdxConstant(IdxVal - LoElems, dl)); in SplitVecRes_INSERT_SUBVECTOR() 1495 Operand, DAG.getVectorIdxConstant(i, dl)); in UnrollVectorOp_StrictFP() 1581 DAG.getVectorIdxConstant(IdxVal - LoNumElts, dl)); in SplitVecRes_INSERT_VECTOR_ELT() [all …]
|
| H A D | LegalizeVectorOps.cpp | 1010 Src, DAG.getVectorIdxConstant(0, DL)); in ExpandANY_EXTEND_VECTOR_INREG() 1069 Src, DAG.getVectorIdxConstant(0, DL)); in ExpandZERO_EXTEND_VECTOR_INREG() 1475 SDValue Idx = DAG.getVectorIdxConstant(i, dl); in UnrollStrictFPOp() 1526 DAG.getVectorIdxConstant(i, dl)); in UnrollVSETCC() 1528 DAG.getVectorIdxConstant(i, dl)); in UnrollVSETCC()
|
| H A D | LegalizeTypesGeneric.cpp | 126 CastInOp, DAG.getVectorIdxConstant(i, dl))); in ExpandRes_BITCAST()
|
| H A D | SelectionDAGBuilder.cpp | 413 DAG.getVectorIdxConstant(0, DL)); in getCopyFromPartsVector() 631 Val, DAG.getVectorIdxConstant(0, DL)); in widenVectorToPartType() 676 DAG.getVectorIdxConstant(0, DL)); in getCopyToPartsVector() 751 DAG.getVectorIdxConstant(i * IntermediateNumElts, DL)); in getCopyToPartsVector() 754 DAG.getVectorIdxConstant(i, DL)); in getCopyToPartsVector() 3559 DAG.getVectorIdxConstant(0, DL)); in visitShuffleVector() 3653 DAG.getVectorIdxConstant(0, DL)); in visitShuffleVector() 3698 DAG.getVectorIdxConstant(StartIdx[Input], DL)); in visitShuffleVector() 3731 DAG.getVectorIdxConstant(Idx, DL)); in visitShuffleVector() 7123 Index = DAG.getVectorIdxConstant( in visitIntrinsicCall() [all …]
|
| H A D | DAGCombiner.cpp | 12071 DAG.getVectorIdxConstant(Index, DL)); in visitTRUNCATE() 12245 DAG.getVectorIdxConstant(Idx, SL)); in visitTRUNCATE() 18660 DAG.getVectorIdxConstant(OrigElt, DL)); in visitEXTRACT_VECTOR_ELT() 19015 SDValue ZeroIdx = DAG.getVectorIdxConstant(0, DL); in createBuildVecShuffle() 19053 DAG.getVectorIdxConstant(NumElems, DL)); in createBuildVecShuffle() 19313 DAG.getVectorIdxConstant(SplitSize, DL)); in reduceBuildVecToShuffle() 19315 DAG.getVectorIdxConstant(0, DL)); in reduceBuildVecToShuffle() 20060 SDValue NewExtIndex = DAG.getVectorIdxConstant(ExtBOIdx, DL); in narrowExtractedVectorBinOp() 20100 SDValue IndexC = DAG.getVectorIdxConstant(ExtBOIdx, DL); in narrowExtractedVectorBinOp() 20215 SDValue NewIndex = DAG.getVectorIdxConstant(ExtIdx * SrcDestRatio, DL); in visitEXTRACT_SUBVECTOR() [all …]
|
| H A D | SelectionDAG.cpp | 1483 SDValue SelectionDAG::getVectorIdxConstant(uint64_t Val, const SDLoc &DL, in getVectorIdxConstant() function in SelectionDAG 2652 getVectorIdxConstant(SplatIdx, SDLoc(V))); in getSplatValue() 5758 getVectorIdxConstant(N2C->getZExtValue() % Factor, DL)); in getNode() 9844 getVectorIdxConstant(0, SDLoc(Op))); in matchBinOpReduction() 9945 Operand, getVectorIdxConstant(i, dl)); in UnrollVectorOp() 10156 getNode(ISD::EXTRACT_SUBVECTOR, DL, LoVT, N, getVectorIdxConstant(0, DL)); in SplitVector() 10162 getVectorIdxConstant(LoVT.getVectorMinNumElements(), DL)); in SplitVector() 10172 getVectorIdxConstant(0, DL)); in WidenVector() 10187 getVectorIdxConstant(i, SL))); in ExtractVectorElements()
|
| H A D | LegalizeDAG.cpp | 3059 DAG.getVectorIdxConstant(Idx, dl))); in ExpandNode() 3063 DAG.getVectorIdxConstant(Idx - NumElems, dl))); in ExpandNode() 3754 Node->getOperand(0), DAG.getVectorIdxConstant(Idx, dl)); in ExpandNode() 3757 Node->getOperand(1), DAG.getVectorIdxConstant(Idx, dl)); in ExpandNode()
|
| H A D | LegalizeIntegerTypes.cpp | 427 DAG.getVectorIdxConstant(0, dl)); in PromoteIntRes_BITCAST() 1272 SDValue ZeroIdx = DAG.getVectorIdxConstant(0, dl); in PromoteIntRes_TRUNCATE() 4825 DAG.getVectorIdxConstant(j, dl)); in PromoteIntRes_CONCAT_VECTORS() 4949 DAG.getVectorIdxConstant(i, dl)); in PromoteIntOp_CONCAT_VECTORS()
|
| H A D | TargetLowering.cpp | 7417 DAG.getVectorIdxConstant(Idx, SL)); in scalarizeVectorStore() 7442 DAG.getVectorIdxConstant(Idx, SL)); in scalarizeVectorStore()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelLowering.cpp | 1511 DAG.getVectorIdxConstant(0, DL)); in splitVector() 1514 HiVT, N, DAG.getVectorIdxConstant(LoVT.getVectorNumElements(), DL)); in splitVector() 1565 DAG.getVectorIdxConstant(0, SL)); in SplitVectorLoad() 1569 DAG.getVectorIdxConstant(LoVT.getVectorNumElements(), SL)); in SplitVectorLoad() 1607 DAG.getVectorIdxConstant(0, SL)), in WidenOrSplitVectorLoad()
|
| H A D | R600ISelLowering.cpp | 681 DAG.getVectorIdxConstant(i, DL))); in vectorToVerticalVector()
|
| H A D | SIISelLowering.cpp | 6337 DAG.getVectorIdxConstant(0, DL)); in lowerSBuffer() 7451 DAG.getVectorIdxConstant(0, DL)); in getMemIntrinsicNode() 10196 SDValue IC = DAG.getVectorIdxConstant(I, SL); in performExtractVectorEltCombine()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 634 SDValue getVectorIdxConstant(uint64_t Val, const SDLoc &DL,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 16311 SDValue ExtIdx = DAG.getVectorIdxConstant(IdxConst * NumLanes, DL); in PerformDAGCombine() 16340 SDValue ExtIdx = DAG.getVectorIdxConstant(I * NumLanes, DL); in PerformDAGCombine()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 8324 DAG.getVectorIdxConstant(ShuffleMask[OffElement] % NumElts, dl)); in LowerVECTOR_SHUFFLEUsingOneOff() 8326 DAG.getVectorIdxConstant(OffElement % NumElts, dl)); in LowerVECTOR_SHUFFLEUsingOneOff()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 10407 InsIndex = DAG.getVectorIdxConstant(i, dl); in LowerBUILD_VECTOR() 48326 DAG.getVectorIdxConstant(0, DL)); in combineVectorSizedSetCCEquality()
|