Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DFlattenCFG.cpp353 if (iter1->mayReadFromMemory()) in CompareIfRegionBlock()
358 if (BI->mayReadFromMemory() || BI->mayWriteToMemory()) { in CompareIfRegionBlock()
H A DLoopRotationUtils.cpp428 if (L->hasLoopInvariantOperands(Inst) && !Inst->mayReadFromMemory() && in rotateLoop()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopVersioningLICM.cpp352 if (I->mayReadFromMemory()) { in instructionSafeForVersioning()
550 if (!Inst.mayReadFromMemory() && !Inst.mayWriteToMemory()) in setNoAliasToLoop()
H A DEarlyCSE.cpp818 bool mayReadFromMemory() const { in mayReadFromMemory() function in __anon76457fe20311::EarlyCSE::ParseMemoryInst
821 return Inst->mayReadFromMemory(); in mayReadFromMemory()
1504 if ((Inst.mayReadFromMemory() || Inst.mayThrow()) && in processNode()
1505 !(MemInst.isValid() && !MemInst.mayReadFromMemory())) in processNode()
1544 assert(Inst.mayReadFromMemory() && "relied on to prevent DSE above"); in processNode()
H A DSink.cpp82 if (Inst->mayReadFromMemory() && in IsAcceptableTarget()
H A DGuardWidening.cpp474 Inst->mayReadFromMemory()) in isAvailableAt()
494 !Inst->mayReadFromMemory() && "Should've checked with isAvailableAt!"); in makeAvailableAt()
H A DIndVarSimplify.cpp824 if(I->mayReadFromMemory() || isa<CallInst>(I) || isa<InvokeInst>(I)) in hasConcreteDefImpl()
1228 if (I->mayHaveSideEffects() || I->mayReadFromMemory()) in sinkUnusedInvariants()
H A DDeadStoreElimination.cpp1245 if (!UseInst->mayReadFromMemory()) in isReadClobber()
1320 !KillingI->mayReadFromMemory(); in getDomMemoryDef()
H A DLoopRerollPass.cpp1326 if (RootInst->mayReadFromMemory()) { in validate()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DMemDepPrinter.cpp100 if (!Inst->mayReadFromMemory() && !Inst->mayWriteToMemory()) in runOnFunction()
H A DVectorUtils.cpp1337 (A->mayReadFromMemory() != B->mayReadFromMemory()) || in analyzeInterleaving()
1384 if (A->mayReadFromMemory()) in analyzeInterleaving()
H A DDependenceAnalysis.cpp231 return Src->mayReadFromMemory() && Dst->mayReadFromMemory(); in isInput()
243 return Src->mayWriteToMemory() && Dst->mayReadFromMemory(); in isFlow()
249 return Src->mayReadFromMemory() && Dst->mayWriteToMemory(); in isAnti()
4030 assert(Src->mayReadFromMemory() || Src->mayWriteToMemory()); in getSplitIteration()
4031 assert(Dst->mayReadFromMemory() || Dst->mayWriteToMemory()); in getSplitIteration()
H A DGlobalsModRef.cpp600 if (I.mayReadFromMemory()) in AnalyzeCallGraph()
H A DLoopInfo.cpp86 if (I->mayReadFromMemory()) in makeLoopInvariant()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DInstruction.h619 bool mayReadFromMemory() const LLVM_READONLY;
623 return mayReadFromMemory() || mayWriteToMemory();
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp74 bool VPRecipeBase::mayReadFromMemory() const { in mayReadFromMemory() function in VPRecipeBase
82 ->mayReadFromMemory(); in mayReadFromMemory()
97 assert((!I || !I->mayReadFromMemory()) && in mayReadFromMemory()
H A DLoopVectorizationLegality.cpp1144 if (I.mayReadFromMemory() || I.mayWriteToMemory() || I.mayThrow()) in blockCanBePredicated()
H A DVPlan.h747 bool mayReadFromMemory() const;
754 return mayReadFromMemory() || mayWriteToMemory(); in mayReadOrWriteMemory()
H A DVectorCombine.cpp783 if ((IsConst0 && I1 && I1->mayReadFromMemory()) || in scalarizeBinopOrCmp()
784 (IsConst1 && I0 && I0->mayReadFromMemory())) in scalarizeBinopOrCmp()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp1521 if (BBI->mayWriteToMemory() || BBI->mayReadFromMemory() || BBI->mayThrow()) in visitStoreInst()
1612 if (BBI->mayReadFromMemory() || BBI->mayThrow() || in mergeStoreIntoSuccessor()
1621 if (I->mayReadFromMemory() || I->mayThrow() || I->mayWriteToMemory()) in mergeStoreIntoSuccessor()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp581 if (I->mayReadFromMemory() || I->isCast()) in getUserBonus()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp372 if (BI->mayWriteToMemory() || BI->mayReadFromMemory()) in collectInitializers()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DAnalysis.cpp559 if (BBI->mayHaveSideEffects() || BBI->mayReadFromMemory() || in isInTailCallPosition()
H A DSelectOptimize.cpp782 if (ForSinking && II->mayReadFromMemory() && !isSafeToSinkLoad(II, SI)) in getExclBackwardsSlice()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DInstruction.cpp626 bool Instruction::mayReadFromMemory() const { in mayReadFromMemory() function in Instruction

12