Home
last modified time | relevance | path

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

1234

/external/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp464 bool mayReadFromMemory() const { in mayReadFromMemory() function in __anone097c8540311::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/llvm/include/llvm/IR/
DInstruction.h388 bool mayReadFromMemory() const;
392 return mayReadFromMemory() || mayWriteToMemory();
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h413 bool mayReadFromMemory() const;
417 return mayReadFromMemory() || mayWriteToMemory(); in mayReadOrWriteMemory()
/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-10.0/llvm/lib/Transforms/Scalar/
DLoopVersioningLICM.cpp352 if (I->mayReadFromMemory()) { in instructionSafeForVersioning()
550 if (!Inst.mayReadFromMemory() && !Inst.mayWriteToMemory()) in setNoAliasToLoop()
DEarlyCSE.cpp718 bool mayReadFromMemory() const { in mayReadFromMemory() function in __anon981229b60311::EarlyCSE::ParseMemoryInst
720 return Inst->mayReadFromMemory(); in mayReadFromMemory()
1157 if ((Inst->mayReadFromMemory() || Inst->mayThrow()) && in processNode()
1158 !(MemInst.isValid() && !MemInst.mayReadFromMemory())) in processNode()
1197 assert(Inst->mayReadFromMemory() && "relied on to prevent DSE above"); in processNode()
DSink.cpp117 if (Inst->mayReadFromMemory()) in IsAcceptableTarget()
DLoopDataPrefetch.cpp321 ConstantInt::get(I32, MemI->mayReadFromMemory() ? 0 : 1), in runOnLoop()
DGuardWidening.cpp470 Inst->mayReadFromMemory()) in isAvailableAt()
490 !Inst->mayReadFromMemory() && "Should've checked with isAvailableAt!"); in makeAvailableAt()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DFlattenCFG.cpp365 if (iter1->mayReadFromMemory()) in CompareIfRegionBlock()
370 if (BI->mayReadFromMemory() || BI->mayWriteToMemory()) { in CompareIfRegionBlock()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstruction.h539 bool mayReadFromMemory() const;
543 return mayReadFromMemory() || mayWriteToMemory();
/external/llvm-project/llvm/lib/Transforms/Utils/
DFlattenCFG.cpp356 if (iter1->mayReadFromMemory()) in CompareIfRegionBlock()
361 if (BI->mayReadFromMemory() || BI->mayWriteToMemory()) { in CompareIfRegionBlock()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLoopVersioningLICM.cpp365 if (I->mayReadFromMemory()) { in instructionSafeForVersioning()
563 if (!Inst.mayReadFromMemory() && !Inst.mayWriteToMemory()) in setNoAliasToLoop()
DEarlyCSE.cpp764 bool mayReadFromMemory() const { in mayReadFromMemory() function in __anonc1abad420311::EarlyCSE::ParseMemoryInst
767 return Inst->mayReadFromMemory(); in mayReadFromMemory()
1407 if ((Inst.mayReadFromMemory() || Inst.mayThrow()) && in processNode()
1408 !(MemInst.isValid() && !MemInst.mayReadFromMemory())) in processNode()
1447 assert(Inst.mayReadFromMemory() && "relied on to prevent DSE above"); in processNode()
DSink.cpp87 if (Inst->mayReadFromMemory()) in IsAcceptableTarget()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemDepPrinter.cpp101 if (!Inst->mayReadFromMemory() && !Inst->mayWriteToMemory()) in runOnFunction()
DVectorUtils.cpp998 (A->mayReadFromMemory() != B->mayReadFromMemory()) || in analyzeInterleaving()
1045 if (A->mayReadFromMemory()) in analyzeInterleaving()
/external/llvm/lib/Analysis/
DMemDepPrinter.cpp102 if (!Inst->mayReadFromMemory() && !Inst->mayWriteToMemory()) in runOnFunction()
/external/llvm-project/llvm/lib/Analysis/
DMemDepPrinter.cpp103 if (!Inst->mayReadFromMemory() && !Inst->mayWriteToMemory()) in runOnFunction()
/external/llvm-project/llvm/include/llvm/IR/
DInstruction.h583 bool mayReadFromMemory() const;
587 return mayReadFromMemory() || mayWriteToMemory();
/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-10.0/llvm/lib/CodeGen/
DAnalysis.cpp533 if (I->mayHaveSideEffects() || I->mayReadFromMemory() || in isInTailCallPosition()
547 if (BBI->mayHaveSideEffects() || BBI->mayReadFromMemory() || in isInTailCallPosition()

1234