/external/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 464 bool mayReadFromMemory() const { in mayReadFromMemory() function in __anoncdf6c96d0311::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()
|
D | LoopVersioningLICM.cpp | 341 if (I->mayReadFromMemory()) { in instructionSafeForVersioning() 489 if (!Inst.mayReadFromMemory() && !Inst.mayWriteToMemory()) in setNoAliasToLoop()
|
D | GuardWidening.cpp | 376 Inst->mayReadFromMemory()) in isAvailableAt() 396 !Inst->mayReadFromMemory() && "Should've checked with isAvailableAt!"); in makeAvailableAt()
|
D | LoopDataPrefetch.cpp | 289 ConstantInt::get(I32, MemI->mayReadFromMemory() ? 0 : 1), in runOnLoop()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Instruction.h | 224 bool mayReadFromMemory() const; 230 return mayReadFromMemory() || mayWriteToMemory(); in mayReadOrWriteMemory()
|
/external/llvm/include/llvm/IR/ |
D | Instruction.h | 388 bool mayReadFromMemory() const; 392 return mayReadFromMemory() || mayWriteToMemory();
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Instruction.h | 413 bool mayReadFromMemory() const; 417 return mayReadFromMemory() || mayWriteToMemory(); in mayReadOrWriteMemory()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | Analysis.cpp | 228 if (I->mayHaveSideEffects() || I->mayReadFromMemory() || in isInTailCallPosition() 237 if (BBI->mayHaveSideEffects() || BBI->mayReadFromMemory() || in isInTailCallPosition()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 446 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/Transforms/Utils/ |
D | FlattenCFG.cpp | 366 if (iter1->mayReadFromMemory()) in CompareIfRegionBlock() 371 if (BI->mayReadFromMemory() || BI->mayWriteToMemory()) { in CompareIfRegionBlock()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Instruction.h | 498 bool mayReadFromMemory() const; 502 return mayReadFromMemory() || mayWriteToMemory();
|
/external/llvm/lib/Transforms/Utils/ |
D | FlattenCFG.cpp | 354 if (iter1->mayReadFromMemory()) in CompareIfRegionBlock() 359 if (BI->mayReadFromMemory() || BI->mayWriteToMemory()) { in CompareIfRegionBlock()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 564 bool mayReadFromMemory() const { in mayReadFromMemory() function in __anon5b5b35a50311::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()
|
D | LoopVersioningLICM.cpp | 374 if (I->mayReadFromMemory()) { in instructionSafeForVersioning() 572 if (!Inst.mayReadFromMemory() && !Inst.mayWriteToMemory()) in setNoAliasToLoop()
|
D | Sink.cpp | 117 if (Inst->mayReadFromMemory()) in IsAcceptableTarget()
|
D | GuardWidening.cpp | 433 Inst->mayReadFromMemory()) in isAvailableAt() 453 !Inst->mayReadFromMemory() && "Should've checked with isAvailableAt!"); in makeAvailableAt()
|
D | LoopDataPrefetch.cpp | 320 ConstantInt::get(I32, MemI->mayReadFromMemory() ? 0 : 1), in runOnLoop()
|
/external/llvm/lib/Analysis/ |
D | MemDepPrinter.cpp | 102 if (!Inst->mayReadFromMemory() && !Inst->mayWriteToMemory()) in runOnFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | MemDepPrinter.cpp | 102 if (!Inst->mayReadFromMemory() && !Inst->mayWriteToMemory()) in runOnFunction()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | InlineCost.cpp | 173 if (Inst.mayReadFromMemory() || Inst.mayHaveSideEffects() || in CountCodeReductionForConstant() 351 if (Inst.mayReadFromMemory() || Inst.mayHaveSideEffects() || in CountBonusForConstant()
|
D | MemDepPrinter.cpp | 104 if (!Inst->mayReadFromMemory() && !Inst->mayWriteToMemory()) in runOnFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | Analysis.cpp | 491 if (I->mayHaveSideEffects() || I->mayReadFromMemory() || in isInTailCallPosition() 499 if (BBI->mayHaveSideEffects() || BBI->mayReadFromMemory() || in isInTailCallPosition()
|
/external/llvm/lib/CodeGen/ |
D | Analysis.cpp | 510 if (I->mayHaveSideEffects() || I->mayReadFromMemory() || in isInTailCallPosition() 518 if (BBI->mayHaveSideEffects() || BBI->mayReadFromMemory() || in isInTailCallPosition()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | LoopRotation.cpp | 238 !Inst->mayReadFromMemory() && !Inst->mayWriteToMemory() && in rotateLoop()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
D | FunctionAttrs.cpp | 193 ReadsMemory |= I->mayReadFromMemory(); in AddReadAttrs()
|