Home
last modified time | relevance | path

Searched defs:NumElements (Results 1 – 25 of 78) sorted by relevance

1234

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DLowLevelTypeImpl.h76 static constexpr LLT fixed_vector(unsigned NumElements, in fixed_vector()
83 static constexpr LLT fixed_vector(unsigned NumElements, LLT ScalarTy) { in fixed_vector()
H A DBinaryStreamReader.h180 Error readArray(ArrayRef<T> &Array, uint32_t NumElements) { in readArray()
H A DMachineValueType.h1263 static MVT getVectorVT(MVT VT, unsigned NumElements) { in getVectorVT()
1415 static MVT getScalableVectorVT(MVT VT, unsigned NumElements) { in getScalableVectorVT()
1494 static MVT getVectorVT(MVT VT, unsigned NumElements, bool IsScalable) { in getVectorVT()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h284 bool isLegalBroadcastLoad(Type *ElementTy, ElementCount NumElements) const { in isLegalBroadcastLoad()
310 unsigned NumElements = DataTypeTy->getNumElements(); in isLegalNTStoreLoad() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DReplaceWithVeclib.cpp123 ElementCount NumElements = VectorArgTy->getElementCount(); in replaceWithCallToVeclib() local
H A DValueTypes.cpp44 EVT EVT::getExtendedVectorVT(LLVMContext &Context, EVT VT, unsigned NumElements, in getExtendedVectorVT()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprObjC.cpp48 unsigned NumElements) { in CreateEmpty()
88 ObjCDictionaryLiteral::CreateEmpty(const ASTContext &C, unsigned NumElements, in CreateEmpty()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DType.cpp148 unsigned NumElements = ATy->getNumElements(); in isEmptyTy() local
153 unsigned NumElements = STy->getNumElements(); in isEmptyTy() local
640 ArrayType *ArrayType::get(Type *ElementType, uint64_t NumElements) { in get()
H A DDebugInfo.cpp1067 LLVMMetadataRef *Elements, unsigned NumElements) { in LLVMDIBuilderCreateImportedModuleFromAlias()
1080 unsigned NumElements) { in LLVMDIBuilderCreateImportedModuleFromModule()
1093 LLVMMetadataRef *Elements, unsigned NumElements) { in LLVMDIBuilderCreateImportedDeclaration()
1184 unsigned NumElements, LLVMMetadataRef ClassTy) { in LLVMDIBuilderCreateEnumerationType()
1196 LLVMMetadataRef *Elements, unsigned NumElements, unsigned RunTimeLang, in LLVMDIBuilderCreateUnionType()
1253 unsigned NumElements, unsigned RunTimeLang, LLVMMetadataRef VTableHolder, in LLVMDIBuilderCreateStructType()
1426 LLVMMetadataRef *Elements, unsigned NumElements, in LLVMDIBuilderCreateClassType()
H A DConstantFold.cpp1945 static bool isIndexInRangeOfArrayType(uint64_t NumElements, in isIndexInRangeOfArrayType()
2209 uint64_t NumElements = STy->getArrayNumElements(); in ConstantFoldGetElementPtr() local
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExprCXX.cpp990 Address BeginPtr, llvm::Value *NumElements, in EmitNewArrayInitializer()
1211 unsigned NumElements = 0; in EmitNewArrayInitializer() local
1295 Address NewPtr, llvm::Value *NumElements, in EmitNewInitializer()
1779 llvm::Value *NumElements, in EmitDeleteCall()
1995 llvm::Value *NumElements; member
H A DCGCXXABI.cpp221 llvm::Value *NumElements, in InitializeArrayCookie()
H A DCGExprConstant.cpp1227 unsigned NumElements = CAT->getSize().getZExtValue(); in EmitArrayInitialization() local
2158 unsigned NumElements = Value.getArraySize(); in tryEmitPrivate() local
2359 unsigned NumElements = CAT->getSize().getZExtValue(); in EmitNullConstant() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DLegacyLegalizerInfo.cpp170 const uint16_t NumElements = BitsizeAndAction.first / ElementSize; in computeTables() local
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp38 SPIRVType *BaseType, unsigned NumElements, Register VReg, MachineInstr &I, in assignVectTypeToVReg()
1004 SPIRVType *BaseType, unsigned NumElements, MachineIRBuilder &MIRBuilder) { in getOrCreateSPIRVVectorType()
1012 SPIRVType *BaseType, unsigned NumElements, MachineInstr &I, in getOrCreateSPIRVVectorType()
1028 SPIRVType *BaseType, unsigned NumElements, MachineInstr &I, in getOrCreateSPIRVArrayType()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp729 auto NumElements = ST->getNumElements(); in unpackLoadToAggregate() local
772 auto NumElements = AT->getNumElements(); in unpackLoadToAggregate() local
1295 auto NumElements = AT->getNumElements(); in unpackStoreToAggregate() local
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDerivedTypes.h361 uint64_t NumElements; variable
427 static VectorType *get(Type *ElementType, unsigned NumElements, in get()
H A DDataLayout.h629 unsigned NumElements : 31; variable
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExprObjC.h192 unsigned NumElements; variable
200 explicit ObjCArrayLiteral(EmptyShell Empty, unsigned NumElements) in ObjCArrayLiteral()
311 unsigned NumElements : 31; variable
333 explicit ObjCDictionaryLiteral(EmptyShell Empty, unsigned NumElements, in ObjCDictionaryLiteral()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUHSAMetadataStreamer.cpp170 auto NumElements = VecTy->getNumElements(); in getTypeName() local
598 auto NumElements = VecTy->getNumElements(); in getTypeName() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DSROA.cpp2039 uint64_t NumElements = EndIndex - BeginIndex; in isVectorPromotionViableForSlice() local
2443 unsigned NumElements = EndIndex - BeginIndex; in extractVector() local
2881 unsigned NumElements = EndIndex - BeginIndex; in rewriteVectorizedStoreInst() local
3046 Value *getVectorSplat(Value *V, unsigned NumElements) { in getVectorSplat()
3129 unsigned NumElements = EndIndex - BeginIndex; in visitMemSetInst() local
3324 unsigned NumElements = EndIndex - BeginIndex; in visitMemTransferInst() local
4023 uint64_t NumElements = Size / ElementSize; in getTypePartition() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp149 unsigned NumElements; in makeMutable() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp1044 int NumElements = VT.getVectorNumElements(); in ExpandANY_EXTEND_VECTOR_INREG() local
1103 int NumElements = VT.getVectorNumElements(); in ExpandZERO_EXTEND_VECTOR_INREG() local
H A DLegalizeTypesGeneric.cpp313 void DAGTypeLegalizer::IntegerToVector(SDValue Op, unsigned NumElements, in IntegerToVector()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp652 MCRegister NumElements = TPNumElements.getReg().asMCReg(); in ValidateTailPredicate() local
705 MCRegister NumElements) { in ValidateTailPredicate()

1234