Home
last modified time | relevance | path

Searched refs:AnyFP (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/llvm/unittests/FuzzMutate/
DOperationsTest.cpp130 auto AnyFP = anyFloatType(); in TEST() local
131 EXPECT_TRUE(AnyFP.matches({}, f16)); in TEST()
132 EXPECT_TRUE(AnyFP.matches({}, f32)); in TEST()
133 EXPECT_FALSE(AnyFP.matches({}, i16)); in TEST()
134 EXPECT_FALSE(AnyFP.matches({}, p0i32)); in TEST()
135 EXPECT_FALSE(AnyFP.matches({}, v4f16)); in TEST()
138 AnyFP.generate({}, {i32->getType(), f16->getType(), v8i8->getType()}), in TEST()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp12914 bool AnyFP = false; in combineConcatVectorOfScalars() local
12928 AnyFP = true; in combineConcatVectorOfScalars()
12938 if (AnyFP) { in combineConcatVectorOfScalars()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp17985 bool AnyFP = false; in combineConcatVectorOfScalars() local
17999 AnyFP = true; in combineConcatVectorOfScalars()
18009 if (AnyFP) { in combineConcatVectorOfScalars()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp19254 bool AnyFP = false; in combineConcatVectorOfScalars() local
19268 AnyFP = true; in combineConcatVectorOfScalars()
19278 if (AnyFP) { in combineConcatVectorOfScalars()