Lines Matching refs:Libcall
87 ArrayRef<RTLIB::Libcall> Libcalls);
1312 static const RTLIB::Libcall Libcalls[6] = { in expandAtomicLoadToLibcall()
1326 static const RTLIB::Libcall Libcalls[6] = { in expandAtomicStoreToLibcall()
1340 static const RTLIB::Libcall Libcalls[6] = { in expandAtomicCASToLibcall()
1355 static ArrayRef<RTLIB::Libcall> GetRMWLibcall(AtomicRMWInst::BinOp Op) { in GetRMWLibcall()
1356 static const RTLIB::Libcall LibcallsXchg[6] = { in GetRMWLibcall()
1360 static const RTLIB::Libcall LibcallsAdd[6] = { in GetRMWLibcall()
1364 static const RTLIB::Libcall LibcallsSub[6] = { in GetRMWLibcall()
1368 static const RTLIB::Libcall LibcallsAnd[6] = { in GetRMWLibcall()
1372 static const RTLIB::Libcall LibcallsOr[6] = { in GetRMWLibcall()
1376 static const RTLIB::Libcall LibcallsXor[6] = { in GetRMWLibcall()
1380 static const RTLIB::Libcall LibcallsNand[6] = { in GetRMWLibcall()
1413 ArrayRef<RTLIB::Libcall> Libcalls = GetRMWLibcall(I->getOperation()); in expandAtomicRMWToLibcall()
1455 AtomicOrdering Ordering2, ArrayRef<RTLIB::Libcall> Libcalls) { in expandAtomicOpToLibcall()
1483 RTLIB::Libcall RTLibType; in expandAtomicOpToLibcall()