Home
last modified time | relevance | path

Searched refs:getVectorIdxTy (Results 1 – 11 of 11) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorTypes.cpp716 TLI.getVectorIdxTy())); in SplitVecRes_EXTRACT_SUBVECTOR()
759 TLI.getVectorIdxTy())); in SplitVecRes_INSERT_VECTOR_ELT()
858 DAG.getConstant(0, TLI.getVectorIdxTy())); in SplitVecRes_SETCC()
861 TLI.getVectorIdxTy())); in SplitVecRes_SETCC()
864 DAG.getConstant(0, TLI.getVectorIdxTy())); in SplitVecRes_SETCC()
867 TLI.getVectorIdxTy())); in SplitVecRes_SETCC()
889 DAG.getConstant(0, TLI.getVectorIdxTy())); in SplitVecRes_UnaryOp()
892 TLI.getVectorIdxTy())); in SplitVecRes_UnaryOp()
1004 TLI.getVectorIdxTy()))); in SplitVecRes_VECTOR_SHUFFLE()
1122 SDValue Zero = DAG.getConstant(0, TLI.getVectorIdxTy()); in SplitVecOp_VSELECT()
[all …]
DLegalizeTypesGeneric.cpp83 DAG.getConstant(0, TLI.getVectorIdxTy())); in ExpandRes_BITCAST()
86 TLI.getVectorIdxTy())); in ExpandRes_BITCAST()
120 TLI.getVectorIdxTy()))); in ExpandRes_BITCAST()
497 DAG.getConstant(0, TLI.getVectorIdxTy())); in SplitRes_SELECT()
499 DAG.getConstant(NumElements / 2, TLI.getVectorIdxTy())); in SplitRes_SELECT()
DLegalizeVectorOps.cpp554 RegSclVT, Value, DAG.getConstant(Idx, TLI.getVectorIdxTy())); in ExpandStore()
758 DAG.getConstant(i, TLI.getVectorIdxTy())); in UnrollVSETCC()
760 DAG.getConstant(i, TLI.getVectorIdxTy())); in UnrollVSETCC()
DSelectionDAGBuilder.cpp284 DAG.getConstant(0, TLI.getVectorIdxTy())); in getCopyFromPartsVector()
494 TLI.getVectorIdxTy()))); in getCopyToPartsVector()
520 PartVT, Val, DAG.getConstant(0, TLI.getVectorIdxTy())); in getCopyToPartsVector()
551 TLI.getVectorIdxTy())); in getCopyToPartsVector()
555 DAG.getConstant(i, TLI.getVectorIdxTy())); in getCopyToPartsVector()
2867 getCurSDLoc(), TLI.getVectorIdxTy()); in visitInsertElement()
2877 getCurSDLoc(), TLI.getVectorIdxTy()); in visitExtractElement()
3026 TLI->getVectorIdxTy())); in visitShuffleVector()
3052 EVT IdxVT = TLI->getVectorIdxTy(); in visitShuffleVector()
4824 DAG.getConstant(Idx, TLI->getVectorIdxTy())); in visitIntrinsicCall()
[all …]
DLegalizeIntegerTypes.cpp970 TLI.getVectorIdxTy()); in PromoteIntOp_INSERT_VECTOR_ELT()
2989 TLI.getVectorIdxTy())); in PromoteIntRes_CONCAT_VECTORS()
3016 SDValue V1 = DAG.getZExtOrTrunc(N->getOperand(1), dl, TLI.getVectorIdxTy()); in PromoteIntOp_EXTRACT_VECTOR_ELT()
3044 Incoming, DAG.getConstant(i, TLI.getVectorIdxTy())); in PromoteIntOp_CONCAT_VECTORS()
DLegalizeDAG.cpp3074 DAG.getConstant(Idx, TLI.getVectorIdxTy()))); in ExpandNode()
3079 TLI.getVectorIdxTy()))); in ExpandNode()
3693 TLI.getVectorIdxTy())); in ExpandNode()
3697 TLI.getVectorIdxTy())); in ExpandNode()
DDAGCombiner.cpp5451 EVT IndexTy = TLI.getVectorIdxTy(); in visitTRUNCATE()
8690 EVT IndexTy = TLI.getVectorIdxTy(); in visitEXTRACT_VECTOR_ELT()
DSelectionDAG.cpp6143 getConstant(i, TLI->getVectorIdxTy())); in UnrollVectorOp()
/external/llvm/lib/Target/R600/
DAMDGPUISelLowering.h54 virtual MVT getVectorIdxTy() const;
DAMDGPUISelLowering.cpp128 MVT AMDGPUTargetLowering::getVectorIdxTy() const { in getVectorIdxTy() function in AMDGPUTargetLowering
/external/llvm/include/llvm/Target/
DTargetLowering.h162 virtual MVT getVectorIdxTy() const { in getVectorIdxTy() function