| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/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 __anon0a18f2bf0311::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 | 1266 if (!UseInst->mayReadFromMemory()) in isReadClobber() 1497 if (!EarlierMemInst->mayReadFromMemory()) in getDomMemoryDef()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | MemDepPrinter.cpp | 101 if (!Inst->mayReadFromMemory() && !Inst->mayWriteToMemory()) in runOnFunction()
|
| H A D | VectorUtils.cpp | 1143 (A->mayReadFromMemory() != B->mayReadFromMemory()) || in analyzeInterleaving() 1190 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() 3946 assert(Src->mayReadFromMemory() || Src->mayWriteToMemory()); in getSplitIteration() 3947 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 | IVDescriptors.cpp | 778 SinkCandidate->mayReadFromMemory() || SinkCandidate->isTerminator()) in isFirstOrderRecurrence()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Instruction.h | 597 bool mayReadFromMemory() const; 601 return mayReadFromMemory() || mayWriteToMemory();
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineLoadStoreAlloca.cpp | 1447 if (BBI->mayWriteToMemory() || BBI->mayReadFromMemory() || BBI->mayThrow()) in visitStoreInst() 1536 if (BBI->mayReadFromMemory() || BBI->mayThrow() || in mergeStoreIntoSuccessor() 1545 if (I->mayReadFromMemory() || I->mayThrow() || I->mayWriteToMemory()) in mergeStoreIntoSuccessor()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlan.cpp | 543 bool VPRecipeBase::mayReadFromMemory() const { in mayReadFromMemory() function in VPRecipeBase 551 ->mayReadFromMemory(); in mayReadFromMemory() 565 assert((!I || !I->mayReadFromMemory()) && in mayReadFromMemory()
|
| H A D | VectorCombine.cpp | 610 if ((IsConst0 && I1 && I1->mayReadFromMemory()) || in scalarizeBinopOrCmp() 611 (IsConst1 && I0 && I0->mayReadFromMemory())) in scalarizeBinopOrCmp()
|
| H A D | LoopVectorizationLegality.cpp | 982 if (I.mayReadFromMemory()) { in blockCanBePredicated()
|
| H A D | VPlan.h | 744 bool mayReadFromMemory() const; 751 return mayReadFromMemory() || mayWriteToMemory(); in mayReadOrWriteMemory()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | FunctionSpecialization.cpp | 281 if (I->mayReadFromMemory() || I->isCast()) in getUserBonus()
|
| H A D | FunctionAttrs.cpp | 223 ReadsMemory |= I->mayReadFromMemory(); in checkFunctionMemoryAccess()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | Analysis.cpp | 539 if (BBI->mayHaveSideEffects() || BBI->mayReadFromMemory() || in isInTailCallPosition()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Instruction.cpp | 564 bool Instruction::mayReadFromMemory() const { in mayReadFromMemory() function in Instruction
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64StackTagging.cpp | 378 if (BI->mayWriteToMemory() || BI->mayReadFromMemory()) in collectInitializers()
|