Searched refs:DstVecTy (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/ |
H A D | Execution.cpp | 1236 Type *DstVecTy = DstTy->getScalarType(); in executeTruncInst() local 1237 unsigned DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeTruncInst() 1256 Type *DstVecTy = DstTy->getScalarType(); in executeSExtInst() local 1257 unsigned DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeSExtInst() 1276 Type *DstVecTy = DstTy->getScalarType(); in executeZExtInst() local 1277 unsigned DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeZExtInst() 1343 Type *DstVecTy = DstTy->getScalarType(); in executeFPToUIInst() local 1345 uint32_t DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeFPToUIInst() 1381 Type *DstVecTy = DstTy->getScalarType(); in executeFPToSIInst() local 1383 uint32_t DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeFPToSIInst() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZTargetTransformInfo.cpp | 848 auto *DstVecTy = dyn_cast<FixedVectorType>(Dst); in getCastInstrCost() local 849 if (!DstVecTy) { in getCastInstrCost() 915 TotCost += getScalarizationOverhead(DstVecTy, NeedsInserts, in getCastInstrCost() 928 getScalarizationOverhead(DstVecTy, /*Insert*/ true, in getCastInstrCost()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 6293 LLT DstVecTy = MRI.getType(MI.getOperand(0).getReg()); in matchBuildVectorIdentityFold() local 6294 LLT DstEltTy = DstVecTy.getElementType(); in matchBuildVectorIdentityFold() 6302 return MRI.getType(MatchInfo) == DstVecTy; in matchBuildVectorIdentityFold() 6314 return MRI.getType(MatchInfo) == DstVecTy; in matchBuildVectorIdentityFold()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86TargetTransformInfo.cpp | 4838 auto *DstVecTy = FixedVectorType::get(EltTy, NumDstElements); in getReplicationShuffleCost() local 4844 MVT LegalDstVecTy = getTypeLegalizationCost(DstVecTy).second; in getReplicationShuffleCost() 4859 getCastInstrCost(Instruction::Trunc, /*Dst=*/DstVecTy, in getReplicationShuffleCost() 4874 divideCeil(DstVecTy->getNumElements(), NumEltsPerDstVec); in getReplicationShuffleCost()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 10756 auto *DstVecTy = in getTreeCost() local 10771 CastCost += TTI->getCastInstrCost(Opcode, DstVecTy, SrcVecTy, CCH, in getTreeCost() 10776 << " to " << DstVecTy << "\n"; in getTreeCost()
|