Home
last modified time | relevance | path

Searched refs:Store1 (Results 1 – 16 of 16) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DMergedLoadStoreMotion.cpp186 auto *Store1 = dyn_cast<StoreInst>(&Inst); in canSinkFromBlock() local
187 if (!Store1) in canSinkFromBlock()
191 MemoryLocation Loc1 = MemoryLocation::get(Store1); in canSinkFromBlock()
192 if (AA->isMustAlias(Loc0, Loc1) && Store0->isSameOperationAs(Store1) && in canSinkFromBlock()
193 !isStoreSinkBarrierInRange(*Store1->getNextNode(), BB1->back(), Loc1) && in canSinkFromBlock()
195 return Store1; in canSinkFromBlock()
/external/llvm/lib/Transforms/Scalar/
DMergedLoadStoreMotion.cpp383 auto *Store1 = dyn_cast<StoreInst>(&Inst); in canSinkFromBlock() local
384 if (!Store1) in canSinkFromBlock()
388 MemoryLocation Loc1 = MemoryLocation::get(Store1); in canSinkFromBlock()
389 if (AA->isMustAlias(Loc0, Loc1) && Store0->isSameOperationAs(Store1) && in canSinkFromBlock()
390 !isStoreSinkBarrierInRange(*Store1->getNextNode(), BB1->back(), Loc1) && in canSinkFromBlock()
392 return Store1; in canSinkFromBlock()
/external/llvm/unittests/Analysis/
DMixedTBAATest.cpp46 auto *Store1 = new StoreInst(Value, Addr, BB); in TEST_F() local
64 Store1->setMetadata(LLVMContext::MD_tbaa, MD2); in TEST_F()
DAliasAnalysisTest.cpp177 auto *Store1 = new StoreInst(Value, Addr, BB); in TEST_F() local
193 EXPECT_EQ(AA.getModRefInfo(Store1, MemoryLocation()), MRI_Mod); in TEST_F()
194 EXPECT_EQ(AA.getModRefInfo(Store1), MRI_Mod); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DAliasAnalysisTest.cpp177 auto *Store1 = new StoreInst(Value, Addr, BB); in TEST_F() local
194 EXPECT_EQ(AA.getModRefInfo(Store1, MemoryLocation()), ModRefInfo::Mod); in TEST_F()
195 EXPECT_EQ(AA.getModRefInfo(Store1, None), ModRefInfo::Mod); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Instrumentation/MemorySanitizer/
Dorigin-alignment.ll62 define void @Store1(i8 %x) sanitize_memory {
68 ; CHECK-LABEL: @Store1
/external/llvm/test/Instrumentation/MemorySanitizer/
Dorigin-alignment.ll62 define void @Store1(i8 %x) sanitize_memory {
68 ; CHECK-LABEL: @Store1
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp479 SDValue Store1, Store2; in ExpandUnalignedStore() local
480 Store1 = DAG.getTruncStore(Chain, dl, TLI.isLittleEndian()?Lo:Hi, Ptr, in ExpandUnalignedStore()
491 return DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Store1, Store2); in ExpandUnalignedStore()
2481 SDValue Store1 = DAG.getStore(DAG.getEntryNode(), dl, in ExpandLegalINT_TO_FP() local
2487 SDValue Store2 = DAG.getStore(Store1, dl, InitialHi, Hi, in ExpandLegalINT_TO_FP()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonISelLoweringHVX.cpp1438 SDValue Store1 = DAG.getStore(Chain, dl, Vals.second, Base1, MOp1); in SplitHvxMemOp() local
1439 NewOp = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Store0, Store1); in SplitHvxMemOp()
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp3513 SDValue Store1, Store2; in expandUnalignedStore() local
3514 Store1 = DAG.getTruncStore(Chain, dl, in expandUnalignedStore()
3529 DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Store1, Store2); in expandUnalignedStore()
DLegalizeDAG.cpp2296 SDValue Store1 = DAG.getStore(DAG.getEntryNode(), dl, in ExpandLegalINT_TO_FP() local
2302 SDValue Store2 = DAG.getStore(Store1, dl, InitialHi, Hi, in ExpandLegalINT_TO_FP()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp4244 SDValue Store1, Store2; in expandUnalignedStore() local
4245 Store1 = DAG.getTruncStore(Chain, dl, in expandUnalignedStore()
4258 DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Store1, Store2); in expandUnalignedStore()
DLegalizeDAG.cpp2331 SDValue Store1 = DAG.getStore(DAG.getEntryNode(), dl, Op0Mapped, Lo, in ExpandLegalINT_TO_FP() local
2337 DAG.getStore(Store1, dl, InitialHi, Hi, MachinePointerInfo()); in ExpandLegalINT_TO_FP()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp7841 SDValue Store1 = DAG.getStore(DAG.getEntryNode(), dl, Op.getOperand(0), in LowerUINT_TO_FP() local
7844 SDValue Store2 = DAG.getStore(Store1, dl, DAG.getConstant(0, MVT::i32), in LowerUINT_TO_FP()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp13723 SDValue Store1 = DAG.getStore(DAG.getEntryNode(), dl, Op.getOperand(0), in LowerUINT_TO_FP() local
13726 SDValue Store2 = DAG.getStore(Store1, dl, DAG.getConstant(0, dl, MVT::i32), in LowerUINT_TO_FP()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp16647 SDValue Store1 = DAG.getStore(DAG.getEntryNode(), dl, Op.getOperand(0), in LowerUINT_TO_FP() local
16649 SDValue Store2 = DAG.getStore(Store1, dl, DAG.getConstant(0, dl, MVT::i32), in LowerUINT_TO_FP()