Searched refs:testAttribute (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | RISCVAttributeParserTest.cpp | 35 static bool testAttribute(unsigned Tag, unsigned Value, unsigned ExpectedTag, in testAttribute() function 56 TEST(StackAlign, testAttribute) { in TEST() argument 59 testAttribute(4, 4, RISCVAttrs::STACK_ALIGN, RISCVAttrs::ALIGN_4)); in TEST() 61 testAttribute(4, 16, RISCVAttrs::STACK_ALIGN, RISCVAttrs::ALIGN_16)); in TEST() 64 TEST(UnalignedAccess, testAttribute) { in TEST() argument 66 EXPECT_TRUE(testAttribute(6, 0, RISCVAttrs::UNALIGNED_ACCESS, in TEST() 69 testAttribute(6, 1, RISCVAttrs::UNALIGNED_ACCESS, RISCVAttrs::ALLOWED)); in TEST()
|
| H A D | CSKYAttributeParserTest.cpp | 125 TEST(ArchName, testAttribute) { in TEST() argument 133 TEST(CPUName, testAttribute) { in TEST() argument 141 TEST(DSPVersion, testAttribute) { in TEST() argument 152 TEST(VDSPVersion, testAttribute) { in TEST() argument 163 TEST(FPUVersion, testAttribute) { in TEST() argument 176 TEST(FPUABI, testAttribute) { in TEST() argument 189 TEST(FPURounding, testAttribute) { in TEST() argument 198 TEST(FPUDenormal, testAttribute) { in TEST() argument 207 TEST(FPUException, testAttribute) { in TEST() argument 216 TEST(FPUNumberModule, testAttribute) { in TEST() argument [all …]
|
| /llvm-project-15.0.7/llvm/bindings/go/llvm/ |
| H A D | ir_test.go | 20 func testAttribute(t *testing.T, name string) { func 93 testAttribute(t, name)
|