Home
last modified time | relevance | path

Searched refs:VTy (Results 1 – 25 of 1143) sorted by relevance

12345678910>>...46

/dports/devel/llvm80/llvm-8.0.1.src/unittests/CodeGen/
H A DLowLevelTypeTest.cpp73 EXPECT_EQ(VTy, VSTy); in TEST()
80 ASSERT_TRUE(VTy.isValid()); in TEST()
81 ASSERT_TRUE(VTy.isVector()); in TEST()
83 ASSERT_FALSE(VTy.isScalar()); in TEST()
92 EXPECT_TRUE(VTy == VTy); in TEST()
93 EXPECT_FALSE(VTy != VTy); in TEST()
97 EXPECT_NE(VTy, STy); in TEST()
122 ASSERT_TRUE(VTy.isValid()); in TEST()
123 ASSERT_TRUE(VTy.isVector()); in TEST()
133 EXPECT_TRUE(VTy == VTy); in TEST()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/unittests/CodeGen/
H A DLowLevelTypeTest.cpp73 EXPECT_EQ(VTy, VSTy); in TEST()
80 ASSERT_TRUE(VTy.isValid()); in TEST()
81 ASSERT_TRUE(VTy.isVector()); in TEST()
83 ASSERT_FALSE(VTy.isScalar()); in TEST()
92 EXPECT_TRUE(VTy == VTy); in TEST()
93 EXPECT_FALSE(VTy != VTy); in TEST()
97 EXPECT_NE(VTy, STy); in TEST()
122 ASSERT_TRUE(VTy.isValid()); in TEST()
123 ASSERT_TRUE(VTy.isVector()); in TEST()
133 EXPECT_TRUE(VTy == VTy); in TEST()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/IR/
H A DDerivedTypes.h450 static VectorType *getInteger(VectorType *VTy) { in getInteger() argument
471 switch(VTy->getElementType()->getTypeID()) { in getTruncatedElementVectorType()
495 VTy = VectorType::getDoubleElementsVectorType(VTy); in getSubdividedVectorType()
496 VTy = VectorType::getTruncatedElementVectorType(VTy); in getSubdividedVectorType()
498 return VTy; in getSubdividedVectorType()
504 auto EltCnt = VTy->getElementCount(); in getHalfElementsVectorType()
507 return VectorType::get(VTy->getElementType(), in getHalfElementsVectorType()
514 auto EltCnt = VTy->getElementCount(); in getDoubleElementsVectorType()
697 if (auto *VTy = dyn_cast<VectorType>(this)) in getExtendedType() local
699 const_cast<VectorType *>(VTy)); in getExtendedType()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/IR/
H A DDerivedTypes.h451 static VectorType *getInteger(VectorType *VTy) { in getInteger() argument
472 switch(VTy->getElementType()->getTypeID()) { in getTruncatedElementVectorType()
496 VTy = VectorType::getDoubleElementsVectorType(VTy); in getSubdividedVectorType()
497 VTy = VectorType::getTruncatedElementVectorType(VTy); in getSubdividedVectorType()
499 return VTy; in getSubdividedVectorType()
505 auto EltCnt = VTy->getElementCount(); in getHalfElementsVectorType()
508 return VectorType::get(VTy->getElementType(), in getHalfElementsVectorType()
515 auto EltCnt = VTy->getElementCount(); in getDoubleElementsVectorType()
698 if (auto *VTy = dyn_cast<VectorType>(this)) in getExtendedType() local
700 const_cast<VectorType *>(VTy)); in getExtendedType()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/IR/
H A DDerivedTypes.h470 static VectorType *getInteger(VectorType *VTy) { in getInteger() argument
491 switch(VTy->getElementType()->getTypeID()) { in getTruncatedElementVectorType()
496 EltTy = Type::getHalfTy(VTy->getContext()); in getTruncatedElementVectorType()
515 VTy = VectorType::getDoubleElementsVectorType(VTy); in getSubdividedVectorType()
516 VTy = VectorType::getTruncatedElementVectorType(VTy); in getSubdividedVectorType()
518 return VTy; in getSubdividedVectorType()
524 auto EltCnt = VTy->getElementCount(); in getHalfElementsVectorType()
533 auto EltCnt = VTy->getElementCount(); in getDoubleElementsVectorType()
704 if (auto *VTy = dyn_cast<VectorType>(this)) in getExtendedType() local
706 const_cast<VectorType *>(VTy)); in getExtendedType()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/IR/
H A DDerivedTypes.h439 static VectorType *getInteger(VectorType *VTy) { in getInteger() argument
460 switch(VTy->getElementType()->getTypeID()) { in getTruncatedElementVectorType()
484 VTy = VectorType::getDoubleElementsVectorType(VTy); in getSubdividedVectorType()
485 VTy = VectorType::getTruncatedElementVectorType(VTy); in getSubdividedVectorType()
487 return VTy; in getSubdividedVectorType()
493 auto EltCnt = VTy->getElementCount(); in getHalfElementsVectorType()
496 return VectorType::get(VTy->getElementType(), in getHalfElementsVectorType()
503 auto EltCnt = VTy->getElementCount(); in getDoubleElementsVectorType()
714 if (auto *VTy = dyn_cast<VectorType>(this)) in getExtendedType() local
716 const_cast<VectorType *>(VTy)); in getExtendedType()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/IR/
H A DDerivedTypes.h439 static VectorType *getInteger(VectorType *VTy) { in getInteger() argument
460 switch(VTy->getElementType()->getTypeID()) { in getTruncatedElementVectorType()
484 VTy = VectorType::getDoubleElementsVectorType(VTy); in getSubdividedVectorType()
485 VTy = VectorType::getTruncatedElementVectorType(VTy); in getSubdividedVectorType()
487 return VTy; in getSubdividedVectorType()
493 auto EltCnt = VTy->getElementCount(); in getHalfElementsVectorType()
496 return VectorType::get(VTy->getElementType(), in getHalfElementsVectorType()
503 auto EltCnt = VTy->getElementCount(); in getDoubleElementsVectorType()
714 if (auto *VTy = dyn_cast<VectorType>(this)) in getExtendedType() local
716 const_cast<VectorType *>(VTy)); in getExtendedType()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/IR/
H A DDerivedTypes.h470 static VectorType *getInteger(VectorType *VTy) { in getInteger() argument
491 switch(VTy->getElementType()->getTypeID()) { in getTruncatedElementVectorType()
496 EltTy = Type::getHalfTy(VTy->getContext()); in getTruncatedElementVectorType()
515 VTy = VectorType::getDoubleElementsVectorType(VTy); in getSubdividedVectorType()
516 VTy = VectorType::getTruncatedElementVectorType(VTy); in getSubdividedVectorType()
518 return VTy; in getSubdividedVectorType()
524 auto EltCnt = VTy->getElementCount(); in getHalfElementsVectorType()
533 auto EltCnt = VTy->getElementCount(); in getDoubleElementsVectorType()
702 if (auto *VTy = dyn_cast<VectorType>(this)) in getExtendedType() local
704 const_cast<VectorType *>(VTy)); in getExtendedType()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h439 static VectorType *getInteger(VectorType *VTy) { in getInteger() argument
460 switch(VTy->getElementType()->getTypeID()) { in getTruncatedElementVectorType()
484 VTy = VectorType::getDoubleElementsVectorType(VTy); in getSubdividedVectorType()
485 VTy = VectorType::getTruncatedElementVectorType(VTy); in getSubdividedVectorType()
487 return VTy; in getSubdividedVectorType()
493 auto EltCnt = VTy->getElementCount(); in getHalfElementsVectorType()
496 return VectorType::get(VTy->getElementType(), in getHalfElementsVectorType()
503 auto EltCnt = VTy->getElementCount(); in getDoubleElementsVectorType()
714 if (auto *VTy = dyn_cast<VectorType>(this)) in getExtendedType() local
716 const_cast<VectorType *>(VTy)); in getExtendedType()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/IR/
H A DDerivedTypes.h440 static VectorType *getInteger(VectorType *VTy) { in getInteger() argument
461 switch(VTy->getElementType()->getTypeID()) { in getTruncatedElementVectorType()
485 VTy = VectorType::getDoubleElementsVectorType(VTy); in getSubdividedVectorType()
486 VTy = VectorType::getTruncatedElementVectorType(VTy); in getSubdividedVectorType()
488 return VTy; in getSubdividedVectorType()
494 auto EltCnt = VTy->getElementCount(); in getHalfElementsVectorType()
497 return VectorType::get(VTy->getElementType(), in getHalfElementsVectorType()
504 auto EltCnt = VTy->getElementCount(); in getDoubleElementsVectorType()
715 if (auto *VTy = dyn_cast<VectorType>(this)) in getExtendedType() local
717 const_cast<VectorType *>(VTy)); in getExtendedType()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/IR/
H A DDerivedTypes.h439 static VectorType *getInteger(VectorType *VTy) { in getInteger() argument
460 switch(VTy->getElementType()->getTypeID()) { in getTruncatedElementVectorType()
484 VTy = VectorType::getDoubleElementsVectorType(VTy); in getSubdividedVectorType()
485 VTy = VectorType::getTruncatedElementVectorType(VTy); in getSubdividedVectorType()
487 return VTy; in getSubdividedVectorType()
493 auto EltCnt = VTy->getElementCount(); in getHalfElementsVectorType()
496 return VectorType::get(VTy->getElementType(), in getHalfElementsVectorType()
503 auto EltCnt = VTy->getElementCount(); in getDoubleElementsVectorType()
714 if (auto *VTy = dyn_cast<VectorType>(this)) in getExtendedType() local
716 const_cast<VectorType *>(VTy)); in getExtendedType()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/IR/
H A DDerivedTypes.h451 static VectorType *getInteger(VectorType *VTy) { in getInteger() argument
472 switch(VTy->getElementType()->getTypeID()) { in getTruncatedElementVectorType()
496 VTy = VectorType::getDoubleElementsVectorType(VTy); in getSubdividedVectorType()
497 VTy = VectorType::getTruncatedElementVectorType(VTy); in getSubdividedVectorType()
499 return VTy; in getSubdividedVectorType()
505 auto EltCnt = VTy->getElementCount(); in getHalfElementsVectorType()
508 return VectorType::get(VTy->getElementType(), in getHalfElementsVectorType()
515 auto EltCnt = VTy->getElementCount(); in getDoubleElementsVectorType()
698 if (auto *VTy = dyn_cast<VectorType>(this)) in getExtendedType() local
700 const_cast<VectorType *>(VTy)); in getExtendedType()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/IR/
H A DDerivedTypes.h439 static VectorType *getInteger(VectorType *VTy) { in getInteger() argument
460 switch(VTy->getElementType()->getTypeID()) { in getTruncatedElementVectorType()
484 VTy = VectorType::getDoubleElementsVectorType(VTy); in getSubdividedVectorType()
485 VTy = VectorType::getTruncatedElementVectorType(VTy); in getSubdividedVectorType()
487 return VTy; in getSubdividedVectorType()
493 auto EltCnt = VTy->getElementCount(); in getHalfElementsVectorType()
496 return VectorType::get(VTy->getElementType(), in getHalfElementsVectorType()
503 auto EltCnt = VTy->getElementCount(); in getDoubleElementsVectorType()
714 if (auto *VTy = dyn_cast<VectorType>(this)) in getExtendedType() local
716 const_cast<VectorType *>(VTy)); in getExtendedType()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/unittests/CodeGen/
H A DLowLevelTypeTest.cpp60 EXPECT_EQ(VTy, VSTy); in TEST()
67 ASSERT_TRUE(VTy.isValid()); in TEST()
68 ASSERT_TRUE(VTy.isVector()); in TEST()
70 ASSERT_FALSE(VTy.isScalar()); in TEST()
71 ASSERT_FALSE(VTy.isPointer()); in TEST()
79 EXPECT_TRUE(VTy == VTy); in TEST()
80 EXPECT_FALSE(VTy != VTy); in TEST()
84 EXPECT_NE(VTy, STy); in TEST()
182 ASSERT_TRUE(VTy.isValid()); in TEST()
196 EXPECT_TRUE(VTy == VTy); in TEST()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/unittests/CodeGen/
H A DLowLevelTypeTest.cpp60 EXPECT_EQ(VTy, VSTy); in TEST()
67 ASSERT_TRUE(VTy.isValid()); in TEST()
68 ASSERT_TRUE(VTy.isVector()); in TEST()
70 ASSERT_FALSE(VTy.isScalar()); in TEST()
71 ASSERT_FALSE(VTy.isPointer()); in TEST()
79 EXPECT_TRUE(VTy == VTy); in TEST()
80 EXPECT_FALSE(VTy != VTy); in TEST()
84 EXPECT_NE(VTy, STy); in TEST()
182 ASSERT_TRUE(VTy.isValid()); in TEST()
196 EXPECT_TRUE(VTy == VTy); in TEST()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/unittests/CodeGen/
H A DLowLevelTypeTest.cpp60 EXPECT_EQ(VTy, VSTy); in TEST()
67 ASSERT_TRUE(VTy.isValid()); in TEST()
68 ASSERT_TRUE(VTy.isVector()); in TEST()
70 ASSERT_FALSE(VTy.isScalar()); in TEST()
71 ASSERT_FALSE(VTy.isPointer()); in TEST()
79 EXPECT_TRUE(VTy == VTy); in TEST()
80 EXPECT_FALSE(VTy != VTy); in TEST()
84 EXPECT_NE(VTy, STy); in TEST()
182 ASSERT_TRUE(VTy.isValid()); in TEST()
196 EXPECT_TRUE(VTy == VTy); in TEST()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/unittests/CodeGen/
H A DLowLevelTypeTest.cpp60 EXPECT_EQ(VTy, VSTy); in TEST()
67 ASSERT_TRUE(VTy.isValid()); in TEST()
68 ASSERT_TRUE(VTy.isVector()); in TEST()
70 ASSERT_FALSE(VTy.isScalar()); in TEST()
71 ASSERT_FALSE(VTy.isPointer()); in TEST()
79 EXPECT_TRUE(VTy == VTy); in TEST()
80 EXPECT_FALSE(VTy != VTy); in TEST()
84 EXPECT_NE(VTy, STy); in TEST()
205 ASSERT_TRUE(VTy.isValid()); in TEST()
219 EXPECT_TRUE(VTy == VTy); in TEST()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/unittests/CodeGen/
H A DLowLevelTypeTest.cpp60 EXPECT_EQ(VTy, VSTy); in TEST()
67 ASSERT_TRUE(VTy.isValid()); in TEST()
68 ASSERT_TRUE(VTy.isVector()); in TEST()
70 ASSERT_FALSE(VTy.isScalar()); in TEST()
71 ASSERT_FALSE(VTy.isPointer()); in TEST()
79 EXPECT_TRUE(VTy == VTy); in TEST()
80 EXPECT_FALSE(VTy != VTy); in TEST()
84 EXPECT_NE(VTy, STy); in TEST()
205 ASSERT_TRUE(VTy.isValid()); in TEST()
219 EXPECT_TRUE(VTy == VTy); in TEST()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/unittests/CodeGen/
H A DLowLevelTypeTest.cpp60 EXPECT_EQ(VTy, VSTy); in TEST()
67 ASSERT_TRUE(VTy.isValid()); in TEST()
68 ASSERT_TRUE(VTy.isVector()); in TEST()
70 ASSERT_FALSE(VTy.isScalar()); in TEST()
71 ASSERT_FALSE(VTy.isPointer()); in TEST()
79 EXPECT_TRUE(VTy == VTy); in TEST()
80 EXPECT_FALSE(VTy != VTy); in TEST()
84 EXPECT_NE(VTy, STy); in TEST()
205 ASSERT_TRUE(VTy.isValid()); in TEST()
219 EXPECT_TRUE(VTy == VTy); in TEST()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/unittests/CodeGen/
H A DLowLevelTypeTest.cpp60 EXPECT_EQ(VTy, VSTy); in TEST()
67 ASSERT_TRUE(VTy.isValid()); in TEST()
68 ASSERT_TRUE(VTy.isVector()); in TEST()
70 ASSERT_FALSE(VTy.isScalar()); in TEST()
71 ASSERT_FALSE(VTy.isPointer()); in TEST()
79 EXPECT_TRUE(VTy == VTy); in TEST()
80 EXPECT_FALSE(VTy != VTy); in TEST()
84 EXPECT_NE(VTy, STy); in TEST()
205 ASSERT_TRUE(VTy.isValid()); in TEST()
219 EXPECT_TRUE(VTy == VTy); in TEST()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/unittests/CodeGen/
H A DLowLevelTypeTest.cpp60 EXPECT_EQ(VTy, VSTy); in TEST()
67 ASSERT_TRUE(VTy.isValid()); in TEST()
68 ASSERT_TRUE(VTy.isVector()); in TEST()
70 ASSERT_FALSE(VTy.isScalar()); in TEST()
71 ASSERT_FALSE(VTy.isPointer()); in TEST()
79 EXPECT_TRUE(VTy == VTy); in TEST()
80 EXPECT_FALSE(VTy != VTy); in TEST()
84 EXPECT_NE(VTy, STy); in TEST()
205 ASSERT_TRUE(VTy.isValid()); in TEST()
219 EXPECT_TRUE(VTy == VTy); in TEST()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/unittests/CodeGen/
H A DLowLevelTypeTest.cpp68 EXPECT_EQ(VTy, VSTy); in TEST()
75 ASSERT_TRUE(VTy.isValid()); in TEST()
76 ASSERT_TRUE(VTy.isVector()); in TEST()
78 ASSERT_FALSE(VTy.isScalar()); in TEST()
79 ASSERT_FALSE(VTy.isPointer()); in TEST()
91 EXPECT_TRUE(VTy == VTy); in TEST()
92 EXPECT_FALSE(VTy != VTy); in TEST()
96 EXPECT_NE(VTy, STy); in TEST()
266 ASSERT_TRUE(VTy.isValid()); in TEST()
280 EXPECT_TRUE(VTy == VTy); in TEST()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/unittests/CodeGen/
H A DLowLevelTypeTest.cpp68 EXPECT_EQ(VTy, VSTy); in TEST()
75 ASSERT_TRUE(VTy.isValid()); in TEST()
76 ASSERT_TRUE(VTy.isVector()); in TEST()
78 ASSERT_FALSE(VTy.isScalar()); in TEST()
79 ASSERT_FALSE(VTy.isPointer()); in TEST()
91 EXPECT_TRUE(VTy == VTy); in TEST()
92 EXPECT_FALSE(VTy != VTy); in TEST()
96 EXPECT_NE(VTy, STy); in TEST()
266 ASSERT_TRUE(VTy.isValid()); in TEST()
280 EXPECT_TRUE(VTy == VTy); in TEST()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/unittests/CodeGen/
H A DLowLevelTypeTest.cpp68 EXPECT_EQ(VTy, VSTy); in TEST()
75 ASSERT_TRUE(VTy.isValid()); in TEST()
76 ASSERT_TRUE(VTy.isVector()); in TEST()
78 ASSERT_FALSE(VTy.isScalar()); in TEST()
79 ASSERT_FALSE(VTy.isPointer()); in TEST()
91 EXPECT_TRUE(VTy == VTy); in TEST()
92 EXPECT_FALSE(VTy != VTy); in TEST()
96 EXPECT_NE(VTy, STy); in TEST()
266 ASSERT_TRUE(VTy.isValid()); in TEST()
280 EXPECT_TRUE(VTy == VTy); in TEST()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/unittests/CodeGen/
H A DLowLevelTypeTest.cpp68 EXPECT_EQ(VTy, VSTy); in TEST()
75 ASSERT_TRUE(VTy.isValid()); in TEST()
76 ASSERT_TRUE(VTy.isVector()); in TEST()
78 ASSERT_FALSE(VTy.isScalar()); in TEST()
79 ASSERT_FALSE(VTy.isPointer()); in TEST()
91 EXPECT_TRUE(VTy == VTy); in TEST()
92 EXPECT_FALSE(VTy != VTy); in TEST()
96 EXPECT_NE(VTy, STy); in TEST()
266 ASSERT_TRUE(VTy.isValid()); in TEST()
280 EXPECT_TRUE(VTy == VTy); in TEST()
[all …]

12345678910>>...46