Searched defs:NumElements (Results 1 - 25 of 70) sorted by relevance

123

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLowLevelType.cpp22 auto NumElements = VTy->getNumElements(); local
H A DValueTypes.cpp35 getExtendedVectorVT(LLVMContext &Context, EVT VT, unsigned NumElements) argument
H A DTargetLoweringObjectFileImpl.cpp1619 unsigned NumElements; local
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundChecker.cpp57 DefinedOrUnknownSVal NumElements local
H A DUndefResultChecker.cpp53 DefinedOrUnknownSVal NumElements = C.getStoreManager().getSizeInElements( local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DGetElementPtrTypeIterator.h38 uint64_t NumElements = Unbounded; variable
H A DConstants.h722 static Constant *getRaw(StringRef Data, uint64_t NumElements, Type *ElementTy) { argument
H A DDerivedTypes.h382 uint64_t NumElements; member in class:llvm::SequentialType
385 SequentialType(TypeID TID, Type *ElType, uint64_t NumElements) argument
460 static VectorType *get(Type *ElementType, unsigned NumElements, argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryStreamReader.h187 Error readArray(ArrayRef<T> &Array, uint32_t NumElements) { argument
H A DLowLevelTypeImpl.h57 static LLT vector(uint16_t NumElements, unsigned ScalarSizeInBits) { argument
65 static LLT vector(uint16_t NumElements, LLT ScalarTy) { argument
73 static LLT scalarOrVector(uint16_t NumElements, LL argument
77 scalarOrVector(uint16_t NumElements, unsigned ScalarSize) argument
81 LLT(bool isPointer, bool isVector, uint16_t NumElements, unsigned SizeInBits, unsigned AddressSpace) argument
248 init(bool IsPointer, bool IsVector, uint16_t NumElements, unsigned SizeInBits, unsigned AddressSpace) argument
[all...]
H A DMachineValueType.h918 static MVT getVectorVT(MVT VT, unsigned NumElements) { argument
1018 getScalableVectorVT(MVT VT, unsigned NumElements) argument
1084 getVectorVT(MVT VT, unsigned NumElements, bool IsScalable) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp104 bool MVEGatherScatterLowering::isLegalTypeAndAlignment(unsigned NumElements, argument
H A DMVETailPredication.cpp191 bool MVETailPredication::isTailPredicate(Instruction *I, Value *NumElements) { argument
525 Value *NumElements = ComputeElements(TripCount, VecTy); local
460 InsertVCTPIntrinsic(Instruction *Predicate, DenseMap<Instruction*, Instruction*> &NewPredicates, VectorType *VecTy, Value *NumElements) argument
[all...]
H A DARMLowOverheadLoops.cpp357 Register NumElements = VCTP->getOperand(1).getReg(); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DExprObjC.cpp104 ObjCDictionaryLiteral::CreateEmpty(const ASTContext &C, unsigned NumElements, argument
52 CreateEmpty(const ASTContext &C, unsigned NumElements) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DValueTypes.h73 static EVT getVectorVT(LLVMContext &Context, EVT VT, unsigned NumElements, argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUHSAMetadataStreamer.cpp191 auto NumElements = VecTy->getVectorNumElements(); local
637 auto NumElements = VecTy->getVectorNumElements(); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXXABI.cpp173 InitializeArrayCookie(CodeGenFunction &CGF, Address NewPtr, llvm::Value *NumElements, const CXXNewExpr *expr, QualType ElementType) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp100 unsigned NumElements = ATy->getNumElements(); local
105 unsigned NumElements = STy->getNumElements(); local
587 ArrayType *ArrayType::get(Type *ElementType, uint64_t NumElements) { argument
H A DConstantFold.cpp2173 static bool isIndexInRangeOfArrayType(uint64_t NumElements, argument
2423 uint64_t NumElements = STy->getArrayNumElements(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp354 const uint16_t NumElements = BitsizeAndAction.first / ElementSize; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp310 void DAGTypeLegalizer::IntegerToVector(SDValue Op, unsigned NumElements, argument
H A DLegalizeVectorOps.cpp1077 int NumElements = VT.getVectorNumElements(); local
1137 int NumElements = VT.getVectorNumElements(); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp833 unsigned NumElements = NumInits; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp644 CreateFunctionLocalArrayInSection( size_t NumElements, Function &F, Type *Ty, const char *Section) argument

Completed in 227 milliseconds

123