Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp159 auto *FVTy = dyn_cast<FixedVectorType>(V->getType()); computeKnownBits() local
330 auto *FVTy = dyn_cast<FixedVectorType>(V->getType()); ComputeNumSignBits() local
968 auto *FVTy = dyn_cast<FixedVectorType>(I->getType()); analyzeKnownBitsFromAndXorOr() local
1960 if (auto *FVTy = dyn_cast<FixedVectorType>(Ty)) { computeKnownBits() local
3133 if (auto *FVTy = dyn_cast<FixedVectorType>(Ty)) { isKnownNonZero() local
3223 auto *FVTy = dyn_cast<FixedVectorType>(V->getType()); isKnownNonZero() local
3675 if (auto *FVTy = dyn_cast<FixedVectorType>(Ty)) { ComputeNumSignBitsImpl() local
4734 auto *FVTy = dyn_cast<FixedVectorType>(V->getType()); computeKnownFPClass() local
7048 if (auto *FVTy = dyn_cast<FixedVectorType>(C->getType())) { shiftAmountKnownInRange() local
[all...]
H A DVectorUtils.cpp169 if (auto *FVTy = dyn_cast<FixedVectorType>(VTy)) { findScalarElement() local
H A DConstantFolding.cpp3255 ConstantFoldFixedVectorCall(StringRef Name,Intrinsic::ID IntrinsicID,FixedVectorType * FVTy,ArrayRef<Constant * > Operands,const DataLayout & DL,const TargetLibraryInfo * TLI,const CallBase * Call) ConstantFoldFixedVectorCall() argument
3486 if (auto *FVTy = dyn_cast<FixedVectorType>(Ty)) ConstantFoldCall() local
[all...]
/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h547 get(Type * ElementType,const FixedVectorType * FVTy) get() argument
H A DPatternMatch.h367 auto *FVTy = dyn_cast<FixedVectorType>(VTy); in match_impl() local
/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp911 if (auto *FVTy = dyn_cast<FixedVectorType>(VTy)) { ConstantFoldBinaryInstruction() local
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp643 auto *FVTy = cast<FixedVectorType>(VecTy); getInterleavedMemoryOpCost() local
H A DRISCVISelLowering.cpp21569 if (auto *FVTy = dyn_cast<FixedVectorType>(VTy)) { isLegalInterleavedAccessType() local
21745 if (auto *FVTy = dyn_cast<FixedVectorType>(VTy)) { lowerDeinterleaveIntrinsicToLoad() local
21794 if (auto *FVTy = dyn_cast<FixedVectorType>(VTy)) { lowerInterleaveIntrinsicToStore() local
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp828 if (auto *FVTy = dyn_cast<FixedVectorType>(VecTy)) scalarizeVPIntrinsic() local
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp289 auto FVTy = dyn_cast<FixedVectorType>(Ty); areTypesABICompatible() local
H A DAArch64ISelLowering.cpp16551 auto *FVTy = cast<FixedVectorType>(VTy); lowerInterleavedLoad() local
[all...]
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp6804 } else if (auto *FVTy = dyn_cast<FixedVectorType>(Type)) { getFlippedStrictnessPredicateAndConstant() local