Home
last modified time | relevance | path

Searched defs:DstVecTy (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1236 Type *DstVecTy = DstTy->getScalarType(); in executeTruncInst() local
1256 Type *DstVecTy = DstTy->getScalarType(); in executeSExtInst() local
1276 Type *DstVecTy = DstTy->getScalarType(); in executeZExtInst() local
1343 Type *DstVecTy = DstTy->getScalarType(); in executeFPToUIInst() local
1381 Type *DstVecTy = DstTy->getScalarType(); in executeFPToSIInst() local
1417 Type *DstVecTy = DstTy->getScalarType(); in executeUIToFPInst() local
1449 Type *DstVecTy = DstTy->getScalarType(); in executeSIToFPInst() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp848 auto *DstVecTy = dyn_cast<FixedVectorType>(Dst); in getCastInstrCost() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp4838 auto *DstVecTy = FixedVectorType::get(EltTy, NumDstElements); in getReplicationShuffleCost() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp6293 LLT DstVecTy = MRI.getType(MI.getOperand(0).getReg()); in matchBuildVectorIdentityFold() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp10756 auto *DstVecTy = in getTreeCost() local