Home
last modified time | relevance | path

Searched defs:Scalable (Results 1 – 25 of 28) sorted by relevance

12

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DTypeSize.h38 int64_t Scalable = 0; variable
40 StackOffset(int64_t Fixed, int64_t Scalable) in StackOffset()
46 static StackOffset getScalable(int64_t Scalable) { return {0, Scalable}; } in getScalable()
47 static StackOffset get(int64_t Fixed, int64_t Scalable) { in get()
97 bool Scalable = false; variable
100 constexpr FixedOrScalableQuantity(ScalarTy Quantity, bool Scalable) in FixedOrScalableQuantity()
281 constexpr ElementCount(ScalarTy MinVal, bool Scalable) in ElementCount()
297 static constexpr ElementCount get(ScalarTy MinVal, bool Scalable) { in get()
319 constexpr TypeSize(ScalarTy Quantity, bool Scalable) in TypeSize()
328 static constexpr TypeSize get(ScalarTy Quantity, bool Scalable) { in get()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DTypeSize.h35 int64_t Scalable = 0; variable
37 StackOffset(int64_t Fixed, int64_t Scalable) in StackOffset()
43 static StackOffset getScalable(int64_t Scalable) { return {0, Scalable}; } in getScalable()
44 static StackOffset get(int64_t Fixed, int64_t Scalable) { in get()
94 bool Scalable = false; variable
97 constexpr FixedOrScalableQuantity(ScalarTy Quantity, bool Scalable) in FixedOrScalableQuantity()
298 constexpr ElementCount(ScalarTy MinVal, bool Scalable) in ElementCount()
314 static constexpr ElementCount get(ScalarTy MinVal, bool Scalable) { in get()
336 constexpr TypeSize(ScalarTy Quantity, bool Scalable) in TypeSize()
339 static constexpr TypeSize get(ScalarTy Quantity, bool Scalable) { in get()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DTypeSize.h35 int64_t Scalable = 0; variable
37 StackOffset(int64_t Fixed, int64_t Scalable) in StackOffset()
43 static StackOffset getScalable(int64_t Scalable) { return {0, Scalable}; } in getScalable()
44 static StackOffset get(int64_t Fixed, int64_t Scalable) { in get()
94 bool Scalable = false; variable
97 constexpr FixedOrScalableQuantity(ScalarTy Quantity, bool Scalable) in FixedOrScalableQuantity()
286 constexpr ElementCount(ScalarTy MinVal, bool Scalable) in ElementCount()
302 static constexpr ElementCount get(ScalarTy MinVal, bool Scalable) { in get()
324 constexpr TypeSize(ScalarTy Quantity, bool Scalable) in TypeSize()
327 static constexpr TypeSize get(ScalarTy Quantity, bool Scalable) { in get()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DTypeSize.h35 int64_t Scalable = 0; variable
37 StackOffset(int64_t Fixed, int64_t Scalable) in StackOffset()
43 static StackOffset getScalable(int64_t Scalable) { return {0, Scalable}; } in getScalable()
44 static StackOffset get(int64_t Fixed, int64_t Scalable) { in get()
94 bool Scalable = false; variable
97 constexpr FixedOrScalableQuantity(ScalarTy Quantity, bool Scalable) in FixedOrScalableQuantity()
286 constexpr ElementCount(ScalarTy MinVal, bool Scalable) in ElementCount()
302 static constexpr ElementCount get(ScalarTy MinVal, bool Scalable) { in get()
324 constexpr TypeSize(ScalarTy Quantity, bool Scalable) in TypeSize()
327 static constexpr TypeSize get(ScalarTy Quantity, bool Scalable) { in get()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DTypeSize.h35 int64_t Scalable = 0; variable
37 StackOffset(int64_t Fixed, int64_t Scalable) in StackOffset()
43 static StackOffset getScalable(int64_t Scalable) { return {0, Scalable}; } in getScalable()
44 static StackOffset get(int64_t Fixed, int64_t Scalable) { in get()
94 bool Scalable = false; variable
97 constexpr FixedOrScalableQuantity(ScalarTy Quantity, bool Scalable) in FixedOrScalableQuantity()
286 constexpr ElementCount(ScalarTy MinVal, bool Scalable) in ElementCount()
302 static constexpr ElementCount get(ScalarTy MinVal, bool Scalable) { in get()
326 constexpr TypeSize(ScalarTy Quantity, bool Scalable) in TypeSize()
329 static constexpr TypeSize get(ScalarTy Quantity, bool Scalable) { in get()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DTypeSize.h26 bool Scalable; // If true, NumElements is a multiple of 'Min' determined variable
29 ElementCount(unsigned Min, bool Scalable) in ElementCount()
56 constexpr TypeSize(uint64_t MinSize, bool Scalable) in TypeSize()
63 static constexpr TypeSize Scalable(uint64_t MinSize) { in Scalable() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/
DMemoryLocation.h89 constexpr LocationSize(uint64_t Raw, bool Scalable) in LocationSize()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/
DMemoryLocation.h89 constexpr LocationSize(uint64_t Raw, bool Scalable) in LocationSize()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/
DMemoryLocation.h89 constexpr LocationSize(uint64_t Raw, bool Scalable) in LocationSize()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/
DMemoryLocation.h89 constexpr LocationSize(uint64_t Raw, bool Scalable) in LocationSize()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/Vectorize/
DLoopVectorizationLegality.h98 Hint Scalable; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/Vectorize/
DLoopVectorizationLegality.h98 Hint Scalable; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/Vectorize/
DLoopVectorizationLegality.h98 Hint Scalable; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h99 Hint Scalable; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/Vectorize/
DLoopVectorizationLegality.h98 Hint Scalable; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DDerivedTypes.h452 bool Scalable; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/
DDerivedTypes.h442 bool Scalable) { in get()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/
DDerivedTypes.h442 bool Scalable) { in get()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/
DDerivedTypes.h442 bool Scalable) { in get()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/
DDerivedTypes.h442 bool Scalable) { in get()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
H A DDerivedTypes.h428 bool Scalable) { in get()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1908 bool Scalable = Record.size() > 2 ? Record[2] : false; in parseTypeTableBody() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp4771 const bool Scalable = WidenVT.isScalableVector(); in FindMemType() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DInstructionSimplify.cpp5161 bool Scalable = InVecEltCount.isScalable(); in simplifyShuffleVectorInst() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2539 bool Scalable = Record.size() > 2 ? Record[2] : false; in parseTypeTableBody() local

12