| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | FlattenCFG.cpp | 356 if (iter1->mayReadFromMemory()) in CompareIfRegionBlock() 361 if (BI->mayReadFromMemory() || BI->mayWriteToMemory()) { in CompareIfRegionBlock()
|
| H A D | LoopRotationUtils.cpp | 427 if (L->hasLoopInvariantOperands(Inst) && !Inst->mayReadFromMemory() && in rotateLoop()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | LoopVersioningLICM.cpp | 365 if (I->mayReadFromMemory()) { in instructionSafeForVersioning() 563 if (!Inst.mayReadFromMemory() && !Inst.mayWriteToMemory()) in setNoAliasToLoop()
|
| H A D | EarlyCSE.cpp | 784 bool mayReadFromMemory() const { in mayReadFromMemory() function in __anon16fc0a160311::EarlyCSE::ParseMemoryInst 787 return Inst->mayReadFromMemory(); in mayReadFromMemory() 1440 if ((Inst.mayReadFromMemory() || Inst.mayThrow()) && in processNode() 1441 !(MemInst.isValid() && !MemInst.mayReadFromMemory())) in processNode() 1480 assert(Inst.mayReadFromMemory() && "relied on to prevent DSE above"); in processNode()
|
| H A D | Sink.cpp | 87 if (Inst->mayReadFromMemory()) in IsAcceptableTarget()
|
| H A D | GuardWidening.cpp | 469 Inst->mayReadFromMemory()) in isAvailableAt() 489 !Inst->mayReadFromMemory() && "Should've checked with isAvailableAt!"); in makeAvailableAt()
|
| H A D | IndVarSimplify.cpp | 819 if(I->mayReadFromMemory() || isa<CallInst>(I) || isa<InvokeInst>(I)) in hasConcreteDefImpl() 1230 if (I->mayHaveSideEffects() || I->mayReadFromMemory()) in sinkUnusedInvariants()
|
| H A D | DeadStoreElimination.cpp | 1239 if (!UseInst->mayReadFromMemory()) in isReadClobber() 1466 if (!EarlierMemInst->mayReadFromMemory()) in getDomMemoryDef()
|
| H A D | LoopRerollPass.cpp | 1332 if (RootInst->mayReadFromMemory()) in validate()
|
| H A D | LoopInterchange.cpp | 579 return I.mayHaveSideEffects() || I.mayReadFromMemory(); in containsUnsafeInstructions()
|
| H A D | LoopFuse.cpp | 228 if (I.mayReadFromMemory()) in FusionCandidate()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | Instruction.h | 583 bool mayReadFromMemory() const; 587 return mayReadFromMemory() || mayWriteToMemory();
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | MemDepPrinter.cpp | 101 if (!Inst->mayReadFromMemory() && !Inst->mayWriteToMemory()) in runOnFunction()
|
| H A D | VectorUtils.cpp | 1134 (A->mayReadFromMemory() != B->mayReadFromMemory()) || in analyzeInterleaving() 1181 if (A->mayReadFromMemory()) in analyzeInterleaving()
|
| H A D | DependenceAnalysis.cpp | 222 return Src->mayReadFromMemory() && Dst->mayReadFromMemory(); in isInput() 234 return Src->mayWriteToMemory() && Dst->mayReadFromMemory(); in isFlow() 240 return Src->mayReadFromMemory() && Dst->mayWriteToMemory(); in isAnti() 3936 assert(Src->mayReadFromMemory() || Src->mayWriteToMemory()); in getSplitIteration() 3937 assert(Dst->mayReadFromMemory() || Dst->mayWriteToMemory()); in getSplitIteration()
|
| H A D | GlobalsModRef.cpp | 610 if (I.mayReadFromMemory()) in AnalyzeCallGraph()
|
| H A D | LoopInfo.cpp | 89 if (I->mayReadFromMemory()) in makeLoopInvariant()
|
| H A D | MemoryDependenceAnalysis.cpp | 183 if (Inst->mayReadFromMemory()) in GetLocation()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineLoadStoreAlloca.cpp | 1435 if (BBI->mayWriteToMemory() || BBI->mayReadFromMemory() || BBI->mayThrow()) in visitStoreInst() 1524 if (BBI->mayReadFromMemory() || BBI->mayThrow() || in mergeStoreIntoSuccessor() 1533 if (I->mayReadFromMemory() || I->mayThrow() || I->mayWriteToMemory()) in mergeStoreIntoSuccessor()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
| H A D | VectorCombine.cpp | 607 if ((IsConst0 && I1 && I1->mayReadFromMemory()) || in scalarizeBinopOrCmp() 608 (IsConst1 && I0 && I0->mayReadFromMemory())) in scalarizeBinopOrCmp()
|
| H A D | LoopVectorizationLegality.cpp | 942 if (I.mayReadFromMemory()) { in blockCanBePredicated()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | Analysis.cpp | 539 if (BBI->mayHaveSideEffects() || BBI->mayReadFromMemory() || in isInTailCallPosition()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | Instruction.cpp | 543 bool Instruction::mayReadFromMemory() const { in mayReadFromMemory() function in Instruction
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64StackTagging.cpp | 376 if (BI->mayWriteToMemory() || BI->mayReadFromMemory()) in collectInitializers()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| H A D | FunctionAttrs.cpp | 223 ReadsMemory |= I->mayReadFromMemory(); in checkFunctionMemoryAccess()
|