Searched refs:getVectorIdxTy (Results 1 – 11 of 11) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorTypes.cpp | 716 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 …]
|
D | LegalizeTypesGeneric.cpp | 83 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()
|
D | LegalizeVectorOps.cpp | 554 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()
|
D | SelectionDAGBuilder.cpp | 284 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 …]
|
D | LegalizeIntegerTypes.cpp | 970 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()
|
D | LegalizeDAG.cpp | 3074 DAG.getConstant(Idx, TLI.getVectorIdxTy()))); in ExpandNode() 3079 TLI.getVectorIdxTy()))); in ExpandNode() 3693 TLI.getVectorIdxTy())); in ExpandNode() 3697 TLI.getVectorIdxTy())); in ExpandNode()
|
D | DAGCombiner.cpp | 5451 EVT IndexTy = TLI.getVectorIdxTy(); in visitTRUNCATE() 8690 EVT IndexTy = TLI.getVectorIdxTy(); in visitEXTRACT_VECTOR_ELT()
|
D | SelectionDAG.cpp | 6143 getConstant(i, TLI->getVectorIdxTy())); in UnrollVectorOp()
|
/external/llvm/lib/Target/R600/ |
D | AMDGPUISelLowering.h | 54 virtual MVT getVectorIdxTy() const;
|
D | AMDGPUISelLowering.cpp | 128 MVT AMDGPUTargetLowering::getVectorIdxTy() const { in getVectorIdxTy() function in AMDGPUTargetLowering
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 162 virtual MVT getVectorIdxTy() const { in getVectorIdxTy() function
|