Lines Matching refs:RuntimeHelper
4234 makeHelperCall(ValTy == IceType_i32 ? RuntimeHelper::H_call_ctpop_i32
4235 : RuntimeHelper::H_call_ctpop_i64,
4329 InstCall *Call = makeHelperCall(RuntimeHelper::H_call_longjmp, nullptr, 2);
4357 makeHelperCall(RuntimeHelper::H_call_read_tp, Instr->getDest(), 0);
4364 makeHelperCall(RuntimeHelper::H_call_setjmp, Instr->getDest(), 1);
5171 InstCall *Call = makeHelperCall(RuntimeHelper::H_call_memcpy, nullptr, 3);
5243 InstCall *Call = makeHelperCall(RuntimeHelper::H_call_memmove, nullptr, 3);
5353 InstCall *Call = makeHelperCall(RuntimeHelper::H_call_memset, nullptr, 3);
7354 RuntimeHelper HelperID = RuntimeHelper::H_Num;
7362 HelperID = RuntimeHelper::H_udiv_i64;
7365 HelperID = RuntimeHelper::H_sdiv_i64;
7368 HelperID = RuntimeHelper::H_urem_i64;
7371 HelperID = RuntimeHelper::H_srem_i64;
7408 HelperID = RuntimeHelper::H_frem_f32;
7410 HelperID = RuntimeHelper::H_frem_f64;
7426 RuntimeHelper HelperID = RuntimeHelper::H_Num;
7434 ? RuntimeHelper::H_fptosi_f32_i64
7435 : RuntimeHelper::H_fptosi_f64_i64;
7444 HelperID = RuntimeHelper::H_fptoui_4xi32_f32;
7449 ? RuntimeHelper::H_fptoui_f32_i64
7450 : RuntimeHelper::H_fptoui_f64_i64;
7453 ? RuntimeHelper::H_fptoui_f32_i32
7454 : RuntimeHelper::H_fptoui_f64_i32;
7457 ? RuntimeHelper::H_fptoui_f32_i64
7458 : RuntimeHelper::H_fptoui_f64_i64;
7467 ? RuntimeHelper::H_sitofp_i64_f32
7468 : RuntimeHelper::H_sitofp_i64_f64;
7477 HelperID = RuntimeHelper::H_uitofp_4xi32_4xf32;
7482 ? RuntimeHelper::H_uitofp_i32_f32
7483 : RuntimeHelper::H_uitofp_i32_f64;
7486 ? RuntimeHelper::H_uitofp_i64_f32
7487 : RuntimeHelper::H_uitofp_i64_f64;
7501 HelperID = RuntimeHelper::H_bitcast_8xi1_i8;
7506 HelperID = RuntimeHelper::H_bitcast_16xi1_i16;
7511 HelperID = RuntimeHelper::H_bitcast_i8_8xi1;
7519 HelperID = RuntimeHelper::H_bitcast_i16_16xi1;