Home
last modified time | relevance | path

Searched refs:Undef1 (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/unittests/CodeGen/GlobalISel/
DCSETest.cpp79 auto Undef1 = CSEB.buildUndef(s32); in TEST_F() local
80 EXPECT_EQ(&*Undef0, &*Undef1); in TEST_F()
137 auto Undef1 = CSEB.buildUndef(s16); in TEST_F() local
138 EXPECT_EQ(&*Undef0, &*Undef1); in TEST_F()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp10827 bool Undef1 = true, Undef2 = true, Zero1 = true, Zero2 = true; in matchShuffleWithUNPCK() local
10831 Undef1 &= (SM_SentinelUndef == M1); in matchShuffleWithUNPCK()
10836 assert(!((Undef1 || Zero1) && (Undef2 || Zero2)) && in matchShuffleWithUNPCK()
10845 V1 = (Undef1 ? DAG.getUNDEF(VT) : V1); in matchShuffleWithUNPCK()
10853 V1 = (Undef1 ? DAG.getUNDEF(VT) : V1); in matchShuffleWithUNPCK()
/external/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.cpp11210 bool Undef1 = true, Undef2 = true, Zero1 = true, Zero2 = true; in matchShuffleWithUNPCK() local
11214 Undef1 &= (SM_SentinelUndef == M1); in matchShuffleWithUNPCK()
11219 assert(!((Undef1 || Zero1) && (Undef2 || Zero2)) && in matchShuffleWithUNPCK()
11228 V1 = (Undef1 ? DAG.getUNDEF(VT) : V1); in matchShuffleWithUNPCK()
11236 V1 = (Undef1 ? DAG.getUNDEF(VT) : V1); in matchShuffleWithUNPCK()