• Home
  • Raw
  • Download

Lines Matching refs:MDTuple

81   MDTuple *getTuple() { return MDTuple::getDistinct(Context, None); }  in getTuple()
473 MDNode *U = MDTuple::get(Context, None); in TEST_F()
474 MDNode *D = MDTuple::getDistinct(Context, None); in TEST_F()
475 auto T = MDTuple::getTemporary(Context, None); in TEST_F()
482 MDNode *U = MDTuple::get(Context, None); in TEST_F()
483 MDNode *D = MDTuple::getDistinct(Context, None); in TEST_F()
484 auto T = MDTuple::getTemporary(Context, None); in TEST_F()
491 MDNode *U = MDTuple::get(Context, None); in TEST_F()
492 MDNode *D = MDTuple::getDistinct(Context, None); in TEST_F()
493 auto T = MDTuple::getTemporary(Context, None); in TEST_F()
501 auto Temp = MDTuple::getTemporary(Context, None); in TEST_F()
521 auto Temp3 = MDTuple::getTemporary(Context, None); in TEST_F()
585 auto Temp = MDTuple::getTemporary(Context, None); in TEST_F()
588 MDNode *Empty = MDTuple::get(Context, ArrayRef<Metadata *>()); in TEST_F()
589 MDNode *N = MDTuple::get(Context, Ops); in TEST_F()
606 auto *Empty = MDTuple::get(Context, None); in TEST_F()
607 MDTuple *FirstUniqued; in TEST_F()
610 auto Temp = MDTuple::getTemporary(Context, Ops); in TEST_F()
622 auto Temp = MDTuple::getTemporary(Context, Ops); in TEST_F()
632 auto Unresolved = MDTuple::getTemporary(Context, None); in TEST_F()
634 auto Temp = MDTuple::getTemporary(Context, Ops); in TEST_F()
654 MDTuple *Op = MDTuple::getTemporary(Context, None).release(); in TEST_F()
659 MDTuple *N = MDTuple::getTemporary(Context, Ops).release(); in TEST_F()
681 MDTuple *N = MDTuple::getTemporary(Context, Ops).release(); in TEST_F()
691 ASSERT_EQ(N, MDTuple::get(Context, NullOps)); in TEST_F()
696 auto *Empty = MDTuple::get(Context, None); in TEST_F()
698 auto Temp = MDTuple::getTemporary(Context, Ops); in TEST_F()
709 auto Unresolved = MDTuple::getTemporary(Context, None); in TEST_F()
711 auto Temp = MDTuple::getTemporary(Context, Ops); in TEST_F()
728 auto Temp = MDTuple::getTemporary(Context, Ops); in TEST_F()
732 auto *U = MDTuple::get(Context, T); in TEST_F()
748 EXPECT_EQ(U, MDTuple::get(Context, N)); in TEST_F()
753 EXPECT_EQ(U, MDNode::replaceWithPermanent(MDTuple::getTemporary(Context, N))); in TEST_F()
757 auto Temp2 = MDTuple::getTemporary(Context, U); in TEST_F()
768 auto Temp = MDTuple::getTemporary(Context, None); in TEST_F()
970 Metadata *Types = MDTuple::get(Context, TypesOps); in TEST_F()
993 MDTuple *ExtraData = getTuple(); in TEST_F()
1054 MDTuple *ExtraData = getTuple(); in TEST_F()
1077 MDTuple *Elements = getTuple(); in TEST_F()
1080 MDTuple *TemplateParams = getTuple(); in TEST_F()
1196 MDTuple *Elements = getTuple(); in TEST_F()
1199 MDTuple *TemplateParams = getTuple(); in TEST_F()
1229 auto *Elements = MDTuple::getDistinct(Context, None); in TEST_F()
1243 auto *TemplateParams = MDTuple::getDistinct(Context, None); in TEST_F()
1255 MDTuple *TypeArray = getTuple(); in TEST_F()
1326 MDTuple *EnumTypes = getTuple(); in TEST_F()
1327 MDTuple *RetainedTypes = getTuple(); in TEST_F()
1328 MDTuple *GlobalVariables = getTuple(); in TEST_F()
1329 MDTuple *ImportedEntities = getTuple(); in TEST_F()
1331 MDTuple *Macros = getTuple(); in TEST_F()
1386 MDTuple *EnumTypes = MDTuple::getDistinct(Context, None); in TEST_F()
1387 MDTuple *RetainedTypes = MDTuple::getDistinct(Context, None); in TEST_F()
1388 MDTuple *ImportedEntities = MDTuple::getDistinct(Context, None); in TEST_F()
1395 auto *GlobalVariables = MDTuple::getDistinct(Context, None); in TEST_F()
1402 auto *Macros = MDTuple::getDistinct(Context, None); in TEST_F()
1429 MDTuple *TemplateParams = getTuple(); in TEST_F()
1431 MDTuple *Variables = getTuple(); in TEST_F()
2087 auto Temp1 = MDTuple::getTemporary(Context, None); in TEST_F()
2088 auto Temp2 = MDTuple::getTemporary(Context, {CI}); in TEST_F()
2089 auto *N = MDTuple::get(Context, {Temp1.get()}); in TEST_F()
2105 auto Temp = MDTuple::getTemporary(Context, None); in TEST_F()
2111 auto *N1 = MDTuple::get(Context, Ops1); in TEST_F()
2112 auto *N2 = MDTuple::get(Context, Ops2); in TEST_F()
2213 MDTuple *T1 = getTuple(); in TEST_F()
2214 MDTuple *T2 = getTuple(); in TEST_F()
2239 MDTuple *T1 = getTuple(); in TEST_F()
2240 MDTuple *T2 = getTuple(); in TEST_F()
2241 MDTuple *P = getTuple(); in TEST_F()
2317 auto *D = MDTuple::getDistinct(Context, Ops); in TEST_F()
2323 auto *N0 = MDTuple::get(Context, None); in TEST_F()
2324 auto *N1 = MDTuple::get(Context, N0); in TEST_F()
2335 DistinctMDOperandPlaceholder(7).replaceUseWith(MDTuple::get(Context, None)); in TEST_F()
2350 EXPECT_DEATH(MDTuple::get(Context, &PH), "Unexpected callback to owner"); in TEST_F()
2356 MDTuple::getDistinct(Context, &PH); in TEST_F()
2357 EXPECT_DEATH(MDTuple::getDistinct(Context, &PH), in TEST_F()
2370 MDTuple::getDistinct(Context, &PH); in TEST_F()
2376 EXPECT_DEATH(MDTuple::getDistinct(Context, &PH), in TEST_F()