Lines Matching defs:LC
410 RTLIB::Libcall RTLIB::getOutlineAtomicHelper(const Libcall (&LC)[5][4],
452 return LC[ModeN][ModelN];
467 const Libcall LC[5][4] = {LCALL5(OUTLINE_ATOMIC_CAS)};
468 return getOutlineAtomicHelper(LC, Order, MemSize);
471 const Libcall LC[5][4] = {LCALL5(OUTLINE_ATOMIC_SWP)};
472 return getOutlineAtomicHelper(LC, Order, MemSize);
475 const Libcall LC[5][4] = {LCALL5(OUTLINE_ATOMIC_LDADD)};
476 return getOutlineAtomicHelper(LC, Order, MemSize);
479 const Libcall LC[5][4] = {LCALL5(OUTLINE_ATOMIC_LDSET)};
480 return getOutlineAtomicHelper(LC, Order, MemSize);
483 const Libcall LC[5][4] = {LCALL5(OUTLINE_ATOMIC_LDCLR)};
484 return getOutlineAtomicHelper(LC, Order, MemSize);
487 const Libcall LC[5][4] = {LCALL5(OUTLINE_ATOMIC_LDEOR)};
488 return getOutlineAtomicHelper(LC, Order, MemSize);