Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/LTO/
H A DUpdateCompilerUsed.cpp50 StringSet<> Libcalls; global() member in __anon04290fcf0111::PreserveLibCallsAndAsmUsed
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLegalizerInfo.cpp410 auto Libcalls = getFCmpLibcalls(Predicate, OpSize); legalizeCustom() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1709 nullptr, I->getOrdering(), AtomicOrdering::NotAtomic, Libcalls); in expandAtomicRMWToLibcall() local
1605 static const RTLIB::Libcall Libcalls[6] = { expandAtomicLoadToLibcall() local
1618 static const RTLIB::Libcall Libcalls[6] = { expandAtomicStoreToLibcall() local
1631 static const RTLIB::Libcall Libcalls[6] = { expandAtomicCASToLibcall() local
1750 expandAtomicOpToLibcall(Instruction * I,unsigned Size,Align Alignment,Value * PointerOperand,Value * ValueOperand,Value * CASExpected,AtomicOrdering Ordering,AtomicOrdering Ordering2,ArrayRef<RTLIB::Libcall> Libcalls) expandAtomicOpToLibcall() argument
[all...]