Searched refs:FuncID (Results 1 – 6 of 6) sorted by relevance
32 CHECK-NEXT: FuncID: f (0x1003)33 CHECK-NEXT: FuncID: h (0x1004)
263 Constant *getRuntimeHelperFunc(RuntimeHelper FuncID) const { in getRuntimeHelperFunc() argument264 assert(FuncID < RuntimeHelper::H_Num); in getRuntimeHelperFunc()265 Constant *Result = RuntimeHelperFunc[static_cast<size_t>(FuncID)]; in getRuntimeHelperFunc()
941 InstCall *TargetLowering::makeHelperCall(RuntimeHelper FuncID, Variable *Dest, in makeHelperCall() argument944 Constant *CallTarget = Ctx->getRuntimeHelperFunc(FuncID); in makeHelperCall()
497 InstCall *makeHelperCall(RuntimeHelper FuncID, Variable *Dest, SizeT MaxSrcs);
580 for (auto FuncID : Caller.Indices) in visitKnownRecord() local581 printTypeIndex("FuncID", FuncID); in visitKnownRecord()
590 for (auto FuncID : Caller.Indices) in visitCallerSym() local591 CVTD.printTypeIndex("FuncID", FuncID); in visitCallerSym()