Home
last modified time | relevance | path

Searched refs:Store2 (Results 1 – 23 of 23) sorted by relevance

/external/llvm/unittests/Analysis/
DMixedTBAATest.cpp47 auto *Store2 = new StoreInst(Value, Addr, BB); in TEST_F() local
56 Store2->setMetadata(LLVMContext::MD_tbaa, MD3); in TEST_F()
/external/llvm/test/Instrumentation/MemorySanitizer/
Dorigin-alignment.ll47 define void @Store2(i8 %x) sanitize_memory {
53 ; CHECK-LABEL: @Store2
/external/swiftshader/third_party/llvm-7.0/llvm/test/Instrumentation/MemorySanitizer/
Dorigin-alignment.ll47 define void @Store2(i8 %x) sanitize_memory {
53 ; CHECK-LABEL: @Store2
/external/deqp-deps/glslang/Test/
Dhlsl.structbuffer.rwbyte.frag10 sbuf.Store2(pos, sbuf.Load2(pos));
/external/skqp/include/private/
DSkNx.h102 AI static void Store2(void* vptr, const SkNx& a, const SkNx& b) { in Store2() function
104 Half::Store2(ptr, a.fLo, b.fLo); in Store2()
105 Half::Store2(ptr + 2*N/2*sizeof(T), a.fHi, b.fHi); in Store2()
212 AI static void Store2(void* vptr, const SkNx& a, const SkNx& b) {
DSkNx_neon.h48 AI static void Store2(void* dst, const SkNx& a, const SkNx& b) { in Store2() function
DSkNx_sse.h57 AI static void Store2(void* dst, const SkNx& a, const SkNx& b) { in Store2() function
/external/skia/include/private/
DSkNx.h102 AI static void Store2(void* vptr, const SkNx& a, const SkNx& b) { in Store2() function
104 Half::Store2(ptr, a.fLo, b.fLo); in Store2()
105 Half::Store2(ptr + 2*N/2*sizeof(T), a.fHi, b.fHi); in Store2()
212 AI static void Store2(void* vptr, const SkNx& a, const SkNx& b) {
DSkNx_neon.h48 AI static void Store2(void* dst, const SkNx& a, const SkNx& b) { in Store2() function
DSkNx_sse.h57 AI static void Store2(void* dst, const SkNx& a, const SkNx& b) { in Store2() function
/external/skia/src/gpu/ccpr/
DGrCCStrokeGeometry.cpp41 Sk2f::Store2(out, Y * invlength, -X * invlength); in normalize2()
DGrCCStroker.cpp34 Sk2f::Store2(fEndpoints, X + dx, Y + dy); in set()
/external/skqp/src/gpu/ccpr/
DGrCCStrokeGeometry.cpp41 Sk2f::Store2(out, Y * invlength, -X * invlength); in normalize2()
DGrCCStroker.cpp34 Sk2f::Store2(fEndpoints, X + dx, Y + dy); in set()
/external/skqp/tests/
DSkNxTest.cpp436 Sk2f::Store2(dst, p0, p1); in DEF_TEST()
/external/skia/tests/
DSkNxTest.cpp436 Sk2f::Store2(dst, p0, p1); in DEF_TEST()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp479 SDValue Store1, Store2; in ExpandUnalignedStore() local
486 Store2 = DAG.getTruncStore(Chain, dl, TLI.isLittleEndian()?Hi:Lo, Ptr, in ExpandUnalignedStore()
491 return DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Store1, Store2); in ExpandUnalignedStore()
2487 SDValue Store2 = DAG.getStore(Store1, dl, InitialHi, Hi, in ExpandLegalINT_TO_FP() local
2491 SDValue Load = DAG.getLoad(MVT::f64, dl, Store2, StackSlot, in ExpandLegalINT_TO_FP()
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp3513 SDValue Store1, Store2; in expandUnalignedStore() local
3523 Store2 = DAG.getTruncStore( in expandUnalignedStore()
3529 DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Store1, Store2); in expandUnalignedStore()
DLegalizeDAG.cpp2302 SDValue Store2 = DAG.getStore(Store1, dl, InitialHi, Hi, in ExpandLegalINT_TO_FP() local
2306 SDValue Load = DAG.getLoad(MVT::f64, dl, Store2, StackSlot, in ExpandLegalINT_TO_FP()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp4244 SDValue Store1, Store2; in expandUnalignedStore() local
4252 Store2 = DAG.getTruncStore( in expandUnalignedStore()
4258 DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Store1, Store2); in expandUnalignedStore()
DLegalizeDAG.cpp2336 SDValue Store2 = in ExpandLegalINT_TO_FP() local
2340 DAG.getLoad(MVT::f64, dl, Store2, StackSlot, MachinePointerInfo()); in ExpandLegalINT_TO_FP()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp7844 SDValue Store2 = DAG.getStore(Store1, dl, DAG.getConstant(0, MVT::i32), in LowerUINT_TO_FP() local
7847 SDValue Fild = BuildFILD(Op, MVT::i64, Store2, StackSlot, DAG); in LowerUINT_TO_FP()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp16649 SDValue Store2 = DAG.getStore(Store1, dl, DAG.getConstant(0, dl, MVT::i32), in LowerUINT_TO_FP() local
16651 SDValue Fild = BuildFILD(Op, MVT::i64, Store2, StackSlot, DAG); in LowerUINT_TO_FP()