Home
last modified time | relevance | path

Searched refs:ElementCount (Results 1 – 25 of 1687) sorted by relevance

12345678910>>...68

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/unittests/CodeGen/
H A DLowLevelTypeTest.cpp57 {ElementCount::getFixed(2), ElementCount::getFixed(3), in TEST()
58 ElementCount::getFixed(4), ElementCount::getFixed(32), in TEST()
59 ElementCount::getFixed(0xff), ElementCount::getScalable(2), in TEST()
60 ElementCount::getScalable(3), ElementCount::getScalable(4), in TEST()
61 ElementCount::getScalable(32), ElementCount::getScalable(0xff)}) { in TEST()
250 for (ElementCount EC : in TEST()
251 {ElementCount::getFixed(2), ElementCount::getFixed(3), in TEST()
252 ElementCount::getFixed(4), ElementCount::getFixed(256), in TEST()
253 ElementCount::getFixed(65535), ElementCount::getScalable(2), in TEST()
254 ElementCount::getScalable(3), ElementCount::getScalable(4), in TEST()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/unittests/CodeGen/
H A DLowLevelTypeTest.cpp57 {ElementCount::getFixed(2), ElementCount::getFixed(3), in TEST()
58 ElementCount::getFixed(4), ElementCount::getFixed(32), in TEST()
59 ElementCount::getFixed(0xff), ElementCount::getScalable(2), in TEST()
60 ElementCount::getScalable(3), ElementCount::getScalable(4), in TEST()
61 ElementCount::getScalable(32), ElementCount::getScalable(0xff)}) { in TEST()
250 for (ElementCount EC : in TEST()
251 {ElementCount::getFixed(2), ElementCount::getFixed(3), in TEST()
252 ElementCount::getFixed(4), ElementCount::getFixed(256), in TEST()
253 ElementCount::getFixed(65535), ElementCount::getScalable(2), in TEST()
254 ElementCount::getScalable(3), ElementCount::getScalable(4), in TEST()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/unittests/CodeGen/
H A DLowLevelTypeTest.cpp57 {ElementCount::getFixed(2), ElementCount::getFixed(3), in TEST()
58 ElementCount::getFixed(4), ElementCount::getFixed(32), in TEST()
59 ElementCount::getFixed(0xff), ElementCount::getScalable(2), in TEST()
60 ElementCount::getScalable(3), ElementCount::getScalable(4), in TEST()
61 ElementCount::getScalable(32), ElementCount::getScalable(0xff)}) { in TEST()
250 for (ElementCount EC : in TEST()
251 {ElementCount::getFixed(2), ElementCount::getFixed(3), in TEST()
252 ElementCount::getFixed(4), ElementCount::getFixed(256), in TEST()
253 ElementCount::getFixed(65535), ElementCount::getScalable(2), in TEST()
254 ElementCount::getScalable(3), ElementCount::getScalable(4), in TEST()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/unittests/CodeGen/
H A DLowLevelTypeTest.cpp57 {ElementCount::getFixed(2), ElementCount::getFixed(3), in TEST()
58 ElementCount::getFixed(4), ElementCount::getFixed(32), in TEST()
59 ElementCount::getFixed(0xff), ElementCount::getScalable(2), in TEST()
60 ElementCount::getScalable(3), ElementCount::getScalable(4), in TEST()
61 ElementCount::getScalable(32), ElementCount::getScalable(0xff)}) { in TEST()
250 for (ElementCount EC : in TEST()
251 {ElementCount::getFixed(2), ElementCount::getFixed(3), in TEST()
252 ElementCount::getFixed(4), ElementCount::getFixed(256), in TEST()
253 ElementCount::getFixed(65535), ElementCount::getScalable(2), in TEST()
254 ElementCount::getScalable(3), ElementCount::getScalable(4), in TEST()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/unittests/CodeGen/
H A DLowLevelTypeTest.cpp57 {ElementCount::getFixed(2), ElementCount::getFixed(3), in TEST()
58 ElementCount::getFixed(4), ElementCount::getFixed(32), in TEST()
59 ElementCount::getFixed(0xff), ElementCount::getScalable(2), in TEST()
60 ElementCount::getScalable(3), ElementCount::getScalable(4), in TEST()
61 ElementCount::getScalable(32), ElementCount::getScalable(0xff)}) { in TEST()
250 for (ElementCount EC : in TEST()
251 {ElementCount::getFixed(2), ElementCount::getFixed(3), in TEST()
252 ElementCount::getFixed(4), ElementCount::getFixed(256), in TEST()
253 ElementCount::getFixed(65535), ElementCount::getScalable(2), in TEST()
254 ElementCount::getScalable(3), ElementCount::getScalable(4), in TEST()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/unittests/CodeGen/
H A DLowLevelTypeTest.cpp57 {ElementCount::getFixed(2), ElementCount::getFixed(3), in TEST()
58 ElementCount::getFixed(4), ElementCount::getFixed(32), in TEST()
59 ElementCount::getFixed(0xff), ElementCount::getScalable(2), in TEST()
60 ElementCount::getScalable(3), ElementCount::getScalable(4), in TEST()
61 ElementCount::getScalable(32), ElementCount::getScalable(0xff)}) { in TEST()
250 for (ElementCount EC : in TEST()
251 {ElementCount::getFixed(2), ElementCount::getFixed(3), in TEST()
252 ElementCount::getFixed(4), ElementCount::getFixed(256), in TEST()
253 ElementCount::getFixed(65535), ElementCount::getScalable(2), in TEST()
254 ElementCount::getScalable(3), ElementCount::getScalable(4), in TEST()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h182 ElementCount Width;
191 return {ElementCount::getFixed(1), 0}; in Disabled()
209 ElementCount FixedVF;
210 ElementCount ScalableVF;
213 : FixedVF(ElementCount::getFixed(0)), in FixedScalableVFPair()
214 ScalableVF(ElementCount::getScalable(0)) {} in FixedScalableVFPair()
218 FixedScalableVFPair(const ElementCount &FixedVF, in FixedScalableVFPair()
274 Optional<ElementCount> BestVF = None;
299 void setBestPlan(ElementCount VF, unsigned UF);
335 void buildVPlans(ElementCount MinVF, ElementCount MaxVF);
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h182 ElementCount Width;
191 return {ElementCount::getFixed(1), 0}; in Disabled()
209 ElementCount FixedVF;
210 ElementCount ScalableVF;
213 : FixedVF(ElementCount::getFixed(0)), in FixedScalableVFPair()
214 ScalableVF(ElementCount::getScalable(0)) {} in FixedScalableVFPair()
218 FixedScalableVFPair(const ElementCount &FixedVF, in FixedScalableVFPair()
274 Optional<ElementCount> BestVF = None;
299 void setBestPlan(ElementCount VF, unsigned UF);
335 void buildVPlans(ElementCount MinVF, ElementCount MaxVF);
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h182 ElementCount Width;
191 return {ElementCount::getFixed(1), 0}; in Disabled()
209 ElementCount FixedVF;
210 ElementCount ScalableVF;
213 : FixedVF(ElementCount::getFixed(0)), in FixedScalableVFPair()
214 ScalableVF(ElementCount::getScalable(0)) {} in FixedScalableVFPair()
218 FixedScalableVFPair(const ElementCount &FixedVF, in FixedScalableVFPair()
274 Optional<ElementCount> BestVF = None;
299 void setBestPlan(ElementCount VF, unsigned UF);
335 void buildVPlans(ElementCount MinVF, ElementCount MaxVF);
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h182 ElementCount Width;
191 return {ElementCount::getFixed(1), 0}; in Disabled()
209 ElementCount FixedVF;
210 ElementCount ScalableVF;
213 : FixedVF(ElementCount::getFixed(0)), in FixedScalableVFPair()
214 ScalableVF(ElementCount::getScalable(0)) {} in FixedScalableVFPair()
218 FixedScalableVFPair(const ElementCount &FixedVF, in FixedScalableVFPair()
274 Optional<ElementCount> BestVF = None;
299 void setBestPlan(ElementCount VF, unsigned UF);
335 void buildVPlans(ElementCount MinVF, ElementCount MaxVF);
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h182 ElementCount Width;
191 return {ElementCount::getFixed(1), 0}; in Disabled()
209 ElementCount FixedVF;
210 ElementCount ScalableVF;
213 : FixedVF(ElementCount::getFixed(0)), in FixedScalableVFPair()
214 ScalableVF(ElementCount::getScalable(0)) {} in FixedScalableVFPair()
218 FixedScalableVFPair(const ElementCount &FixedVF, in FixedScalableVFPair()
274 Optional<ElementCount> BestVF = None;
299 void setBestPlan(ElementCount VF, unsigned UF);
335 void buildVPlans(ElementCount MinVF, ElementCount MaxVF);
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h182 ElementCount Width;
191 return {ElementCount::getFixed(1), 0};
209 ElementCount FixedVF;
210 ElementCount ScalableVF;
213 : FixedVF(ElementCount::getFixed(0)),
214 ScalableVF(ElementCount::getScalable(0)) {}
218 FixedScalableVFPair(const ElementCount &FixedVF,
274 Optional<ElementCount> BestVF = None;
299 void setBestPlan(ElementCount VF, unsigned UF);
335 void buildVPlans(ElementCount MinVF, ElementCount MaxVF);
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/Support/
H A DTypeSize.h28 class ElementCount {
34 ElementCount() = default;
36 ElementCount(unsigned Min, bool Scalable) in ElementCount() function
39 ElementCount operator*(unsigned RHS) {
42 ElementCount operator/(unsigned RHS) {
47 bool operator==(const ElementCount& RHS) const {
50 bool operator!=(const ElementCount& RHS) const {
56 ElementCount NextPowerOf2() const { in NextPowerOf2()
57 return ElementCount(llvm::NextPowerOf2(Min), Scalable); in NextPowerOf2()
249 template <> struct DenseMapInfo<ElementCount> {
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/Support/
H A DTypeSize.h28 class ElementCount {
34 ElementCount() = default;
36 ElementCount(unsigned Min, bool Scalable) in ElementCount() function
39 ElementCount operator*(unsigned RHS) {
42 ElementCount operator/(unsigned RHS) {
47 bool operator==(const ElementCount& RHS) const {
50 bool operator!=(const ElementCount& RHS) const {
56 ElementCount NextPowerOf2() const { in NextPowerOf2()
57 return ElementCount(llvm::NextPowerOf2(Min), Scalable); in NextPowerOf2()
249 template <> struct DenseMapInfo<ElementCount> {
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/parallel-libs/acxxel/
H A Dacxxel.h704 if (DeviceSrcSpan.size() < ElementCount) { in asyncCopyDToD()
711 if (DeviceDstSpan.size() < ElementCount) { in asyncCopyDToD()
751 if (DeviceSrcSpan.size() < ElementCount) { in asyncCopyDToH()
758 if (HostDstSpan.size() < ElementCount) { in asyncCopyDToH()
798 if (HostSrcSpan.size() < ElementCount) { in asyncCopyHToD()
805 if (DeviceDstSpan.size() < ElementCount) { in asyncCopyHToD()
869 if (DeviceSrcSpan.size() < ElementCount) { in syncCopyDToD()
932 if (HostDstSpan.size() < ElementCount) { in syncCopyDToH()
981 if (HostSrcSpan.size() < ElementCount) { in syncCopyHToD()
1058 TheSize(ElementCount) {} in DeviceMemory()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/parallel-libs/acxxel/
H A Dacxxel.h704 if (DeviceSrcSpan.size() < ElementCount) { in asyncCopyDToD()
711 if (DeviceDstSpan.size() < ElementCount) { in asyncCopyDToD()
751 if (DeviceSrcSpan.size() < ElementCount) { in asyncCopyDToH()
758 if (HostDstSpan.size() < ElementCount) { in asyncCopyDToH()
798 if (HostSrcSpan.size() < ElementCount) { in asyncCopyHToD()
805 if (DeviceDstSpan.size() < ElementCount) { in asyncCopyHToD()
869 if (DeviceSrcSpan.size() < ElementCount) { in syncCopyDToD()
932 if (HostDstSpan.size() < ElementCount) { in syncCopyDToH()
981 if (HostSrcSpan.size() < ElementCount) { in syncCopyHToD()
1058 TheSize(ElementCount) {} in DeviceMemory()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/parallel-libs/acxxel/
H A Dacxxel.h704 if (DeviceSrcSpan.size() < ElementCount) { in asyncCopyDToD()
711 if (DeviceDstSpan.size() < ElementCount) { in asyncCopyDToD()
751 if (DeviceSrcSpan.size() < ElementCount) { in asyncCopyDToH()
758 if (HostDstSpan.size() < ElementCount) { in asyncCopyDToH()
798 if (HostSrcSpan.size() < ElementCount) { in asyncCopyHToD()
805 if (DeviceDstSpan.size() < ElementCount) { in asyncCopyHToD()
869 if (DeviceSrcSpan.size() < ElementCount) { in syncCopyDToD()
932 if (HostDstSpan.size() < ElementCount) { in syncCopyDToH()
981 if (HostSrcSpan.size() < ElementCount) { in syncCopyHToD()
1058 TheSize(ElementCount) {} in DeviceMemory()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/parallel-libs/acxxel/
H A Dacxxel.h704 if (DeviceSrcSpan.size() < ElementCount) { in asyncCopyDToD()
711 if (DeviceDstSpan.size() < ElementCount) { in asyncCopyDToD()
751 if (DeviceSrcSpan.size() < ElementCount) { in asyncCopyDToH()
758 if (HostDstSpan.size() < ElementCount) { in asyncCopyDToH()
798 if (HostSrcSpan.size() < ElementCount) { in asyncCopyHToD()
805 if (DeviceDstSpan.size() < ElementCount) { in asyncCopyHToD()
869 if (DeviceSrcSpan.size() < ElementCount) { in syncCopyDToD()
932 if (HostDstSpan.size() < ElementCount) { in syncCopyDToH()
981 if (HostSrcSpan.size() < ElementCount) { in syncCopyHToD()
1058 TheSize(ElementCount) {} in DeviceMemory()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/parallel-libs/acxxel/
H A Dacxxel.h704 if (DeviceSrcSpan.size() < ElementCount) { in asyncCopyDToD()
711 if (DeviceDstSpan.size() < ElementCount) { in asyncCopyDToD()
751 if (DeviceSrcSpan.size() < ElementCount) { in asyncCopyDToH()
758 if (HostDstSpan.size() < ElementCount) { in asyncCopyDToH()
798 if (HostSrcSpan.size() < ElementCount) { in asyncCopyHToD()
805 if (DeviceDstSpan.size() < ElementCount) { in asyncCopyHToD()
869 if (DeviceSrcSpan.size() < ElementCount) { in syncCopyDToD()
932 if (HostDstSpan.size() < ElementCount) { in syncCopyDToH()
981 if (HostSrcSpan.size() < ElementCount) { in syncCopyHToD()
1058 TheSize(ElementCount) {} in DeviceMemory()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/parallel-libs/acxxel/
H A Dacxxel.h704 if (DeviceSrcSpan.size() < ElementCount) { in asyncCopyDToD()
711 if (DeviceDstSpan.size() < ElementCount) { in asyncCopyDToD()
751 if (DeviceSrcSpan.size() < ElementCount) { in asyncCopyDToH()
758 if (HostDstSpan.size() < ElementCount) { in asyncCopyDToH()
798 if (HostSrcSpan.size() < ElementCount) { in asyncCopyHToD()
805 if (DeviceDstSpan.size() < ElementCount) { in asyncCopyHToD()
869 if (DeviceSrcSpan.size() < ElementCount) { in syncCopyDToD()
932 if (HostDstSpan.size() < ElementCount) { in syncCopyDToH()
981 if (HostSrcSpan.size() < ElementCount) { in syncCopyHToD()
1058 TheSize(ElementCount) {} in DeviceMemory()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/parallel-libs/acxxel/
H A Dacxxel.h704 if (DeviceSrcSpan.size() < ElementCount) { in asyncCopyDToD()
711 if (DeviceDstSpan.size() < ElementCount) { in asyncCopyDToD()
751 if (DeviceSrcSpan.size() < ElementCount) { in asyncCopyDToH()
758 if (HostDstSpan.size() < ElementCount) { in asyncCopyDToH()
798 if (HostSrcSpan.size() < ElementCount) { in asyncCopyHToD()
805 if (DeviceDstSpan.size() < ElementCount) { in asyncCopyHToD()
869 if (DeviceSrcSpan.size() < ElementCount) { in syncCopyDToD()
932 if (HostDstSpan.size() < ElementCount) { in syncCopyDToH()
981 if (HostSrcSpan.size() < ElementCount) { in syncCopyHToD()
1058 TheSize(ElementCount) {} in DeviceMemory()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/parallel-libs/acxxel/
H A Dacxxel.h704 if (DeviceSrcSpan.size() < ElementCount) { in asyncCopyDToD()
711 if (DeviceDstSpan.size() < ElementCount) { in asyncCopyDToD()
751 if (DeviceSrcSpan.size() < ElementCount) { in asyncCopyDToH()
758 if (HostDstSpan.size() < ElementCount) { in asyncCopyDToH()
798 if (HostSrcSpan.size() < ElementCount) { in asyncCopyHToD()
805 if (DeviceDstSpan.size() < ElementCount) { in asyncCopyHToD()
869 if (DeviceSrcSpan.size() < ElementCount) { in syncCopyDToD()
932 if (HostDstSpan.size() < ElementCount) { in syncCopyDToH()
981 if (HostSrcSpan.size() < ElementCount) { in syncCopyHToD()
1058 TheSize(ElementCount) {} in DeviceMemory()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/parallel-libs/acxxel/
H A Dacxxel.h704 if (DeviceSrcSpan.size() < ElementCount) { in asyncCopyDToD()
711 if (DeviceDstSpan.size() < ElementCount) { in asyncCopyDToD()
751 if (DeviceSrcSpan.size() < ElementCount) { in asyncCopyDToH()
758 if (HostDstSpan.size() < ElementCount) { in asyncCopyDToH()
798 if (HostSrcSpan.size() < ElementCount) { in asyncCopyHToD()
805 if (DeviceDstSpan.size() < ElementCount) { in asyncCopyHToD()
869 if (DeviceSrcSpan.size() < ElementCount) { in syncCopyDToD()
932 if (HostDstSpan.size() < ElementCount) { in syncCopyDToH()
981 if (HostSrcSpan.size() < ElementCount) { in syncCopyHToD()
1058 TheSize(ElementCount) {} in DeviceMemory()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/Support/
H A DLowLevelTypeImpl.h45 ElementCount::getFixed(0), SizeInBits, in scalar()
53 ElementCount::getFixed(0), SizeInBits, AddressSpace}; in pointer()
57 static LLT vector(ElementCount EC, unsigned ScalarSizeInBits) { in vector()
64 static LLT vector(ElementCount EC, LLT ScalarTy) { in vector()
82 return vector(ElementCount::getFixed(NumElements), ScalarTy); in fixed_vector()
95 return vector(ElementCount::getScalable(MinNumElements), ScalarTy); in scalable_vector()
98 static LLT scalarOrVector(ElementCount EC, LLT ScalarTy) { in scalarOrVector()
102 static LLT scalarOrVector(ElementCount EC, uint64_t ScalarSize) { in scalarOrVector()
144 ElementCount getElementCount() const { in getElementCount()
146 return ElementCount::get(IsPointer in getElementCount()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/Support/
H A DLowLevelTypeImpl.h45 ElementCount::getFixed(0), SizeInBits, in scalar()
53 ElementCount::getFixed(0), SizeInBits, AddressSpace}; in pointer()
57 static LLT vector(ElementCount EC, unsigned ScalarSizeInBits) { in vector()
64 static LLT vector(ElementCount EC, LLT ScalarTy) { in vector()
82 return vector(ElementCount::getFixed(NumElements), ScalarTy); in fixed_vector()
95 return vector(ElementCount::getScalable(MinNumElements), ScalarTy); in scalable_vector()
98 static LLT scalarOrVector(ElementCount EC, LLT ScalarTy) { in scalarOrVector()
102 static LLT scalarOrVector(ElementCount EC, uint64_t ScalarSize) { in scalarOrVector()
144 ElementCount getElementCount() const { in getElementCount()
146 return ElementCount::get(IsPointer in getElementCount()
[all …]

12345678910>>...68