Home
last modified time | relevance | path

Searched defs:VTy (Results 1 – 25 of 65) sorted by relevance

123

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DDerivedTypes.h439 static VectorType *getInteger(VectorType *VTy) { in getInteger()
448 static VectorType *getExtendedElementVectorType(VectorType *VTy) { in getExtendedElementVectorType()
457 static VectorType *getTruncatedElementVectorType(VectorType *VTy) { in getTruncatedElementVectorType()
482 static VectorType *getSubdividedVectorType(VectorType *VTy, int NumSubdivs) { in getSubdividedVectorType()
492 static VectorType *getHalfElementsVectorType(VectorType *VTy) { in getHalfElementsVectorType()
502 static VectorType *getDoubleElementsVectorType(VectorType *VTy) { in getDoubleElementsVectorType()
536 static FixedVectorType *getInteger(FixedVectorType *VTy) { in getInteger()
540 static FixedVectorType *getExtendedElementVectorType(FixedVectorType *VTy) { in getExtendedElementVectorType()
544 static FixedVectorType *getTruncatedElementVectorType(FixedVectorType *VTy) { in getTruncatedElementVectorType()
549 static FixedVectorType *getSubdividedVectorType(FixedVectorType *VTy, in getSubdividedVectorType()
[all …]
DGetElementPtrTypeIterator.h85 } else if (auto *VTy = dyn_cast<VectorType>(Ty)) { variable
DGlobalObject.h47 : GlobalValue(Ty, VTy, Ops, NumOps, Linkage, Name, AddressSpace), in GlobalValue() argument
DIRBuilder.h2036 Type *VTy = V->getType(); variable
2051 Type *VTy = V->getType(); variable
DDataLayout.h692 VectorType *VTy = cast<VectorType>(Ty); in getTypeSizeInBits() local
DGlobalValue.h76 GlobalValue(Type *Ty, ValueTy VTy, Use *Ops, unsigned NumOps, in GlobalValue()
DValue.h76 Type *VTy; variable
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DValueTypes.cpp145 if (VectorType *VTy = dyn_cast<VectorType>(LLVMTy)) in getExtendedSizeInBits() local
547 VectorType *VTy = cast<VectorType>(Ty); in getVT() local
566 VectorType *VTy = cast<VectorType>(Ty); in getEVT() local
DLowLevelType.cpp22 if (auto VTy = dyn_cast<VectorType>(&Ty)) { in getLLTForType() local
DInterleavedLoadCombinePass.cpp677 FixedVectorType *const VTy; member
739 FixedVectorType *VTy = dyn_cast<FixedVectorType>(Op->getType()); in computeFromBCI() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DVFABIDemangling.cpp285 if (auto *VTy = dyn_cast<VectorType>(Ty)) in verifyAllVectorsHaveSameWidth() local
293 return llvm::all_of(llvm::drop_begin(VecTys), [&EC](VectorType *VTy) { in verifyAllVectorsHaveSameWidth()
310 if (auto *VTy = dyn_cast<VectorType>(Ty)) in getECFromSignature() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DConstants.cpp135 if (auto *VTy = dyn_cast<FixedVectorType>(getType())) { in isNotOneValue() local
180 if (auto *VTy = dyn_cast<FixedVectorType>(getType())) { in isNotMinSignedValue() local
202 if (auto *VTy = dyn_cast<FixedVectorType>(getType())) { in isFiniteNonZeroFP() local
223 if (auto *VTy = dyn_cast<FixedVectorType>(getType())) { in isNormalFP() local
244 if (auto *VTy = dyn_cast<FixedVectorType>(getType())) { in hasExactInverseFP() local
265 if (auto *VTy = dyn_cast<FixedVectorType>(getType())) { in isNaN() local
288 auto *VTy = dyn_cast<VectorType>(getType()); in isElementWiseEqual() local
309 if (auto *VTy = dyn_cast<VectorType>(C->getType())) { in containsUndefinedElement() local
339 if (auto *VTy = dyn_cast<FixedVectorType>(getType())) { in containsConstantExpression() local
400 if (VectorType *VTy = dyn_cast<VectorType>(Ty)) in getIntegerValue() local
[all …]
DFunction.cpp803 } else if (VectorType *VTy = dyn_cast<VectorType>(Ty)) { in getMangledTypeStr() local
1229 if (VectorType *VTy = dyn_cast<VectorType>(Ty)) in DecodeFixedType() local
1236 if (VectorType *VTy = dyn_cast<VectorType>(Ty)) in DecodeFixedType() local
1246 VectorType *VTy = dyn_cast<VectorType>(Ty); in DecodeFixedType() local
1257 if (auto *VTy = dyn_cast<VectorType>(Ty)) in DecodeFixedType() local
1267 VectorType *VTy = dyn_cast<VectorType>(Ty); in DecodeFixedType() local
1275 if (VectorType *VTy = dyn_cast<VectorType>(Ty)) in DecodeFixedType() local
1281 VectorType *VTy = dyn_cast<VectorType>(Ty); in DecodeFixedType() local
1460 if (VectorType *VTy = dyn_cast<VectorType>(NewTy)) in matchIntrinsicType() local
1475 if (VectorType *VTy = dyn_cast<VectorType>(NewTy)) in matchIntrinsicType() local
[all …]
DType.cpp143 const VectorType *VTy = cast<VectorType>(this); in getPrimitiveSizeInBits() local
159 if (auto *VTy = dyn_cast<VectorType>(this)) in getFPMantissaWidth() local
176 if (auto *VTy = dyn_cast<VectorType>(this)) in isSizedDerivedType() local
DGlobals.cpp427 GlobalIndirectSymbol::GlobalIndirectSymbol(Type *Ty, ValueTy VTy, in GlobalIndirectSymbol()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h86 InstructionCost getBroadcastShuffleOverhead(FixedVectorType *VTy) { in getBroadcastShuffleOverhead()
100 InstructionCost getPermuteShuffleOverhead(FixedVectorType *VTy) { in getPermuteShuffleOverhead()
118 InstructionCost getExtractSubvectorOverhead(VectorType *VTy, int Index, in getExtractSubvectorOverhead()
143 InstructionCost getInsertSubvectorOverhead(VectorType *VTy, int Index, in getInsertSubvectorOverhead()
807 if (auto *VTy = dyn_cast<FixedVectorType>(Ty)) { variable
1542 if (auto *VTy = dyn_cast<VectorType>(Ty)) { in getTypeBasedIntrinsicInstrCost() local
1952 if (auto *VTy = dyn_cast<VectorType>(Tys[i])) { in getTypeBasedIntrinsicInstrCost() local
2091 auto *VTy = cast<FixedVectorType>(Ty); in getOrderedReductionCost() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyTargetTransformInfo.cpp64 if (auto *VTy = dyn_cast<VectorType>(Ty)) { in getArithmeticInstrCost() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
DRISCVTargetTransformInfo.cpp152 auto *VTy = cast<FixedVectorType>(DataTy); in getGatherScatterOpCost() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
DTruncInstCombine.cpp291 if (auto *VTy = dyn_cast<VectorType>(V->getType())) in getReducedType() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUInstCombineIntrinsic.cpp63 Type *VTy = V.getType(); in canSafelyConvertTo16Bit() local
90 Type *VTy = V.getType(); in convertTo16Bit() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp115 Type *VTy = V->getType(); in SimplifyDemandedUseBits() local
1446 VectorType *VTy = dyn_cast<VectorType>(I->getOperand(0)->getType()); in SimplifyDemandedVectorElts() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.cpp377 auto *VTy = cast<FixedVectorType>(Ty); in getNumVectorRegs() local
485 auto *VTy = cast<FixedVectorType>(Ty); in getArithmeticInstrCost() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp623 auto *VTy = cast<FixedVectorType>(C->getType()); in getConstantValue() local
925 auto *VTy = cast<FixedVectorType>(C->getType()); in getConstantValue() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp773 VectorType *VTy = cast<VectorType>(II.getType()); in instCombineSVETBL() local
1574 if (auto *VTy = dyn_cast<ScalableVectorType>(Ty)) in getMemoryOpCost() local
1963 auto *VTy = cast<ScalableVectorType>(ValTy); in getArithmeticReductionCost() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonTargetTransformInfo.cpp51 if (auto *VTy = dyn_cast<FixedVectorType>(Ty)) in getTypeNumElements() local

123