Searched refs:RuntimeLibcall (Results 1 – 3 of 3) sorted by relevance
43 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 …]
49 class RuntimeLibcall {58 class RuntimeLibcallImpl<RuntimeLibcall P, string Name = NAME> {59 RuntimeLibcall Provides = P;
110 class RuntimeLibcall { class115 RuntimeLibcall() = delete;116 RuntimeLibcall(const Record *Def, size_t EnumVal) in RuntimeLibcall() function in __anonf9119db00211::RuntimeLibcall121 ~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 …]