Lines Matching refs:Libcall
112 ArrayRef<RTLIB::Libcall> Libcalls);
1502 static const RTLIB::Libcall Libcalls[6] = { in expandAtomicLoadToLibcall()
1515 static const RTLIB::Libcall Libcalls[6] = { in expandAtomicStoreToLibcall()
1528 static const RTLIB::Libcall Libcalls[6] = { in expandAtomicCASToLibcall()
1542 static ArrayRef<RTLIB::Libcall> GetRMWLibcall(AtomicRMWInst::BinOp Op) { in GetRMWLibcall()
1543 static const RTLIB::Libcall LibcallsXchg[6] = { in GetRMWLibcall()
1547 static const RTLIB::Libcall LibcallsAdd[6] = { in GetRMWLibcall()
1551 static const RTLIB::Libcall LibcallsSub[6] = { in GetRMWLibcall()
1555 static const RTLIB::Libcall LibcallsAnd[6] = { in GetRMWLibcall()
1559 static const RTLIB::Libcall LibcallsOr[6] = { in GetRMWLibcall()
1563 static const RTLIB::Libcall LibcallsXor[6] = { in GetRMWLibcall()
1567 static const RTLIB::Libcall LibcallsNand[6] = { in GetRMWLibcall()
1602 ArrayRef<RTLIB::Libcall> Libcalls = GetRMWLibcall(I->getOperation()); in expandAtomicRMWToLibcall()
1643 AtomicOrdering Ordering2, ArrayRef<RTLIB::Libcall> Libcalls) { in expandAtomicOpToLibcall()
1671 RTLIB::Libcall RTLibType; in expandAtomicOpToLibcall()