Searched defs:MaxElements (Results 1 – 7 of 7) sorted by relevance
/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | ArgumentPromotion.h | 24 unsigned MaxElements; variable 27 ArgumentPromotionPass(unsigned MaxElements = 2u) : MaxElements(MaxElements) {} in MaxElements() function
|
/llvm-project/clang-tools-extra/pseudo/include/clang-pseudo/grammar/ |
H A D | Grammar.h |
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | ArgumentPromotion.cpp | 449 findArgParts(Argument * Arg,const DataLayout & DL,AAResults & AAR,unsigned MaxElements,bool IsRecursive,SmallVectorImpl<OffsetAndArgPart> & ArgPartsVec) findArgParts() argument 702 promoteArguments(Function * F,FunctionAnalysisManager & FAM,unsigned MaxElements,bool IsRecursive) promoteArguments() argument [all...] |
/llvm-project/compiler-rt/lib/xray/tests/unit/ |
H A D | segmented_array_test.cpp | 178 constexpr auto MaxElements = Array<TestData>::ElementsPerSegment; in TEST() local
|
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | LegalizerInfo.h | 1173 clampMaxNumElements(unsigned TypeIdx,const LLT EltTy,unsigned MaxElements) clampMaxNumElements() argument
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaInit.cpp | 3157 llvm::APSInt MaxElements(cast<ConstantArrayType>(AT)->getSize(), false); CheckDesignatedInitializer() local
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 28233 unsigned MaxElements = MaxSVEVectorSizeInBits / *ElementSize; SimplifyDemandedBitsForTargetNode() local [all...] |