Home
last modified time | relevance | path

Searched refs:Load2 (Results 1 - 13 of 13) sorted by relevance

/third_party/skia/src/core/
H A DSk4px.h44 static Sk4px Load2(const SkPMColor px[2]) { in Load2() function in __anon18669::Sk4px
129 fn(Load2(src)).store2(dst); in MapSrc()
159 fn(Load2(dst), Load2(src)).store2(dst); in MapDstSrc()
189 fn(Load2(dst), Load2Alphas(a)).store2(dst); in MapDstAlpha()
221 fn(Load2(dst), Load2(src), Load2Alphas(a)).store2(dst); in MapDstSrcAlpha()
H A DSkGeometry.cpp205 Sk2f::Load2(v.data(), &x0_x1, &y0_y1); in SkFindBisector()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86InstrInfo.h381 bool areLoadsFromSameBasePtr(SDNode *Load1, SDNode *Load2, int64_t &Offset1,
392 bool shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2, int64_t Offset1,
H A DX86InstrInfo.cpp5746 X86InstrInfo::areLoadsFromSameBasePtr(SDNode *Load1, SDNode *Load2, in areLoadsFromSameBasePtr() argument
5748 if (!Load1->isMachineOpcode() || !Load2->isMachineOpcode()) in areLoadsFromSameBasePtr()
5751 unsigned Opc2 = Load2->getMachineOpcode(); in areLoadsFromSameBasePtr()
5921 return Load1->getOperand(I) == Load2->getOperand(I); in areLoadsFromSameBasePtr()
5935 auto Disp2 = dyn_cast<ConstantSDNode>(Load2->getOperand(X86::AddrDisp)); in areLoadsFromSameBasePtr()
5944 bool X86InstrInfo::shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2, in shouldScheduleLoadsNear() argument
5952 unsigned Opc2 = Load2->getMachineOpcode(); in shouldScheduleLoadsNear()
H A DX86ISelLowering.cpp[all...]
/third_party/skia/include/private/
H A DSkNx.h83 AI static void Load2(const void* vptr, SkNx* a, SkNx* b) { in Load2() function
87 Half::Load2(ptr , &al, &bl); in Load2()
88 Half::Load2(ptr + 2*N/2*sizeof(T), &ah, &bh); in Load2()
192 AI static void Load2(const void* vptr, SkNx* a, SkNx* b) { in Load2() function
H A DSkNx_neon.h42 AI static void Load2(const void* ptr, SkNx* x, SkNx* y) { in Load2() function in __anon18470::SkNx
165 AI static void Load2(const void* ptr, SkNx* x, SkNx* y) { in Load2() function in __anon18470::SkNx
H A DSkNx_sse.h51 AI static void Load2(const void* ptr, SkNx* x, SkNx* y) { in Load2() function in __anon18480::SkNx
137 AI static void Load2(const void* ptr, SkNx* x, SkNx* y) { in Load2() function in __anon18480::SkNx
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h245 bool areLoadsFromSameBasePtr(SDNode *Load1, SDNode *Load2, int64_t &Offset1,
256 bool shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2,
H A DARMBaseInstrInfo.cpp1835 bool ARMBaseInstrInfo::areLoadsFromSameBasePtr(SDNode *Load1, SDNode *Load2, in areLoadsFromSameBasePtr() argument
1841 if (!Load1->isMachineOpcode() || !Load2->isMachineOpcode()) in areLoadsFromSameBasePtr()
1865 switch (Load2->getMachineOpcode()) { in areLoadsFromSameBasePtr()
1886 if (Load1->getOperand(0) != Load2->getOperand(0) || in areLoadsFromSameBasePtr()
1887 Load1->getOperand(4) != Load2->getOperand(4)) in areLoadsFromSameBasePtr()
1891 if (Load1->getOperand(3) != Load2->getOperand(3)) in areLoadsFromSameBasePtr()
1896 isa<ConstantSDNode>(Load2->getOperand(1))) { in areLoadsFromSameBasePtr()
1898 Offset2 = cast<ConstantSDNode>(Load2->getOperand(1))->getSExtValue(); in areLoadsFromSameBasePtr()
1916 bool ARMBaseInstrInfo::shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2, in shouldScheduleLoadsNear() argument
1932 if ((Load1->getMachineOpcode() != Load2 in shouldScheduleLoadsNear()
[all...]
/third_party/skia/tests/
H A DSkNxTest.cpp412 Sk4f::Load2(xy, &x,&y); in DEF_TEST()
429 Sk2f::Load2(xy, &x,&y); in DEF_TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1218 virtual bool areLoadsFromSameBasePtr(SDNode *Load1, SDNode *Load2, in areLoadsFromSameBasePtr() argument
1232 virtual bool shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2, in shouldScheduleLoadsNear() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h180 bool areLoadsFromSameBasePtr(SDNode *Load1, SDNode *Load2,

Completed in 61 milliseconds