Home
last modified time | relevance | path

Searched refs:mayReadFromMemory (Results 1 – 25 of 75) sorted by relevance

123

/external/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp464 bool mayReadFromMemory() const { in mayReadFromMemory() function in __anon68e036b60311::EarlyCSE::ParseMemoryInst
466 return Inst->mayReadFromMemory(); in mayReadFromMemory()
671 if (Inst->mayReadFromMemory() && in processNode()
672 !(MemInst.isValid() && !MemInst.mayReadFromMemory())) in processNode()
704 assert(Inst->mayReadFromMemory() && "relied on to prevent DSE above"); in processNode()
DLoopVersioningLICM.cpp341 if (I->mayReadFromMemory()) { in instructionSafeForVersioning()
489 if (!Inst.mayReadFromMemory() && !Inst.mayWriteToMemory()) in setNoAliasToLoop()
DGuardWidening.cpp376 Inst->mayReadFromMemory()) in isAvailableAt()
396 !Inst->mayReadFromMemory() && "Should've checked with isAvailableAt!"); in makeAvailableAt()
DLoopDataPrefetch.cpp289 ConstantInt::get(I32, MemI->mayReadFromMemory() ? 0 : 1), in runOnLoop()
/external/swiftshader/third_party/LLVM/include/llvm/
DInstruction.h224 bool mayReadFromMemory() const;
230 return mayReadFromMemory() || mayWriteToMemory(); in mayReadOrWriteMemory()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h413 bool mayReadFromMemory() const;
417 return mayReadFromMemory() || mayWriteToMemory(); in mayReadOrWriteMemory()
/external/llvm/include/llvm/IR/
DInstruction.h388 bool mayReadFromMemory() const;
392 return mayReadFromMemory() || mayWriteToMemory();
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DAnalysis.cpp228 if (I->mayHaveSideEffects() || I->mayReadFromMemory() || in isInTailCallPosition()
237 if (BBI->mayHaveSideEffects() || BBI->mayReadFromMemory() || in isInTailCallPosition()
/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/include/llvm/IR/
DInstruction.h498 bool mayReadFromMemory() const;
502 return mayReadFromMemory() || mayWriteToMemory();
/external/llvm/lib/Transforms/Utils/
DFlattenCFG.cpp354 if (iter1->mayReadFromMemory()) in CompareIfRegionBlock()
359 if (BI->mayReadFromMemory() || BI->mayWriteToMemory()) { in CompareIfRegionBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DFlattenCFG.cpp366 if (iter1->mayReadFromMemory()) in CompareIfRegionBlock()
371 if (BI->mayReadFromMemory() || BI->mayWriteToMemory()) { in CompareIfRegionBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp564 bool mayReadFromMemory() const { in mayReadFromMemory() function in __anonca29b00e0311::EarlyCSE::ParseMemoryInst
566 return Inst->mayReadFromMemory(); in mayReadFromMemory()
1020 if ((Inst->mayReadFromMemory() || Inst->mayThrow()) && in processNode()
1021 !(MemInst.isValid() && !MemInst.mayReadFromMemory())) in processNode()
1060 assert(Inst->mayReadFromMemory() && "relied on to prevent DSE above"); in processNode()
DLoopVersioningLICM.cpp374 if (I->mayReadFromMemory()) { in instructionSafeForVersioning()
572 if (!Inst.mayReadFromMemory() && !Inst.mayWriteToMemory()) in setNoAliasToLoop()
DSink.cpp117 if (Inst->mayReadFromMemory()) in IsAcceptableTarget()
DGuardWidening.cpp433 Inst->mayReadFromMemory()) in isAvailableAt()
453 !Inst->mayReadFromMemory() && "Should've checked with isAvailableAt!"); in makeAvailableAt()
DLoopDataPrefetch.cpp320 ConstantInt::get(I32, MemI->mayReadFromMemory() ? 0 : 1), in runOnLoop()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DMemDepPrinter.cpp102 if (!Inst->mayReadFromMemory() && !Inst->mayWriteToMemory()) in runOnFunction()
/external/llvm/lib/Analysis/
DMemDepPrinter.cpp102 if (!Inst->mayReadFromMemory() && !Inst->mayWriteToMemory()) in runOnFunction()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DInlineCost.cpp173 if (Inst.mayReadFromMemory() || Inst.mayHaveSideEffects() || in CountCodeReductionForConstant()
351 if (Inst.mayReadFromMemory() || Inst.mayHaveSideEffects() || in CountBonusForConstant()
DMemDepPrinter.cpp104 if (!Inst->mayReadFromMemory() && !Inst->mayWriteToMemory()) in runOnFunction()
/external/llvm/lib/CodeGen/
DAnalysis.cpp510 if (I->mayHaveSideEffects() || I->mayReadFromMemory() || in isInTailCallPosition()
518 if (BBI->mayHaveSideEffects() || BBI->mayReadFromMemory() || in isInTailCallPosition()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DAnalysis.cpp491 if (I->mayHaveSideEffects() || I->mayReadFromMemory() || in isInTailCallPosition()
499 if (BBI->mayHaveSideEffects() || BBI->mayReadFromMemory() || in isInTailCallPosition()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLoopRotation.cpp238 !Inst->mayReadFromMemory() && !Inst->mayWriteToMemory() && in rotateLoop()
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DFunctionAttrs.cpp193 ReadsMemory |= I->mayReadFromMemory(); in AddReadAttrs()

123