Searched refs:Store1 (Results 1 – 8 of 8) sorted by relevance
/external/llvm/unittests/Analysis/ |
D | MixedTBAATest.cpp | 45 auto *Store1 = new StoreInst(Value, Addr, BB); in TEST_F() local 63 Store1->setMetadata(LLVMContext::MD_tbaa, MD2); in TEST_F()
|
D | AliasAnalysisTest.cpp | 180 auto *Store1 = new StoreInst(Value, Addr, BB); in TEST_F() local 196 EXPECT_EQ(AA.getModRefInfo(Store1, MemoryLocation()), MRI_Mod); in TEST_F() 197 EXPECT_EQ(AA.getModRefInfo(Store1), MRI_Mod); in TEST_F()
|
/external/llvm/lib/Transforms/Scalar/ |
D | MergedLoadStoreMotion.cpp | 421 StoreInst *Store1 = cast<StoreInst>(Inst); in canSinkFromBlock() local 424 MemoryLocation Loc1 = MemoryLocation::get(Store1); in canSinkFromBlock() 425 if (AA->isMustAlias(Loc0, Loc1) && Store0->isSameOperationAs(Store1) && in canSinkFromBlock() 426 !isStoreSinkBarrierInRange(*(std::next(BasicBlock::iterator(Store1))), in canSinkFromBlock() 430 return Store1; in canSinkFromBlock()
|
/external/llvm/test/Instrumentation/MemorySanitizer/ |
D | origin-alignment.ll | 62 define void @Store1(i8 %x) sanitize_memory { 68 ; CHECK-LABEL: @Store1
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 419 SDValue Store1, Store2; in ExpandUnalignedStore() local 420 Store1 = DAG.getTruncStore(Chain, dl, in ExpandUnalignedStore() 435 DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Store1, Store2); in ExpandUnalignedStore() 2551 SDValue Store1 = DAG.getStore(DAG.getEntryNode(), dl, in ExpandLegalINT_TO_FP() local 2557 SDValue Store2 = DAG.getStore(Store1, dl, InitialHi, Hi, in ExpandLegalINT_TO_FP()
|
/external/v8/src/runtime/ |
D | runtime-simd.cc | 989 RUNTIME_FUNCTION(Runtime_##type##Store1) { \
|
/external/v8/test/cctest/ |
D | test-asm-validator.cc | 1377 TEST(Store1) { in TEST() argument
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 12912 SDValue Store1 = DAG.getStore(DAG.getEntryNode(), dl, Op.getOperand(0), in LowerUINT_TO_FP() local 12915 SDValue Store2 = DAG.getStore(Store1, dl, DAG.getConstant(0, dl, MVT::i32), in LowerUINT_TO_FP()
|