Home
last modified time | relevance | path

Searched defs:MaxElements (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/IPO/
DArgumentPromotion.h24 unsigned MaxElements; variable
27 ArgumentPromotionPass(unsigned MaxElements = 2u) : MaxElements(MaxElements) {} in MaxElements() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/IPO/
DArgumentPromotion.h24 unsigned MaxElements; variable
27 ArgumentPromotionPass(unsigned MaxElements = 2u) : MaxElements(MaxElements) {} in MaxElements() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/IPO/
DArgumentPromotion.h24 unsigned MaxElements; variable
27 ArgumentPromotionPass(unsigned MaxElements = 2u) : MaxElements(MaxElements) {} in MaxElements() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
H A DArgumentPromotion.h24 unsigned MaxElements; variable
27 ArgumentPromotionPass(unsigned MaxElements = 3u) : MaxElements(MaxElements) {} in MaxElements() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/IPO/
H A DArgumentPromotion.h24 unsigned MaxElements; variable
27 ArgumentPromotionPass(unsigned MaxElements = 2u) : MaxElements(MaxElements) {} in MaxElements() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/IPO/
DArgumentPromotion.h24 unsigned MaxElements; variable
27 ArgumentPromotionPass(unsigned MaxElements = 2u) : MaxElements(MaxElements) {} in MaxElements() argument
/aosp_15_r20/external/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp122 unsigned MaxElements) { in runImpl()
244 unsigned MaxElements) { in PromoteArguments()
459 AAResults &AAR, unsigned MaxElements) { in isSafeToPromoteArgument()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp572 unsigned MaxElements) { in isSafeToPromoteArgument()
868 unsigned MaxElements, in promoteArguments()
1096 unsigned MaxElements; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp449 unsigned MaxElements, bool IsRecursive, in findArgParts()
706 unsigned MaxElements, bool IsRecursive) { in promoteArguments()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/GlobalISel/
DLegalizerInfo.h1173 unsigned MaxElements) { in clampMaxNumElements()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h1132 unsigned MaxElements) { in clampMaxNumElements()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/GlobalISel/
DLegalizerInfo.h1172 unsigned MaxElements) { in clampMaxNumElements()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/GlobalISel/
DLegalizerInfo.h1172 unsigned MaxElements) { in clampMaxNumElements()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/GlobalISel/
DLegalizerInfo.h1154 unsigned MaxElements) { in clampMaxNumElements()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h877 unsigned MaxElements) { in clampMaxNumElements()
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaInit.cpp2448 llvm::APSInt MaxElements(cast<ConstantArrayType>(AT)->getSize(), false); in CheckDesignatedInitializer() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp23929 unsigned MaxElements = MaxSVEVectorSizeInBits / *ElementSize; in SimplifyDemandedBitsForTargetNode() local