Home
last modified time | relevance | path

Searched defs:Load2 (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/src/core/
DSk4px.h44 static Sk4px Load2(const SkPMColor px[2]) { in Load2() function
/third_party/flutter/skia/src/core/
DSk4px.h44 static Sk4px Load2(const SkPMColor px[2]) { in Load2() function
/third_party/skia/include/private/
DSkNx.h83 AI static void Load2(const void* vptr, SkNx* a, SkNx* b) { in Load2() function
DSkNx_neon.h42 AI static void Load2(const void* ptr, SkNx* x, SkNx* y) { in Load2() function
165 AI static void Load2(const void* ptr, SkNx* x, SkNx* y) { in Load2() function
DSkNx_sse.h51 AI static void Load2(const void* ptr, SkNx* x, SkNx* y) { in Load2() function
137 AI static void Load2(const void* ptr, SkNx* x, SkNx* y) { in Load2() function
/third_party/flutter/skia/include/private/
DSkNx.h83 AI static void Load2(const void* vptr, SkNx* a, SkNx* b) { in Load2() function
DSkNx_neon.h42 AI static void Load2(const void* ptr, SkNx* x, SkNx* y) { in Load2() function
176 AI static void Load2(const void* ptr, SkNx* x, SkNx* y) { in Load2() function
DSkNx_sse.h51 AI static void Load2(const void* ptr, SkNx* x, SkNx* y) { in Load2() function
139 AI static void Load2(const void* ptr, SkNx* x, SkNx* y) { in Load2() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h1218 virtual bool areLoadsFromSameBasePtr(SDNode *Load1, SDNode *Load2, in areLoadsFromSameBasePtr()
1232 virtual bool shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2, in shouldScheduleLoadsNear()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp1835 bool ARMBaseInstrInfo::areLoadsFromSameBasePtr(SDNode *Load1, SDNode *Load2, in areLoadsFromSameBasePtr()
1916 bool ARMBaseInstrInfo::shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2, in shouldScheduleLoadsNear()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrInfo.cpp5746 X86InstrInfo::areLoadsFromSameBasePtr(SDNode *Load1, SDNode *Load2, in areLoadsFromSameBasePtr()
5944 bool X86InstrInfo::shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2, in shouldScheduleLoadsNear()
DX86ISelLowering.cpp41287 SDValue Load2 = DAG.getLoad(HalfVT, dl, Ld->getChain(), Ptr2, in combineLoad() local