Home
last modified time | relevance | path

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

123

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDerivedTypes.h442 static VectorType *getInteger(VectorType *VTy) { in getInteger()
451 static VectorType *getExtendedElementVectorType(VectorType *VTy) { in getExtendedElementVectorType()
460 static VectorType *getTruncatedElementVectorType(VectorType *VTy) { in getTruncatedElementVectorType()
485 static VectorType *getSubdividedVectorType(VectorType *VTy, int NumSubdivs) { in getSubdividedVectorType()
495 static VectorType *getHalfElementsVectorType(VectorType *VTy) { in getHalfElementsVectorType()
505 static VectorType *getDoubleElementsVectorType(VectorType *VTy) { in getDoubleElementsVectorType()
539 static FixedVectorType *getInteger(FixedVectorType *VTy) { in getInteger()
543 static FixedVectorType *getExtendedElementVectorType(FixedVectorType *VTy) { in getExtendedElementVectorType()
547 static FixedVectorType *getTruncatedElementVectorType(FixedVectorType *VTy) { in getTruncatedElementVectorType()
552 static FixedVectorType *getSubdividedVectorType(FixedVectorType *VTy, in getSubdividedVectorType()
[all …]
H A DGlobalObject.h47 : GlobalValue(Ty, VTy, Ops, NumOps, Linkage, Name, AddressSpace), in GlobalValue() argument
H A DGetElementPtrTypeIterator.h85 } else if (auto *VTy = dyn_cast<VectorType>(Ty)) { variable
H A DIRBuilder.h1989 Type *VTy = V->getType(); variable
2004 Type *VTy = V->getType(); variable
H A DDataLayout.h692 VectorType *VTy = cast<VectorType>(Ty); in getTypeSizeInBits() local
H A DValue.h76 Type *VTy; variable
H A DGlobalValue.h76 GlobalValue(Type *Ty, ValueTy VTy, Use *Ops, unsigned NumOps, in GlobalValue()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DValueTypes.cpp146 if (VectorType *VTy = dyn_cast<VectorType>(LLVMTy)) in getExtendedSizeInBits() local
522 VectorType *VTy = cast<VectorType>(Ty); in getVT() local
541 VectorType *VTy = cast<VectorType>(Ty); in getEVT() local
H A DLowLevelType.cpp22 if (auto VTy = dyn_cast<VectorType>(&Ty)) { in getLLTForType() local
H A DInterleavedLoadCombinePass.cpp676 FixedVectorType *const VTy; member
738 FixedVectorType *VTy = dyn_cast<FixedVectorType>(Op->getType()); in computeFromBCI() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A 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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstants.cpp163 if (auto *VTy = dyn_cast<VectorType>(this->getType())) { in isNotOneValue() local
213 if (auto *VTy = dyn_cast<VectorType>(this->getType())) { in isNotMinSignedValue() local
230 auto *VTy = dyn_cast<FixedVectorType>(getType()); in isFiniteNonZeroFP() local
244 auto *VTy = dyn_cast<FixedVectorType>(getType()); in isNormalFP() local
258 auto *VTy = dyn_cast<FixedVectorType>(getType()); in hasExactInverseFP() local
272 auto *VTy = dyn_cast<FixedVectorType>(getType()); in isNaN() local
289 auto *VTy = dyn_cast<VectorType>(getType()); in isElementWiseEqual() local
310 if (auto *VTy = dyn_cast<VectorType>(C->getType())) { in containsUndefinedElement() local
338 if (auto *VTy = dyn_cast<FixedVectorType>(getType())) { in containsConstantExpression() local
399 if (VectorType *VTy = dyn_cast<VectorType>(Ty)) in getIntegerValue() local
[all …]
H A DFunction.cpp807 } else if (VectorType* VTy = dyn_cast<VectorType>(Ty)) { in getMangledTypeStr() local
1217 if (VectorType *VTy = dyn_cast<VectorType>(Ty)) in DecodeFixedType() local
1224 if (VectorType *VTy = dyn_cast<VectorType>(Ty)) in DecodeFixedType() local
1234 VectorType *VTy = dyn_cast<VectorType>(Ty); in DecodeFixedType() local
1245 if (auto *VTy = dyn_cast<VectorType>(Ty)) in DecodeFixedType() local
1255 VectorType *VTy = dyn_cast<VectorType>(Ty); in DecodeFixedType() local
1263 if (VectorType *VTy = dyn_cast<VectorType>(Ty)) in DecodeFixedType() local
1269 VectorType *VTy = dyn_cast<VectorType>(Ty); in DecodeFixedType() local
1436 if (VectorType *VTy = dyn_cast<VectorType>(NewTy)) in matchIntrinsicType() local
1451 if (VectorType *VTy = dyn_cast<VectorType>(NewTy)) in matchIntrinsicType() local
[all …]
H A DType.cpp137 const VectorType *VTy = cast<VectorType>(this); in getPrimitiveSizeInBits() local
153 if (auto *VTy = dyn_cast<VectorType>(this)) in getFPMantissaWidth() local
170 if (auto *VTy = dyn_cast<VectorType>(this)) in isSizedDerivedType() local
H A DGlobals.cpp427 GlobalIndirectSymbol::GlobalIndirectSymbol(Type *Ty, ValueTy VTy, in GlobalIndirectSymbol()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetTransformInfo.cpp64 if (auto *VTy = dyn_cast<VectorType>(Ty)) { in getArithmeticInstrCost() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp152 auto *VTy = cast<FixedVectorType>(DataTy); in getGatherScatterOpCost() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A 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()
782 if (auto *VTy = dyn_cast<VectorType>(Ty)) { variable
1505 if (auto *VTy = dyn_cast<VectorType>(Ty)) { in getTypeBasedIntrinsicInstrCost() local
1925 if (auto *VTy = dyn_cast<VectorType>(Tys[i])) { in getTypeBasedIntrinsicInstrCost() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/AggressiveInstCombine/
H A DTruncInstCombine.cpp291 if (auto *VTy = dyn_cast<VectorType>(V->getType())) in getReducedType() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp63 Type *VTy = V.getType(); in canSafelyConvertTo16Bit() local
90 Type *VTy = V.getType(); in convertTo16Bit() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp115 Type *VTy = V->getType(); in SimplifyDemandedUseBits() local
1446 VectorType *VTy = dyn_cast<VectorType>(I->getOperand(0)->getType()); in SimplifyDemandedVectorElts() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp377 auto *VTy = cast<FixedVectorType>(Ty); in getNumVectorRegs() local
485 auto *VTy = cast<FixedVectorType>(Ty); in getArithmeticInstrCost() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DSVEIntrinsicOpts.cpp393 VectorType *VTy = cast<VectorType>(I->getType()); in optimizeTBL() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp623 auto *VTy = cast<FixedVectorType>(C->getType()); in getConstantValue() local
925 auto *VTy = cast<FixedVectorType>(C->getType()); in getConstantValue() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp51 if (auto *VTy = dyn_cast<FixedVectorType>(Ty)) in getTypeNumElements() local

123