Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp158 auto *FVTy = dyn_cast<FixedVectorType>(V->getType()); in computeKnownBits() local
330 auto *FVTy = dyn_cast<FixedVectorType>(V->getType()); in ComputeNumSignBits() local
907 auto *FVTy = dyn_cast<FixedVectorType>(I->getType()); in analyzeKnownBitsFromAndXorOr() local
1752 if (auto *FVTy = dyn_cast<FixedVectorType>(Ty)) { in computeKnownBits() local
2769 if (auto *FVTy = dyn_cast<FixedVectorType>(Ty)) { in isKnownNonZero() local
2859 auto *FVTy = dyn_cast<FixedVectorType>(V->getType()); in isKnownNonZero() local
3284 if (auto *FVTy = dyn_cast<FixedVectorType>(Ty)) { in ComputeNumSignBitsImpl() local
4301 auto *FVTy = dyn_cast<FixedVectorType>(V->getType()); in computeKnownFPClass() local
6540 if (auto *FVTy = dyn_cast<FixedVectorType>(C->getType())) { in shiftAmountKnownInRange() local
H A DVectorUtils.cpp167 if (auto *FVTy = dyn_cast<FixedVectorType>(VTy)) { in findScalarElement() local
H A DConstantFolding.cpp3176 StringRef Name, Intrinsic::ID IntrinsicID, FixedVectorType *FVTy, in ConstantFoldFixedVectorCall()
3394 if (auto *FVTy = dyn_cast<FixedVectorType>(Ty)) in ConstantFoldCall() 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.h344 auto *FVTy = dyn_cast<FixedVectorType>(VTy); in match() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp562 auto *FVTy = cast<FixedVectorType>(VecTy); in getInterleavedMemoryOpCost() local
H A DRISCVISelLowering.cpp19992 if (auto *FVTy = dyn_cast<FixedVectorType>(VTy)) { in isLegalInterleavedAccessType() local
20163 if (auto *FVTy = dyn_cast<FixedVectorType>(VTy)) { in lowerDeinterleaveIntrinsicToLoad() local
20212 if (auto *FVTy = dyn_cast<FixedVectorType>(VTy)) { in lowerInterleaveIntrinsicToStore() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp994 if (auto *FVTy = dyn_cast<FixedVectorType>(VTy)) { in ConstantFoldBinaryInstruction() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp281 auto FVTy = dyn_cast<FixedVectorType>(Ty); in areTypesABICompatible() local
H A DAArch64ISelLowering.cpp15673 auto *FVTy = cast<FixedVectorType>(VTy); in lowerInterleavedLoad() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp6475 } else if (auto *FVTy = dyn_cast<FixedVectorType>(Type)) { in getFlippedStrictnessPredicateAndConstant() local