/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | DerivedTypes.h | 442 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 D | GlobalObject.h | 47 : GlobalValue(Ty, VTy, Ops, NumOps, Linkage, Name, AddressSpace), in GlobalValue() argument
|
H A D | GetElementPtrTypeIterator.h | 85 } else if (auto *VTy = dyn_cast<VectorType>(Ty)) { variable
|
H A D | IRBuilder.h | 1989 Type *VTy = V->getType(); variable 2004 Type *VTy = V->getType(); variable
|
H A D | DataLayout.h | 692 VectorType *VTy = cast<VectorType>(Ty); in getTypeSizeInBits() local
|
H A D | Value.h | 76 Type *VTy; variable
|
H A D | GlobalValue.h | 76 GlobalValue(Type *Ty, ValueTy VTy, Use *Ops, unsigned NumOps, in GlobalValue()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | ValueTypes.cpp | 146 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 D | LowLevelType.cpp | 22 if (auto VTy = dyn_cast<VectorType>(&Ty)) { in getLLTForType() local
|
H A D | InterleavedLoadCombinePass.cpp | 676 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 D | VFABIDemangling.cpp | 285 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 D | Constants.cpp | 163 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 D | Function.cpp | 807 } 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 D | Type.cpp | 137 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 D | Globals.cpp | 427 GlobalIndirectSymbol::GlobalIndirectSymbol(Type *Ty, ValueTy VTy, in GlobalIndirectSymbol()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyTargetTransformInfo.cpp | 64 if (auto *VTy = dyn_cast<VectorType>(Ty)) { in getArithmeticInstrCost() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
H A D | RISCVTargetTransformInfo.cpp | 152 auto *VTy = cast<FixedVectorType>(DataTy); in getGatherScatterOpCost() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | BasicTTIImpl.h | 86 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 D | TruncInstCombine.cpp | 291 if (auto *VTy = dyn_cast<VectorType>(V->getType())) in getReducedType() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUInstCombineIntrinsic.cpp | 63 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 D | InstCombineSimplifyDemanded.cpp | 115 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 D | SystemZTargetTransformInfo.cpp | 377 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 D | SVEIntrinsicOpts.cpp | 393 VectorType *VTy = cast<VectorType>(I->getType()); in optimizeTBL() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/ |
H A D | ExecutionEngine.cpp | 623 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 D | HexagonTargetTransformInfo.cpp | 51 if (auto *VTy = dyn_cast<FixedVectorType>(Ty)) in getTypeNumElements() local
|