Lines Matching refs:Libcall
114 ArrayRef<RTLIB::Libcall> Libcalls);
1556 static const RTLIB::Libcall Libcalls[6] = { in expandAtomicLoadToLibcall()
1569 static const RTLIB::Libcall Libcalls[6] = { in expandAtomicStoreToLibcall()
1582 static const RTLIB::Libcall Libcalls[6] = { in expandAtomicCASToLibcall()
1596 static ArrayRef<RTLIB::Libcall> GetRMWLibcall(AtomicRMWInst::BinOp Op) { in GetRMWLibcall()
1597 static const RTLIB::Libcall LibcallsXchg[6] = { in GetRMWLibcall()
1601 static const RTLIB::Libcall LibcallsAdd[6] = { in GetRMWLibcall()
1605 static const RTLIB::Libcall LibcallsSub[6] = { in GetRMWLibcall()
1609 static const RTLIB::Libcall LibcallsAnd[6] = { in GetRMWLibcall()
1613 static const RTLIB::Libcall LibcallsOr[6] = { in GetRMWLibcall()
1617 static const RTLIB::Libcall LibcallsXor[6] = { in GetRMWLibcall()
1621 static const RTLIB::Libcall LibcallsNand[6] = { in GetRMWLibcall()
1656 ArrayRef<RTLIB::Libcall> Libcalls = GetRMWLibcall(I->getOperation()); in expandAtomicRMWToLibcall()
1697 AtomicOrdering Ordering2, ArrayRef<RTLIB::Libcall> Libcalls) { in expandAtomicOpToLibcall()
1725 RTLIB::Libcall RTLibType; in expandAtomicOpToLibcall()