Lines Matching refs:ld8
568 %ld8 = load i8, i8 *%src8
569 %v9 = sitofp i8 %ld8 to fp128
570 %v10 = sitofp i8 %ld8 to double
571 %v11 = sitofp i8 %ld8 to float
577 ; CHECK: Cost Model: Found an estimated cost of 1 for instruction: %ld8 = load i8, i8* %src8
578 ; CHECK: Cost Model: Found an estimated cost of 1 for instruction: %v9 = sitofp i8 %ld8 to fp128
579 ; CHECK: Cost Model: Found an estimated cost of 1 for instruction: %v10 = sitofp i8 %ld8 to double
580 ; CHECK: Cost Model: Found an estimated cost of 1 for instruction: %v11 = sitofp i8 %ld8 to float
591 %ld8 = load i8, i8 *%src8
592 %v9 = uitofp i8 %ld8 to fp128
593 %v10 = uitofp i8 %ld8 to double
594 %v11 = uitofp i8 %ld8 to float
600 ; CHECK: Cost Model: Found an estimated cost of 1 for instruction: %ld8 = load i8, i8* %src8
601 ; CHECK: Cost Model: Found an estimated cost of 1 for instruction: %v9 = uitofp i8 %ld8 to fp128
602 ; CHECK: Cost Model: Found an estimated cost of 1 for instruction: %v10 = uitofp i8 %ld8 to double
603 ; CHECK: Cost Model: Found an estimated cost of 1 for instruction: %v11 = uitofp i8 %ld8 to float