Home | History | Annotate | Download | only in X86

Lines Matching refs:Intrinsic

2068     case Intrinsic::x86_avx2_gather_d_pd:
2069 case Intrinsic::x86_avx2_gather_d_pd_256:
2070 case Intrinsic::x86_avx2_gather_q_pd:
2071 case Intrinsic::x86_avx2_gather_q_pd_256:
2072 case Intrinsic::x86_avx2_gather_d_ps:
2073 case Intrinsic::x86_avx2_gather_d_ps_256:
2074 case Intrinsic::x86_avx2_gather_q_ps:
2075 case Intrinsic::x86_avx2_gather_q_ps_256:
2076 case Intrinsic::x86_avx2_gather_d_q:
2077 case Intrinsic::x86_avx2_gather_d_q_256:
2078 case Intrinsic::x86_avx2_gather_q_q:
2079 case Intrinsic::x86_avx2_gather_q_q_256:
2080 case Intrinsic::x86_avx2_gather_d_d:
2081 case Intrinsic::x86_avx2_gather_d_d_256:
2082 case Intrinsic::x86_avx2_gather_q_d:
2083 case Intrinsic::x86_avx2_gather_q_d_256: {
2088 default: llvm_unreachable("Impossible intrinsic");
2089 case Intrinsic::x86_avx2_gather_d_pd: Opc = X86::VGATHERDPDrm; break;
2090 case Intrinsic::x86_avx2_gather_d_pd_256: Opc = X86::VGATHERDPDYrm; break;
2091 case Intrinsic::x86_avx2_gather_q_pd: Opc = X86::VGATHERQPDrm; break;
2092 case Intrinsic::x86_avx2_gather_q_pd_256: Opc = X86::VGATHERQPDYrm; break;
2093 case Intrinsic::x86_avx2_gather_d_ps: Opc = X86::VGATHERDPSrm; break;
2094 case Intrinsic::x86_avx2_gather_d_ps_256: Opc = X86::VGATHERDPSYrm; break;
2095 case Intrinsic::x86_avx2_gather_q_ps: Opc = X86::VGATHERQPSrm; break;
2096 case Intrinsic::x86_avx2_gather_q_ps_256: Opc = X86::VGATHERQPSYrm; break;
2097 case Intrinsic::x86_avx2_gather_d_q: Opc = X86::VPGATHERDQrm; break;
2098 case Intrinsic::x86_avx2_gather_d_q_256: Opc = X86::VPGATHERDQYrm; break;
2099 case Intrinsic::x86_avx2_gather_q_q: Opc = X86::VPGATHERQQrm; break;
2100 case Intrinsic::x86_avx2_gather_q_q_256: Opc = X86::VPGATHERQQYrm; break;
2101 case Intrinsic::x86_avx2_gather_d_d: Opc = X86::VPGATHERDDrm; break;
2102 case Intrinsic::x86_avx2_gather_d_d_256: Opc = X86::VPGATHERDDYrm; break;
2103 case Intrinsic::x86_avx2_gather_q_d: Opc = X86::VPGATHERQDrm; break;
2104 case Intrinsic::x86_avx2_gather_q_d_256: Opc = X86::VPGATHERQDYrm; break;