Home
last modified time | relevance | path

Searched refs:GATHER (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86IntrinsicsInfo.h24 GATHER, enumerator
120 X86_INTRINSIC_DATA(avx512_gather_dpd_512, GATHER, 0, 0),
121 X86_INTRINSIC_DATA(avx512_gather_dpi_512, GATHER, 0, 0),
122 X86_INTRINSIC_DATA(avx512_gather_dpq_512, GATHER, 0, 0),
123 X86_INTRINSIC_DATA(avx512_gather_dps_512, GATHER, 0, 0),
124 X86_INTRINSIC_DATA(avx512_gather_qpd_512, GATHER, 0, 0),
125 X86_INTRINSIC_DATA(avx512_gather_qpi_512, GATHER, 0, 0),
126 X86_INTRINSIC_DATA(avx512_gather_qpq_512, GATHER, 0, 0),
127 X86_INTRINSIC_DATA(avx512_gather_qps_512, GATHER, 0, 0),
128 X86_INTRINSIC_DATA(avx512_gather3div2_df, GATHER, 0, 0),
[all …]
H A DX86SchedSandyBridge.td122 // Model the effect of clobbering the read-write mask operand of the GATHER operation.
H A DX86ScheduleZnver2.td181 // Model the effect of clobbering the read-write mask operand of the GATHER operation.
H A DX86ScheduleZnver1.td182 // Model the effect of clobbering the read-write mask operand of the GATHER operation.
H A DX86SchedSkylakeClient.td211 // Model the effect of clobbering the read-write mask operand of the GATHER operation.
H A DX86SchedBroadwell.td130 // Model the effect of clobbering the read-write mask operand of the GATHER operation.
H A DX86SchedHaswell.td132 // Model the effect of clobbering the read-write mask operand of the GATHER operation.
H A DX86ScheduleZnver3.td495 // Model the effect of clobbering the read-write mask operand of the GATHER operation.
H A DX86ScheduleZnver4.td507 // Model the effect of clobbering the read-write mask operand of the GATHER operation.
H A DX86SchedSkylakeServer.td211 // Model the effect of clobbering the read-write mask operand of the GATHER operation.
H A DX86SchedIceLake.td218 // Model the effect of clobbering the read-write mask operand of the GATHER operation.
H A DX86InstrSSE.td8057 // VGATHER - GATHER Operations
H A DX86InstrAVX512.td10264 // GATHER - SCATTER Operations
H A DX86ISelLowering.cpp3201 case GATHER: in getTgtMemIntrinsic()
28114 case GATHER: { in LowerINTRINSIC_W_CHAIN()