/external/llvm-project/llvm/unittests/Transforms/Vectorize/ |
D | VPlanSlpTest.cpp | 105 VPInstruction *Store2 = cast<VPInstruction>(&*std::next(Body->begin(), 14)); in TEST_F() local 177 VPInstruction *Store2 = cast<VPInstruction>(&*std::next(Body->begin(), 14)); in TEST_F() local 249 VPInstruction *Store2 = cast<VPInstruction>(&*std::next(Body->begin(), 10)); in TEST_F() local 312 VPInstruction *Store2 = cast<VPInstruction>(&*std::next(Body->begin(), 10)); in TEST_F() local 320 static void checkReorderExample(VPInstruction *Store1, VPInstruction *Store2, in checkReorderExample() 449 VPInstruction *Store2 = cast<VPInstruction>(&*std::next(Body->begin(), 26)); in TEST_F() local 521 VPInstruction *Store2 = cast<VPInstruction>(&*std::next(Body->begin(), 26)); in TEST_F() local 593 VPInstruction *Store2 = cast<VPInstruction>(&*std::next(Body->begin(), 26)); in TEST_F() local 669 VPInstruction *Store2 = cast<VPInstruction>(&*std::next(Body->begin(), 26)); in TEST_F() local 731 VPInstruction *Store2 = cast<VPInstruction>(&*std::next(BB2->begin(), 5)); in TEST_F() local [all …]
|
/external/llvm/unittests/Analysis/ |
D | MixedTBAATest.cpp | 47 auto *Store2 = new StoreInst(Value, Addr, BB); in TEST_F() local
|
/external/libgav1/libgav1/src/dsp/arm/ |
D | common_neon.h | 261 inline void Store2(void* const buf, const uint8x8_t val) { in Store2() function 268 inline void Store2(void* const buf, const uint16x8_t val) { in Store2() function 275 inline void Store2(uint16_t* const buf, const uint16x4_t val) { 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
|
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/skqp/include/private/ |
D | SkNx.h | 102 AI static void Store2(void* vptr, const SkNx& a, const SkNx& b) { in Store2() function
|
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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64StackTagging.cpp | 206 Value *Store2 = I2 == Out.end() ? Constant::getNullValue(IRB.getInt64Ty()) in generate() local
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64StackTagging.cpp | 219 Value *Store2 = I2 == Out.end() ? Constant::getNullValue(IRB.getInt64Ty()) in generate() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 3513 SDValue Store1, Store2; in expandUnalignedStore() local
|
D | LegalizeDAG.cpp | 2302 SDValue Store2 = DAG.getStore(Store1, dl, InitialHi, Hi, in ExpandLegalINT_TO_FP() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 2388 SDValue Store2 = in ExpandLegalINT_TO_FP() local
|
D | TargetLowering.cpp | 6933 SDValue Store1, Store2; in expandUnalignedStore() local
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 2441 SDValue Store2 = in ExpandLegalINT_TO_FP() local
|
D | TargetLowering.cpp | 7302 SDValue Store1, Store2; in expandUnalignedStore() local
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 13726 SDValue Store2 = DAG.getStore(Store1, dl, DAG.getConstant(0, dl, MVT::i32), in LowerUINT_TO_FP() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 19345 SDValue Store2 = DAG.getStore(Store1, dl, DAG.getConstant(0, dl, MVT::i32), in LowerUINT_TO_FP() local
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 20317 SDValue Store2 = DAG.getStore(Store1, dl, DAG.getConstant(0, dl, MVT::i32), in LowerUINT_TO_FP() local
|