Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp804 auto *SrcVecTy = cast<FixedVectorType>(Src); in getCastInstrCost() local
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1380 Type *SrcVecTy = SrcTy->getScalarType(); in executeFPToUIInst() local
1418 Type *SrcVecTy = SrcTy->getScalarType(); in executeFPToSIInst() local
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DInstructions.cpp3581 if (VectorType *SrcVecTy = dyn_cast<VectorType>(SrcTy)) { in isBitCastable() local
3647 if (VectorType *SrcVecTy = dyn_cast<VectorType>(SrcTy)) in getCastOpcode() local
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp4619 auto *SrcVecTy = FixedVectorType::get(EltTy, VF); in getReplicationShuffleCost() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2935 auto *SrcVecTy = cast<FixedVectorType>(V->getType()); in createBitOrPointerCast() local
7298 Type *SrcVecTy = in getInstructionCost() local
H A DSLPVectorizer.cpp7020 VectorType *SrcVecTy; in getEntryCost() local
7059 auto *SrcVecTy = cast<FixedVectorType>(VL0->getType()); in getEntryCost() local
7184 auto *SrcVecTy = FixedVectorType::get(SrcTy, VL.size()); in getEntryCost() local
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DValueTracking.cpp1203 auto *SrcVecTy = dyn_cast<FixedVectorType>(SrcTy); in computeKnownBitsFromOperator() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp2738 LLT SrcVecTy = MRI.getType(SrcVec); in bitcastExtractVectorElt() local