Searched refs:X86MMXTy (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/unittests/VMCore/ |
D | InstructionsTest.cpp | 118 Type* X86MMXTy = Type::getX86_MMXTy(C); in TEST() local 123 EXPECT_TRUE(CastInst::isCastable(V8x8Ty, X86MMXTy)); in TEST() 124 EXPECT_TRUE(CastInst::isCastable(X86MMXTy, V8x8Ty)); in TEST() 125 EXPECT_FALSE(CastInst::isCastable(Int64Ty, X86MMXTy)); in TEST()
|
/external/llvm/unittests/IR/ |
D | InstructionsTest.cpp | 180 Type *X86MMXTy = Type::getX86_MMXTy(C); in TEST() local 210 EXPECT_TRUE(CastInst::isCastable(V8x8Ty, X86MMXTy)); in TEST() 211 EXPECT_TRUE(CastInst::isCastable(X86MMXTy, V8x8Ty)); in TEST() 212 EXPECT_FALSE(CastInst::isCastable(Int64Ty, X86MMXTy)); in TEST() 218 EXPECT_FALSE(CastInst::isBitCastable(V8x8Ty, X86MMXTy)); in TEST() 219 EXPECT_FALSE(CastInst::isBitCastable(X86MMXTy, V8x8Ty)); in TEST() 220 EXPECT_FALSE(CastInst::isBitCastable(Int64Ty, X86MMXTy)); in TEST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | InstructionsTest.cpp | 192 Type *X86MMXTy = Type::getX86_MMXTy(C); in TEST() local 222 EXPECT_TRUE(CastInst::isCastable(V8x8Ty, X86MMXTy)); in TEST() 223 EXPECT_TRUE(CastInst::isCastable(X86MMXTy, V8x8Ty)); in TEST() 224 EXPECT_FALSE(CastInst::isCastable(Int64Ty, X86MMXTy)); in TEST() 230 EXPECT_FALSE(CastInst::isBitCastable(V8x8Ty, X86MMXTy)); in TEST() 231 EXPECT_FALSE(CastInst::isBitCastable(X86MMXTy, V8x8Ty)); in TEST() 232 EXPECT_FALSE(CastInst::isBitCastable(Int64Ty, X86MMXTy)); in TEST()
|