Home
last modified time | relevance | path

Searched defs:FVTy (Results 1 – 25 of 95) sorted by path

1234

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/IR/
H A DDerivedTypes.h565 static FixedVectorType *get(Type *ElementType, const FixedVectorType *FVTy) { in get()
H A DPatternMatch.h279 auto *FVTy = dyn_cast<FixedVectorType>(VTy); in match() local
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Analysis/
H A DConstantFolding.cpp2715 auto *FVTy = cast<FixedVectorType>(VTy); in ConstantFoldVectorCall() local
H A DValueTracking.cpp218 auto *FVTy = dyn_cast<FixedVectorType>(V->getType()); in computeKnownBits() local
483 auto *FVTy = dyn_cast<FixedVectorType>(V->getType()); in ComputeNumSignBits() local
2054 if (auto *FVTy = dyn_cast<FixedVectorType>(Ty)) { in computeKnownBits() local
2718 auto *FVTy = dyn_cast<FixedVectorType>(V->getType()); in isKnownNonZero() local
2867 if (auto *FVTy = dyn_cast<FixedVectorType>(Ty)) { in ComputeNumSignBitsImpl() local
4849 if (auto *FVTy = dyn_cast<FixedVectorType>(C->getType())) { in canCreatePoison() local
H A DVectorUtils.cpp267 if (auto *FVTy = dyn_cast<FixedVectorType>(VTy)) { in findScalarElement() local
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp9834 auto *FVTy = cast<FixedVectorType>(VTy); in lowerInterleavedLoad() local
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/polly/lib/CodeGen/
H A DBlockGenerators.cpp1045 auto *FVTy = FixedVectorType::get(ScalarType, Width); in getVectorPtrTy() local
1108 auto *FVTy = FixedVectorType::get( in generateUnknownStrideLoad() local
1280 auto *FVTy = FixedVectorType::get(Inst->getType(), VectorWidth); in copyInstScalarized() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/IR/
H A DDerivedTypes.h533 static FixedVectorType *get(Type *ElementType, const FixedVectorType *FVTy) { in get()
H A DPatternMatch.h336 auto *FVTy = dyn_cast<FixedVectorType>(VTy); in match() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Analysis/
H A DConstantFolding.cpp2907 StringRef Name, Intrinsic::ID IntrinsicID, FixedVectorType *FVTy, in ConstantFoldFixedVectorCall()
3065 if (auto *FVTy = dyn_cast<FixedVectorType>(Ty)) in ConstantFoldCall() local
H A DValueTracking.cpp207 auto *FVTy = dyn_cast<FixedVectorType>(V->getType()); in computeKnownBits() local
374 auto *FVTy = dyn_cast<FixedVectorType>(V->getType()); in ComputeNumSignBits() local
1880 if (auto *FVTy = dyn_cast<FixedVectorType>(Ty)) { in computeKnownBits() local
2581 auto *FVTy = dyn_cast<FixedVectorType>(V->getType()); in isKnownNonZero() local
2923 if (auto *FVTy = dyn_cast<FixedVectorType>(Ty)) { in ComputeNumSignBitsImpl() local
4976 if (auto *FVTy = dyn_cast<FixedVectorType>(C->getType())) { in canCreateUndefOrPoison() local
H A DVectorUtils.cpp284 if (auto *FVTy = dyn_cast<FixedVectorType>(VTy)) { in findScalarElement() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/IR/
H A DConstantFold.cpp1226 if (auto *FVTy = dyn_cast<FixedVectorType>(VTy)) { in ConstantFoldBinaryInstruction() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp11935 auto *FVTy = cast<FixedVectorType>(VTy); in lowerInterleavedLoad() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp5505 } else if (auto *FVTy = dyn_cast<FixedVectorType>(Type)) { in getFlippedStrictnessPredicateAndConstant() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/polly/lib/CodeGen/
H A DBlockGenerators.cpp1102 auto *FVTy = FixedVectorType::get(ElemTy, VectorWidth); in generateUnknownStrideLoad() local
1275 auto *FVTy = FixedVectorType::get(Inst->getType(), VectorWidth); in copyInstScalarized() local
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/IR/
H A DDerivedTypes.h565 static FixedVectorType *get(Type *ElementType, const FixedVectorType *FVTy) { in get()
H A DPatternMatch.h279 auto *FVTy = dyn_cast<FixedVectorType>(VTy); in match() local
/dports/devel/llvm11/llvm-11.0.1.src/lib/Analysis/
H A DConstantFolding.cpp2716 auto *FVTy = cast<FixedVectorType>(VTy); in ConstantFoldVectorCall() local
H A DValueTracking.cpp216 auto *FVTy = dyn_cast<FixedVectorType>(V->getType()); in computeKnownBits() local
387 auto *FVTy = dyn_cast<FixedVectorType>(V->getType()); in ComputeNumSignBits() local
1907 if (auto *FVTy = dyn_cast<FixedVectorType>(Ty)) { in computeKnownBits() local
2565 auto *FVTy = dyn_cast<FixedVectorType>(V->getType()); in isKnownNonZero() local
2714 if (auto *FVTy = dyn_cast<FixedVectorType>(Ty)) { in ComputeNumSignBitsImpl() local
4689 if (auto *FVTy = dyn_cast<FixedVectorType>(C->getType())) { in canCreatePoison() local
H A DVectorUtils.cpp267 if (auto *FVTy = dyn_cast<FixedVectorType>(VTy)) { in findScalarElement() local
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp9866 auto *FVTy = cast<FixedVectorType>(VTy); in lowerInterleavedLoad() local
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/IR/
H A DDerivedTypes.h559 static FixedVectorType *get(Type *ElementType, const FixedVectorType *FVTy) { in get()
H A DPatternMatch.h292 auto *FVTy = dyn_cast<FixedVectorType>(VTy); in match() local
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Analysis/
H A DConstantFolding.cpp2865 auto *FVTy = cast<FixedVectorType>(VTy); in ConstantFoldVectorCall() local

1234