Home
last modified time | relevance | path

Searched defs:Libcalls (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/lib/LTO/
H A DUpdateCompilerUsed.cpp51 StringSet<> Libcalls; member in __anon362a90f00111::PreserveLibCallsAndAsmUsed
/llvm-project/llvm/lib/Target/ARM/
H A DARMLegalizerInfo.cpp382 auto Libcalls = getFCmpLibcalls(Predicate, OpSize); legalizeCustom() local
/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1689 static const RTLIB::Libcall Libcalls[6] = { expandAtomicLoadToLibcall() local
1702 static const RTLIB::Libcall Libcalls[6] = { expandAtomicStoreToLibcall() local
1715 static const RTLIB::Libcall Libcalls[6] = { expandAtomicCASToLibcall() local
1793 ArrayRef<RTLIB::Libcall> Libcalls = GetRMWLibcall(I->getOperation()); expandAtomicRMWToLibcall() local
1834 expandAtomicOpToLibcall(Instruction * I,unsigned Size,Align Alignment,Value * PointerOperand,Value * ValueOperand,Value * CASExpected,AtomicOrdering Ordering,AtomicOrdering Ordering2,ArrayRef<RTLIB::Libcall> Libcalls) expandAtomicOpToLibcall() argument
[all...]