Lines Matching refs:Libcall
117 ArrayRef<RTLIB::Libcall> Libcalls);
1563 static const RTLIB::Libcall Libcalls[6] = { in expandAtomicLoadToLibcall()
1576 static const RTLIB::Libcall Libcalls[6] = { in expandAtomicStoreToLibcall()
1589 static const RTLIB::Libcall Libcalls[6] = { in expandAtomicCASToLibcall()
1603 static ArrayRef<RTLIB::Libcall> GetRMWLibcall(AtomicRMWInst::BinOp Op) { in GetRMWLibcall()
1604 static const RTLIB::Libcall LibcallsXchg[6] = { in GetRMWLibcall()
1608 static const RTLIB::Libcall LibcallsAdd[6] = { in GetRMWLibcall()
1612 static const RTLIB::Libcall LibcallsSub[6] = { in GetRMWLibcall()
1616 static const RTLIB::Libcall LibcallsAnd[6] = { in GetRMWLibcall()
1620 static const RTLIB::Libcall LibcallsOr[6] = { in GetRMWLibcall()
1624 static const RTLIB::Libcall LibcallsXor[6] = { in GetRMWLibcall()
1628 static const RTLIB::Libcall LibcallsNand[6] = { in GetRMWLibcall()
1665 ArrayRef<RTLIB::Libcall> Libcalls = GetRMWLibcall(I->getOperation()); in expandAtomicRMWToLibcall()
1706 AtomicOrdering Ordering2, ArrayRef<RTLIB::Libcall> Libcalls) { in expandAtomicOpToLibcall()
1734 RTLIB::Libcall RTLibType; in expandAtomicOpToLibcall()