Lines Matching refs:Libcall
118 ArrayRef<RTLIB::Libcall> Libcalls);
1605 static const RTLIB::Libcall Libcalls[6] = { in expandAtomicLoadToLibcall()
1618 static const RTLIB::Libcall Libcalls[6] = { in expandAtomicStoreToLibcall()
1631 static const RTLIB::Libcall Libcalls[6] = { in expandAtomicCASToLibcall()
1645 static ArrayRef<RTLIB::Libcall> GetRMWLibcall(AtomicRMWInst::BinOp Op) { in GetRMWLibcall()
1646 static const RTLIB::Libcall LibcallsXchg[6] = { in GetRMWLibcall()
1650 static const RTLIB::Libcall LibcallsAdd[6] = { in GetRMWLibcall()
1654 static const RTLIB::Libcall LibcallsSub[6] = { in GetRMWLibcall()
1658 static const RTLIB::Libcall LibcallsAnd[6] = { in GetRMWLibcall()
1662 static const RTLIB::Libcall LibcallsOr[6] = { in GetRMWLibcall()
1666 static const RTLIB::Libcall LibcallsXor[6] = { in GetRMWLibcall()
1670 static const RTLIB::Libcall LibcallsNand[6] = { in GetRMWLibcall()
1709 ArrayRef<RTLIB::Libcall> Libcalls = GetRMWLibcall(I->getOperation()); in expandAtomicRMWToLibcall()
1750 AtomicOrdering Ordering2, ArrayRef<RTLIB::Libcall> Libcalls) { in expandAtomicOpToLibcall()
1778 RTLIB::Libcall RTLibType; in expandAtomicOpToLibcall()