/external/llvm/unittests/Analysis/ |
D | MixedTBAATest.cpp | 47 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/ |
D | origin-alignment.ll | 47 define void @Store2(i8 %x) sanitize_memory { 53 ; CHECK-LABEL: @Store2
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Instrumentation/MemorySanitizer/ |
D | origin-alignment.ll | 47 define void @Store2(i8 %x) sanitize_memory { 53 ; CHECK-LABEL: @Store2
|
/external/deqp-deps/glslang/Test/ |
D | hlsl.structbuffer.rwbyte.frag | 10 sbuf.Store2(pos, sbuf.Load2(pos));
|
/external/skqp/include/private/ |
D | SkNx.h | 102 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) {
|
D | SkNx_neon.h | 48 AI static void Store2(void* dst, const SkNx& a, const SkNx& b) { in Store2() function
|
D | SkNx_sse.h | 57 AI static void Store2(void* dst, const SkNx& a, const SkNx& b) { in Store2() function
|
/external/skia/include/private/ |
D | SkNx.h | 102 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) {
|
D | SkNx_neon.h | 48 AI static void Store2(void* dst, const SkNx& a, const SkNx& b) { in Store2() function
|
D | SkNx_sse.h | 57 AI static void Store2(void* dst, const SkNx& a, const SkNx& b) { in Store2() function
|
/external/skia/src/gpu/ccpr/ |
D | GrCCStrokeGeometry.cpp | 41 Sk2f::Store2(out, Y * invlength, -X * invlength); in normalize2()
|
D | GrCCStroker.cpp | 34 Sk2f::Store2(fEndpoints, X + dx, Y + dy); in set()
|
/external/skqp/src/gpu/ccpr/ |
D | GrCCStrokeGeometry.cpp | 41 Sk2f::Store2(out, Y * invlength, -X * invlength); in normalize2()
|
D | GrCCStroker.cpp | 34 Sk2f::Store2(fEndpoints, X + dx, Y + dy); in set()
|
/external/skqp/tests/ |
D | SkNxTest.cpp | 436 Sk2f::Store2(dst, p0, p1); in DEF_TEST()
|
/external/skia/tests/ |
D | SkNxTest.cpp | 436 Sk2f::Store2(dst, p0, p1); in DEF_TEST()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 479 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/ |
D | TargetLowering.cpp | 3513 SDValue Store1, Store2; in expandUnalignedStore() local 3523 Store2 = DAG.getTruncStore( in expandUnalignedStore() 3529 DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Store1, Store2); in expandUnalignedStore()
|
D | LegalizeDAG.cpp | 2302 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/ |
D | TargetLowering.cpp | 4244 SDValue Store1, Store2; in expandUnalignedStore() local 4252 Store2 = DAG.getTruncStore( in expandUnalignedStore() 4258 DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Store1, Store2); in expandUnalignedStore()
|
D | LegalizeDAG.cpp | 2336 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/ |
D | X86ISelLowering.cpp | 7844 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/ |
D | X86ISelLowering.cpp | 16649 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()
|