Home
last modified time | relevance | path

Searched refs:RuntimeLibcallImpl (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DRuntimeLibcalls.td15 class DuplicateLibcallImplWithPrefix<RuntimeLibcallImpl Impl, string prefix>
16 : RuntimeLibcallImpl<Impl.Provides, prefix#Impl.LibCallFuncName>;
343 def _relax : RuntimeLibcallImpl<!cast<RuntimeLibcall>(ProvidesBase#"_RELAX")>;
344 def _acq : RuntimeLibcallImpl<!cast<RuntimeLibcall>(ProvidesBase#"_ACQ")>;
345 def _rel : RuntimeLibcallImpl<!cast<RuntimeLibcall>(ProvidesBase#"_REL")>;
346 def _acq_rel : RuntimeLibcallImpl<!cast<RuntimeLibcall>(ProvidesBase#"_ACQ_REL")>;
387 : RuntimeLibcallImpl<!cast<RuntimeLibcall>(libcall_basename#"_F128"),
390 : RuntimeLibcallImpl<!cast<RuntimeLibcall>(libcall_basename#"_PPCF128"),
393 : RuntimeLibcallImpl<!cast<RuntimeLibcall>(libcall_basename#"_F80"),
457 def __ashlhi3 : RuntimeLibcallImpl<SHL_I16>;
[all …]
H A DRuntimeLibcallsImpl.td58 class RuntimeLibcallImpl<RuntimeLibcall P, string Name = NAME> {
78 class AvailableIf<RuntimeLibcallImpl Impl, RuntimeLibcallPredicate Pred>
89 /// Set the default calling convention assumed for RuntimeLibcallImpl members.
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DRuntimeLibcallsEmitter.cpp91 class RuntimeLibcallImpl;
96 DenseMap<const RuntimeLibcallImpl *,
101 DenseMap<const RuntimeLibcallImpl *, in LibcallPredicateExpander()
134 class RuntimeLibcallImpl { class
140 RuntimeLibcallImpl( in RuntimeLibcallImpl() function in __anonf9119db00211::RuntimeLibcallImpl
149 ~RuntimeLibcallImpl() {} in ~RuntimeLibcallImpl()
197 std::vector<const RuntimeLibcallImpl *> LibcallImpls;
205 DenseMap<const Record *, const RuntimeLibcallImpl *> Def2RuntimeLibcallImpl;
208 std::vector<RuntimeLibcallImpl> RuntimeLibcallImplDefList;
210 DenseMap<const RuntimeLibcall *, const RuntimeLibcallImpl *>
[all …]