Searched refs:getVectorIdxTy (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcISelLowering.cpp | 298 DAG.getConstant(0, DL, getVectorIdxTy(DAG.getDataLayout()))); in LowerReturn_32() 301 DAG.getConstant(1, DL, getVectorIdxTy(DAG.getDataLayout()))); in LowerReturn_32() 978 DAG.getConstant(0, dl, getVectorIdxTy(DAG.getDataLayout()))); in LowerCall_32() 981 DAG.getConstant(1, dl, getVectorIdxTy(DAG.getDataLayout()))); in LowerCall_32()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 4047 TLI.getVectorIdxTy(DAG.getDataLayout())); in visitInsertElement() 4057 TLI.getVectorIdxTy(DAG.getDataLayout())); in visitExtractElement() 6482 EVT ExtVT = TLI.getVectorIdxTy(Layout); in visitVectorExtractLastActive() 8162 MVT VectorIdxTy = TLI.getVectorIdxTy(DAG.getDataLayout()); in visitIntrinsicCall() 8178 MVT VectorIdxTy = TLI.getVectorIdxTy(DAG.getDataLayout()); in visitIntrinsicCall() 12680 Imm, DL, TLI.getVectorIdxTy(DAG.getDataLayout())))); in visitVectorSplice()
|
| H A D | LegalizeIntegerTypes.cpp | 2326 TLI.getVectorIdxTy(DAG.getDataLayout())); in PromoteIntOp_INSERT_VECTOR_ELT() 6339 TLI.getVectorIdxTy(DAG.getDataLayout())); in PromoteIntOp_EXTRACT_VECTOR_ELT()
|
| H A D | LegalizeVectorTypes.cpp | 670 DAG.getConstant(0, dl, TLI.getVectorIdxTy(DAG.getDataLayout()))); in ScalarizeVecRes_FP_TO_XINT_SAT() 7138 DAG.getConstant(0, dl, TLI.getVectorIdxTy(DAG.getDataLayout()))); in WidenVecOp_FP_TO_XINT_SAT()
|
| H A D | LegalizeDAG.cpp | 1556 MVT VectorIdxType = TLI.getVectorIdxTy(DAG.getDataLayout()); in ExpandConcatVectors()
|
| H A D | SelectionDAG.cpp | 1821 return getConstant(Val, DL, TLI->getVectorIdxTy(getDataLayout()), isTarget); in getVectorIdxConstant()
|
| H A D | TargetLowering.cpp | 11945 MVT PositionVT = getVectorIdxTy(DAG.getDataLayout()); in expandVECTOR_COMPRESS()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 428 MVT getVectorIdxTy(const DataLayout &DL) const { in getVectorIdxTy() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 8192 EVT VecIdxTy = getVectorIdxTy(DAG.getDataLayout()); in LowerTRUNCATEVector()
|