Home
last modified time | relevance | path

Searched defs:FVTy (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp159 auto *FVTy = dyn_cast<FixedVectorType>(V->getType()); in computeKnownBits() local
316 auto *FVTy = dyn_cast<FixedVectorType>(V1->getType()); in isKnownNonEqual() local
336 auto *FVTy = dyn_cast<FixedVectorType>(V->getType()); in ComputeNumSignBits() local
1000 auto *FVTy = dyn_cast<FixedVectorType>(I->getType()); in analyzeKnownBitsFromAndXorOr() local
2038 if (auto *FVTy = dyn_cast<FixedVectorType>(Ty)) { in computeKnownBits() local
3215 if (auto *FVTy = dyn_cast<FixedVectorType>(Ty)) { in isKnownNonZero() local
3305 auto *FVTy = dyn_cast<FixedVectorType>(V->getType()); in isKnownNonZero() local
3768 if (auto *FVTy = dyn_cast<FixedVectorType>(Ty)) { in ComputeNumSignBitsImpl() local
4851 auto *FVTy = dyn_cast<FixedVectorType>(V->getType()); in computeKnownFPClass() local
7217 if (auto *FVTy = dyn_cast<FixedVectorType>(C->getType())) { in shiftAmountKnownInRange() local
H A DConstantFolding.cpp3256 StringRef Name, Intrinsic::ID IntrinsicID, FixedVectorType *FVTy, in ConstantFoldFixedVectorCall()
3487 if (auto *FVTy = dyn_cast<FixedVectorType>(Ty)) in ConstantFoldCall() local
H A DVectorUtils.cpp169 if (auto *FVTy = dyn_cast<FixedVectorType>(VTy)) { in findScalarElement() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h552 auto *FVTy = dyn_cast<FixedVectorType>(V->getType()); in computeKnownFPClass() local
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h547 static FixedVectorType *get(Type *ElementType, const FixedVectorType *FVTy) { in get()
H A DPatternMatch.h367 auto *FVTy = dyn_cast<FixedVectorType>(VTy); in match_impl() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp911 if (auto *FVTy = dyn_cast<FixedVectorType>(VTy)) { in ConstantFoldBinaryInstruction() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp664 auto *FVTy = cast<FixedVectorType>(VecTy); in getInterleavedMemoryOpCost() local
H A DRISCVISelLowering.cpp21631 if (auto *FVTy = dyn_cast<FixedVectorType>(VTy)) { isLegalInterleavedAccessType() local
21807 if (auto *FVTy = dyn_cast<FixedVectorType>(VTy)) { lowerDeinterleaveIntrinsicToLoad() local
21856 if (auto *FVTy = dyn_cast<FixedVectorType>(VTy)) { lowerInterleaveIntrinsicToStore() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp828 if (auto *FVTy = dyn_cast<FixedVectorType>(VecTy)) in scalarizeVPIntrinsic() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp290 auto FVTy = dyn_cast<FixedVectorType>(Ty); in areTypesABICompatible() local
H A DAArch64ISelLowering.cpp16755 auto *FVTy = cast<FixedVectorType>(VTy); in lowerInterleavedLoad() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp6804 } else if (auto *FVTy = dyn_cast<FixedVectorType>(Type)) { in getFlippedStrictnessPredicateAndConstant() local