Lines Matching refs:RuntimeHelper
370 RuntimeHelper HelperID = RuntimeHelper::H_Num;
375 HelperID = RuntimeHelper::H_udiv_i64;
378 HelperID = RuntimeHelper::H_sdiv_i64;
381 HelperID = RuntimeHelper::H_urem_i64;
384 HelperID = RuntimeHelper::H_srem_i64;
388 if (HelperID == RuntimeHelper::H_Num) {
408 DestTy == IceType_f32 ? RuntimeHelper::H_frem_f32
409 : RuntimeHelper::H_frem_f64);
458 RuntimeHelper RTHFunc = RuntimeHelper::H_Num;
463 RTHFunc = Src0IsF32 ? RuntimeHelper::H_fptosi_f32_i64
464 : RuntimeHelper::H_fptosi_f64_i64;
466 RTHFunc = Src0IsF32 ? (DestIs32 ? RuntimeHelper::H_fptoui_f32_i32
467 : RuntimeHelper::H_fptoui_f32_i64)
468 : (DestIs32 ? RuntimeHelper::H_fptoui_f64_i32
469 : RuntimeHelper::H_fptoui_f64_i64);
487 RuntimeHelper RTHFunc = RuntimeHelper::H_Num;
492 RTHFunc = DestIsF32 ? RuntimeHelper::H_sitofp_i64_f32
493 : RuntimeHelper::H_sitofp_i64_f64;
495 RTHFunc = DestIsF32 ? (SourceIs32 ? RuntimeHelper::H_uitofp_i32_f32
496 : RuntimeHelper::H_uitofp_i64_f32)
497 : (SourceIs32 ? RuntimeHelper::H_uitofp_i32_f64
498 : RuntimeHelper::H_uitofp_i64_f64);
513 RuntimeHelper HelperID = RuntimeHelper::H_Num;
519 HelperID = RuntimeHelper::H_bitcast_8xi1_i8;
524 HelperID = RuntimeHelper::H_bitcast_16xi1_i16;
529 HelperID = RuntimeHelper::H_bitcast_i8_8xi1;
537 HelperID = RuntimeHelper::H_bitcast_i16_16xi1;
749 ? RuntimeHelper::H_call_ctpop_i32
750 : RuntimeHelper::H_call_ctpop_i64);
762 Ctx->getRuntimeHelperFunc(RuntimeHelper::H_call_longjmp);
774 Ctx->getRuntimeHelperFunc(RuntimeHelper::H_call_memcpy);
787 Ctx->getRuntimeHelperFunc(RuntimeHelper::H_call_memmove);
805 Ctx->getRuntimeHelperFunc(RuntimeHelper::H_call_memset);
821 Ctx->getRuntimeHelperFunc(RuntimeHelper::H_call_read_tp);
830 Ctx->getRuntimeHelperFunc(RuntimeHelper::H_call_setjmp);