Home
last modified time | relevance | path

Searched defs:SrcVecTy (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp765 auto *SrcVecTy = cast<FixedVectorType>(Src); in getCastInstrCost() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1380 Type *SrcVecTy = SrcTy->getScalarType(); in executeFPToUIInst() local
1418 Type *SrcVecTy = SrcTy->getScalarType(); in executeFPToSIInst() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp3173 if (VectorType *SrcVecTy = dyn_cast<VectorType>(SrcTy)) { in isBitCastable() local
3239 if (VectorType *SrcVecTy = dyn_cast<VectorType>(SrcTy)) in getCastOpcode() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp3810 auto *SrcVecTy = cast<FixedVectorType>(VL0->getType()); in getEntryCost() local
3874 auto *SrcVecTy = FixedVectorType::get(SrcTy, VL.size()); in getEntryCost() local
H A DLoopVectorize.cpp3199 auto *SrcVecTy = cast<FixedVectorType>(V->getType()); in createBitOrPointerCast() local
7750 Type *SrcVecTy = in getInstructionCost() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp2523 LLT SrcVecTy = MRI.getType(SrcVec); in bitcastExtractVectorElt() local