67 references to LoadVector128
Microsoft.ML.CpuMath (66)
AvxIntrinsics.cs (27)
443Vector128<float> dstVector = Sse.LoadVector128(pDstCurrent); 596Vector128<float> srcVector = Sse.LoadVector128(pSrcCurrent); 643Vector128<float> dstVector = Sse.LoadVector128(pDstCurrent); 691Vector128<float> srcVector = Sse.LoadVector128(pSrcCurrent); 692Vector128<float> dstVector = Sse.LoadVector128(pDstCurrent); 748Vector128<float> srcVector = Sse.LoadVector128(pSrcCurrent); 749Vector128<float> dstVector = Sse.LoadVector128(pDstCurrent); 804Vector128<float> srcVector = Sse.LoadVector128(pSrcCurrent); 850Vector128<float> srcVector = Sse.LoadVector128(pSrcCurrent); 851Vector128<float> dstVector = Sse.LoadVector128(pDstCurrent); 903Vector128<float> srcVector = Sse.LoadVector128(pSrcCurrent); 950Vector128<float> src1Vector = Sse.LoadVector128(pSrc1Current); 951Vector128<float> src2Vector = Sse.LoadVector128(pSrc2Current); 1086Vector128<float> srcVector = Sse.LoadVector128(pSrcCurrent); 1132Vector128<float> srcVector = Sse.LoadVector128(pSrcCurrent); 1178Vector128<float> srcVector = Sse.LoadVector128(pSrcCurrent); 1225Vector128<float> srcVector = Sse.LoadVector128(pSrcCurrent); 1271Vector128<float> srcVector = Sse.LoadVector128(pSrcCurrent); 1318Vector128<float> srcVector = Sse.LoadVector128(pSrcCurrent); 1368Vector128<float> srcVector = Sse.LoadVector128(pSrcCurrent); 1369Vector128<float> dstVector = Sse.LoadVector128(pDstCurrent); 1426Vector128<float> dstVector = Sse.LoadVector128(pDstCurrent); 1480Vector128<float> distanceVector = Sse.Subtract(Sse.LoadVector128(pSrcCurrent), 1481Sse.LoadVector128(pDstCurrent)); 1538Vector128<float> xSrc = Sse.LoadVector128(pSrcCurrent); 1540Vector128<float> xDst1 = Sse.LoadVector128(pDst1Current); 1597Vector128<float> xSrc = Sse.LoadVector128(pSrcCurrent);
SseIntrinsics.cs (39)
367Vector128<float> dstVector = Sse.LoadVector128(pDstCurrent); 406Vector128<float> temp = Sse.LoadVector128(pDstCurrent); 421Vector128<float> result = Sse.LoadVector128(pDstCurrent); 423Vector128<float> leadingMask = Sse.LoadVector128(((float*)(pLeadingAlignmentMask)) + (misalignment * 4)); 424Vector128<float> trailingMask = Sse.LoadVector128(((float*)(pTrailingAlignmentMask)) + ((4 - misalignment) * 4)); 470Vector128<float> result = Sse.LoadVector128(pDstCurrent); 472Vector128<float> trailingMask = Sse.LoadVector128(((float*)(pTrailingAlignmentMask)) + (remainder * 4)); 473Vector128<float> leadingMask = Sse.LoadVector128(((float*)(pLeadingAlignmentMask)) + ((4 - remainder) * 4)); 503Vector128<float> srcVector = Sse.LoadVector128(pSrcCurrent); 537Vector128<float> dstVector = Sse.LoadVector128(pDstCurrent); 572Vector128<float> srcVector = Sse.LoadVector128(pSrcCurrent); 573Vector128<float> dstVector = Sse.LoadVector128(pDstCurrent); 616Vector128<float> srcVector = Sse.LoadVector128(pSrcCurrent); 617Vector128<float> dstVector = Sse.LoadVector128(pDstCurrent); 660Vector128<float> srcVector = Sse.LoadVector128(pSrcCurrent); 694Vector128<float> srcVector = Sse.LoadVector128(pSrcCurrent); 695Vector128<float> dstVector = Sse.LoadVector128(pDstCurrent); 735Vector128<float> srcVector = Sse.LoadVector128(pSrcCurrent); 770Vector128<float> src1Vector = Sse.LoadVector128(pSrc1Current); 771Vector128<float> src2Vector = Sse.LoadVector128(pSrc2Current); 816result = Sse.Add(result, Sse.LoadVector128(pValues)); 829Vector128<float> mask = Sse.LoadVector128(((float*)(pLeadingAlignmentMask)) + (misalignment * 4)); 830Vector128<float> temp = Sse.And(mask, Sse.LoadVector128(pValues)); 868Vector128<float> mask = Sse.LoadVector128(((float*)(pTrailingAlignmentMask)) + (remainder * 4)); 869Vector128<float> temp = Sse.And(mask, Sse.LoadVector128(pValues)); 890Vector128<float> srcVector = Sse.LoadVector128(pSrcCurrent); 922Vector128<float> srcVector = Sse.LoadVector128(pSrcCurrent); 955Vector128<float> srcVector = Sse.LoadVector128(pSrcCurrent); 987Vector128<float> srcVector = Sse.LoadVector128(pSrcCurrent); 1020Vector128<float> srcVector = Sse.LoadVector128(pSrcCurrent); 1052Vector128<float> srcVector = Sse.LoadVector128(pSrcCurrent); 1089Vector128<float> srcVector = Sse.LoadVector128(pSrcCurrent); 1090Vector128<float> dstVector = Sse.LoadVector128(pDstCurrent); 1134Vector128<float> dstVector = Sse.LoadVector128(pDstCurrent); 1174Vector128<float> distanceVector = Sse.Subtract(Sse.LoadVector128(pSrcCurrent), 1175Sse.LoadVector128(pDstCurrent)); 1217Vector128<float> xSrc = Sse.LoadVector128(pSrcCurrent); 1219Vector128<float> xDst1 = Sse.LoadVector128(pDst1Current); 1262Vector128<float> xSrc = Sse.LoadVector128(pSrcCurrent);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Sse.cs (1)
388public static unsafe Vector128<float> LoadVector128(float* address) => LoadVector128(address);