Home
last modified time | relevance | path

Searched refs:DstVecTy (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1272 Type *DstVecTy = DstTy->getScalarType(); in executeTruncInst() local
1273 unsigned DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeTruncInst()
1292 Type *DstVecTy = DstTy->getScalarType(); in executeSExtInst() local
1293 unsigned DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeSExtInst()
1312 Type *DstVecTy = DstTy->getScalarType(); in executeZExtInst() local
1313 unsigned DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeZExtInst()
1379 Type *DstVecTy = DstTy->getScalarType(); in executeFPToUIInst() local
1381 uint32_t DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeFPToUIInst()
1417 Type *DstVecTy = DstTy->getScalarType(); in executeFPToSIInst() local
1419 uint32_t DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeFPToSIInst()
[all …]
/openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.cpp805 auto *DstVecTy = dyn_cast<FixedVectorType>(Dst); in getCastInstrCost() local
806 if (!DstVecTy) { in getCastInstrCost()
872 TotCost += getScalarizationOverhead(DstVecTy, NeedsInserts, in getCastInstrCost()
885 getScalarizationOverhead(DstVecTy, /*Insert*/ true, in getCastInstrCost()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
DCombinerHelper.cpp5971 LLT DstVecTy = MRI.getType(MI.getOperand(0).getReg()); in matchBuildVectorIdentityFold() local
5972 LLT DstEltTy = DstVecTy.getElementType(); in matchBuildVectorIdentityFold()
5980 return MRI.getType(MatchInfo) == DstVecTy; in matchBuildVectorIdentityFold()
5992 return MRI.getType(MatchInfo) == DstVecTy; in matchBuildVectorIdentityFold()
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp4624 auto *DstVecTy = FixedVectorType::get(EltTy, NumDstElements); in getReplicationShuffleCost() local
4630 MVT LegalDstVecTy = getTypeLegalizationCost(DstVecTy).second; in getReplicationShuffleCost()
4645 getCastInstrCost(Instruction::Trunc, /*Dst=*/DstVecTy, in getReplicationShuffleCost()
4660 divideCeil(DstVecTy->getNumElements(), NumEltsPerDstVec); in getReplicationShuffleCost()