Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DFlattenCFG.cpp356 if (iter1->mayReadFromMemory()) in CompareIfRegionBlock()
361 if (BI->mayReadFromMemory() || BI->mayWriteToMemory()) { in CompareIfRegionBlock()
H A DLoopRotationUtils.cpp427 if (L->hasLoopInvariantOperands(Inst) && !Inst->mayReadFromMemory() && in rotateLoop()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopVersioningLICM.cpp365 if (I->mayReadFromMemory()) { in instructionSafeForVersioning()
563 if (!Inst.mayReadFromMemory() && !Inst.mayWriteToMemory()) in setNoAliasToLoop()
H A DEarlyCSE.cpp784 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 DSink.cpp87 if (Inst->mayReadFromMemory()) in IsAcceptableTarget()
H A DGuardWidening.cpp469 Inst->mayReadFromMemory()) in isAvailableAt()
489 !Inst->mayReadFromMemory() && "Should've checked with isAvailableAt!"); in makeAvailableAt()
H A DIndVarSimplify.cpp819 if(I->mayReadFromMemory() || isa<CallInst>(I) || isa<InvokeInst>(I)) in hasConcreteDefImpl()
1230 if (I->mayHaveSideEffects() || I->mayReadFromMemory()) in sinkUnusedInvariants()
H A DDeadStoreElimination.cpp1239 if (!UseInst->mayReadFromMemory()) in isReadClobber()
1466 if (!EarlierMemInst->mayReadFromMemory()) in getDomMemoryDef()
H A DLoopRerollPass.cpp1332 if (RootInst->mayReadFromMemory()) in validate()
H A DLoopInterchange.cpp579 return I.mayHaveSideEffects() || I.mayReadFromMemory(); in containsUnsafeInstructions()
H A DLoopFuse.cpp228 if (I.mayReadFromMemory()) in FusionCandidate()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstruction.h583 bool mayReadFromMemory() const;
587 return mayReadFromMemory() || mayWriteToMemory();
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemDepPrinter.cpp101 if (!Inst->mayReadFromMemory() && !Inst->mayWriteToMemory()) in runOnFunction()
H A DVectorUtils.cpp1134 (A->mayReadFromMemory() != B->mayReadFromMemory()) || in analyzeInterleaving()
1181 if (A->mayReadFromMemory()) in analyzeInterleaving()
H A DDependenceAnalysis.cpp222 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 DGlobalsModRef.cpp610 if (I.mayReadFromMemory()) in AnalyzeCallGraph()
H A DLoopInfo.cpp89 if (I->mayReadFromMemory()) in makeLoopInvariant()
H A DMemoryDependenceAnalysis.cpp183 if (Inst->mayReadFromMemory()) in GetLocation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp1435 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 DVectorCombine.cpp607 if ((IsConst0 && I1 && I1->mayReadFromMemory()) || in scalarizeBinopOrCmp()
608 (IsConst1 && I0 && I0->mayReadFromMemory())) in scalarizeBinopOrCmp()
H A DLoopVectorizationLegality.cpp942 if (I.mayReadFromMemory()) { in blockCanBePredicated()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DAnalysis.cpp539 if (BBI->mayHaveSideEffects() || BBI->mayReadFromMemory() || in isInTailCallPosition()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstruction.cpp543 bool Instruction::mayReadFromMemory() const { in mayReadFromMemory() function in Instruction
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp376 if (BI->mayWriteToMemory() || BI->mayReadFromMemory()) in collectInitializers()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp223 ReadsMemory |= I->mayReadFromMemory(); in checkFunctionMemoryAccess()

12