Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DRuntimeLibcalls.td43 def SHL_#IntTy : RuntimeLibcall;
44 def SRL_#IntTy : RuntimeLibcall;
45 def SRA_#IntTy : RuntimeLibcall;
49 def MUL_#IntTy : RuntimeLibcall;
53 def MULO_#IntTy : RuntimeLibcall;
57 def SDIV_#IntTy : RuntimeLibcall;
58 def UDIV_#IntTy : RuntimeLibcall;
59 def SREM_#IntTy : RuntimeLibcall;
60 def UREM_#IntTy : RuntimeLibcall;
61 def SDIVREM_#IntTy : RuntimeLibcall;
[all …]
H A DRuntimeLibcallsImpl.td49 class RuntimeLibcall {
58 class RuntimeLibcallImpl<RuntimeLibcall P, string Name = NAME> {
59 RuntimeLibcall Provides = P;
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DRuntimeLibcallsEmitter.cpp110 class RuntimeLibcall { class
115 RuntimeLibcall() = delete;
116 RuntimeLibcall(const Record *Def, size_t EnumVal) in RuntimeLibcall() function in __anonf9119db00211::RuntimeLibcall
121 ~RuntimeLibcall() { assert(TheDef); } in ~RuntimeLibcall()
136 const RuntimeLibcall *Provides = nullptr;
142 const DenseMap<const Record *, const RuntimeLibcall *> &ProvideMap, in RuntimeLibcallImpl()
157 const RuntimeLibcall *getProvides() const { return Provides; } in getProvides()
204 DenseMap<const Record *, const RuntimeLibcall *> Def2RuntimeLibcall;
207 std::vector<RuntimeLibcall> RuntimeLibcallDefList;
210 DenseMap<const RuntimeLibcall *, const RuntimeLibcallImpl *>
[all …]