Lines Matching refs:VFABIParserTest

18 class VFABIParserTest : public ::testing::Test {  class
102 TEST_F(VFABIParserTest, ManglingVectorTLINames) { in TEST_F() argument
116 TEST_F(VFABIParserTest, OnlyValidNames) { in TEST_F() argument
147 TEST_F(VFABIParserTest, ParamListParsing) { in TEST_F() argument
157 TEST_F(VFABIParserTest, ScalarNameAndVectorName_01) { in TEST_F() argument
163 TEST_F(VFABIParserTest, ScalarNameAndVectorName_02) { in TEST_F() argument
169 TEST_F(VFABIParserTest, ScalarNameAndVectorName_03) { in TEST_F() argument
175 TEST_F(VFABIParserTest, Parse) { in TEST_F() argument
194 TEST_F(VFABIParserTest, ParseVectorName) { in TEST_F() argument
205 TEST_F(VFABIParserTest, LinearWithCompileTimeNegativeStep) { in TEST_F() argument
219 TEST_F(VFABIParserTest, ParseScalableSVE) { in TEST_F() argument
230 TEST_F(VFABIParserTest, ParseFixedWidthSVE) { in TEST_F() argument
239 TEST_F(VFABIParserTest, NotAVectorFunctionABIName) { in TEST_F() argument
244 TEST_F(VFABIParserTest, LinearWithRuntimeStep) { in TEST_F() argument
259 TEST_F(VFABIParserTest, LinearWithoutCompileTime) { in TEST_F() argument
272 TEST_F(VFABIParserTest, ISA) { in TEST_F() argument
295 TEST_F(VFABIParserTest, LLVM_ISA) { in TEST_F() argument
301 TEST_F(VFABIParserTest, InvalidMask) { in TEST_F() argument
305 TEST_F(VFABIParserTest, InvalidParameter) { in TEST_F() argument
309 TEST_F(VFABIParserTest, Align) { in TEST_F() argument
327 TEST_F(VFABIParserTest, ParseUniform) { in TEST_F() argument
341 TEST_F(VFABIParserTest, ISAIndependentMangling) { in TEST_F() argument
419 TEST_F(VFABIParserTest, MissingScalarName) { in TEST_F() argument
423 TEST_F(VFABIParserTest, MissingVectorName) { in TEST_F() argument
427 TEST_F(VFABIParserTest, MissingVectorNameTermination) { in TEST_F() argument
431 TEST_F(VFABIParserTest, ParseMaskingNEON) { in TEST_F() argument
442 TEST_F(VFABIParserTest, ParseMaskingSVE) { in TEST_F() argument
453 TEST_F(VFABIParserTest, ParseMaskingSSE) { in TEST_F() argument
464 TEST_F(VFABIParserTest, ParseMaskingAVX) { in TEST_F() argument
475 TEST_F(VFABIParserTest, ParseMaskingAVX2) { in TEST_F() argument
486 TEST_F(VFABIParserTest, ParseMaskingAVX512) { in TEST_F() argument
497 TEST_F(VFABIParserTest, ParseMaskingLLVM) { in TEST_F() argument
510 TEST_F(VFABIParserTest, ParseScalableMaskingLLVM) { in TEST_F() argument
524 TEST_F(VFABIParserTest, ParseScalableMaskingLLVMSincos) { in TEST_F() argument
574 TEST_F(VFABIParserTest, LLVM_InternalISA) { in TEST_F() argument
580 TEST_F(VFABIParserTest, IntrinsicsInLLVMIsa) { in TEST_F() argument
592 TEST_F(VFABIParserTest, ParseScalableRequiresDeclaration) { in TEST_F() argument
602 TEST_F(VFABIParserTest, ZeroIsInvalidVLEN) { in TEST_F() argument