Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp847 auto *SrcVecTy = cast<FixedVectorType>(Src); getCastInstrCost() local
/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1344 Type *SrcVecTy = SrcTy->getScalarType(); in executeFPToUIInst() local
1382 Type *SrcVecTy = SrcTy->getScalarType(); in executeFPToSIInst() local
/llvm-project/llvm/unittests/IR/
H A DIRBuilderTest.cpp175 Type *SrcVecTy = VectorType::get(Builder.getHalfTy(), 8, true); in TEST_F() local
/llvm-project/llvm/lib/IR/
H A DInstructions.cpp3092 if (VectorType *SrcVecTy = dyn_cast<VectorType>(SrcTy)) { isBitCastable() local
3158 if (VectorType *SrcVecTy = dyn_cast<VectorType>(SrcTy)) getCastOpcode() local
/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp4833 auto *SrcVecTy = FixedVectorType::get(EltTy, VF); getReplicationShuffleCost() local
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2776 auto *SrcVecTy = cast<VectorType>(V->getType()); createBitOrPointerCast() local
7007 Type *SrcVecTy = getInstructionCost() local
H A DSLPVectorizer.cpp9403 VectorType *SrcVecTy; getEntryCost() local
9441 auto *SrcVecTy = cast<FixedVectorType>(VL0->getType()); getEntryCost() local
9559 auto *SrcVecTy = FixedVectorType::get(SrcScalarTy, VL.size()); getEntryCost() local
10699 auto *SrcVecTy = getTreeCost() local
[all...]
/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h1916 if (VectorType *SrcVecTy = dyn_cast<VectorType>(SrcType); match() local
/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp1175 auto *SrcVecTy = dyn_cast<FixedVectorType>(SrcTy); computeKnownBitsFromOperator() local