Home
last modified time | relevance | path

Searched refs:mayWriteToMemory (Results 1 – 25 of 85) sorted by relevance

1234

/external/swiftshader/third_party/LLVM/include/llvm/
DInstruction.h220 bool mayWriteToMemory() const;
230 return mayReadFromMemory() || mayWriteToMemory(); in mayReadOrWriteMemory()
244 return mayWriteToMemory() || mayThrow(); in mayHaveSideEffects()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h410 bool mayWriteToMemory() const;
417 return mayReadFromMemory() || mayWriteToMemory(); in mayReadOrWriteMemory()
450 bool mayHaveSideEffects() const { return mayWriteToMemory() || mayThrow(); } in mayHaveSideEffects()
/external/llvm/include/llvm/IR/
DInstruction.h385 bool mayWriteToMemory() const;
392 return mayReadFromMemory() || mayWriteToMemory();
408 bool mayHaveSideEffects() const { return mayWriteToMemory() || mayThrow(); }
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DInstruction.h495 bool mayWriteToMemory() const;
502 return mayReadFromMemory() || mayWriteToMemory();
541 bool mayHaveSideEffects() const { return mayWriteToMemory() || mayThrow(); }
/external/swiftshader/third_party/LLVM/lib/Analysis/
DLoopDependenceAnalysis.cpp65 return I && (I->mayReadFromMemory() || I->mayWriteToMemory()); in IsMemRefInstr()
119 (cast<const Instruction>(A)->mayWriteToMemory() || in isDependencePair()
120 cast<const Instruction>(B)->mayWriteToMemory()); in isDependencePair()
DLoads.cpp137 if (isa<CallInst>(BBI) && BBI->mayWriteToMemory() && in isSafeToLoadUnconditionally()
224 if (Inst->mayWriteToMemory()) { in FindAvailableLoadedValue()
DMemDepPrinter.cpp104 if (!Inst->mayReadFromMemory() && !Inst->mayWriteToMemory()) in runOnFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DValueHandleTest.cpp134 EXPECT_FALSE(AVH->mayWriteToMemory()); in TEST_F()
135 EXPECT_FALSE((*AVH).mayWriteToMemory()); in TEST_F()
445 EXPECT_FALSE(VH->mayWriteToMemory()); in TEST_F()
446 EXPECT_FALSE((*VH).mayWriteToMemory()); in TEST_F()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp446 if (BBI->mayWriteToMemory() || BBI->mayReadFromMemory()) in visitStoreInst()
577 if (BBI->mayReadFromMemory() || BBI->mayWriteToMemory() || in SimplifyStoreAtEndOfBlock()
587 if (I->mayReadFromMemory() || I->mayWriteToMemory()) in SimplifyStoreAtEndOfBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLoads.cpp277 if (isa<CallInst>(BBI) && BBI->mayWriteToMemory() && in isSafeToLoadUnconditionally()
426 if (Inst->mayWriteToMemory()) { in FindAvailablePtrLoadStore()
DMemDepPrinter.cpp102 if (!Inst->mayReadFromMemory() && !Inst->mayWriteToMemory()) in runOnFunction()
/external/llvm/lib/Transforms/Utils/
DFlattenCFG.cpp357 if (iter1->mayWriteToMemory()) { in CompareIfRegionBlock()
359 if (BI->mayReadFromMemory() || BI->mayWriteToMemory()) { in CompareIfRegionBlock()
/external/llvm/lib/Analysis/
DLoads.cpp261 if (isa<CallInst>(BBI) && BBI->mayWriteToMemory() && in isSafeToLoadUnconditionally()
404 if (Inst->mayWriteToMemory()) { in FindAvailableLoadedValue()
DMemDepPrinter.cpp102 if (!Inst->mayReadFromMemory() && !Inst->mayWriteToMemory()) in runOnFunction()
/external/llvm/lib/Transforms/Scalar/
DLoopVersioningLICM.cpp355 else if (I->mayWriteToMemory()) { in instructionSafeForVersioning()
489 if (!Inst.mayReadFromMemory() && !Inst.mayWriteToMemory()) in setNoAliasToLoop()
DEarlyCSE.cpp468 bool mayWriteToMemory() const { in mayWriteToMemory() function in __anon68e036b60311::EarlyCSE::ParseMemoryInst
470 return Inst->mayWriteToMemory(); in mayWriteToMemory()
738 if (Inst->mayWriteToMemory()) { in processNode()
DSink.cpp63 if (Inst->mayWriteToMemory()) { in isSafeToMove()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DFlattenCFG.cpp369 if (iter1->mayWriteToMemory()) { in CompareIfRegionBlock()
371 if (BI->mayReadFromMemory() || BI->mayWriteToMemory()) { in CompareIfRegionBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopVersioningLICM.cpp388 else if (I->mayWriteToMemory()) { in instructionSafeForVersioning()
572 if (!Inst.mayReadFromMemory() && !Inst.mayWriteToMemory()) in setNoAliasToLoop()
DSink.cpp63 if (Inst->mayWriteToMemory()) { in isSafeToMove()
DEarlyCSE.cpp569 bool mayWriteToMemory() const { in mayWriteToMemory() function in __anonca29b00e0311::EarlyCSE::ParseMemoryInst
571 return Inst->mayWriteToMemory(); in mayWriteToMemory()
1106 if (Inst->mayWriteToMemory()) { in processNode()
/external/swiftshader/third_party/LLVM/unittests/Support/
DValueHandleTest.cpp120 EXPECT_FALSE(AVH->mayWriteToMemory()); in TEST_F()
121 EXPECT_FALSE((*AVH).mayWriteToMemory()); in TEST_F()
/external/llvm/unittests/IR/
DValueHandleTest.cpp116 EXPECT_FALSE(AVH->mayWriteToMemory()); in TEST_F()
117 EXPECT_FALSE((*AVH).mayWriteToMemory()); in TEST_F()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DSink.cpp157 if (Inst->mayWriteToMemory()) { in isSafeToMove()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMParallelDSP.cpp73 if (I->mayWriteToMemory()) in SetMemoryLocations()
499 if (I.mayWriteToMemory()) in AliasCandidates()

1234