Home
last modified time | relevance | path

Searched refs:getStart (Results 1 – 25 of 49) sorted by relevance

12

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp273 SourceLocation getStart(const Stmt *S) { in getStart() function in __anond4b6e5a70211::CoverageMappingBuilder
500 SourceLocation Start = getStart(Body); in VisitDecl()
701 SourceLocation StartLoc = getStart(S); in propagateCounts()
744 popRegions(pushRegion(Counter::getZero(), getStart(C), getEnd(C), in createBranchRegion()
748 popRegions(pushRegion(TrueCnt, getStart(C), getEnd(C), FalseCnt)); in createBranchRegion()
759 popRegions(pushRegion(TrueCnt, getStart(SC), SC->getColonLoc(), FalseCnt)); in createSwitchCaseRegion()
865 SourceLocation StartLoc = getStart(S); in extendRegion()
985 auto Gap = findGapAreaBetween(getEnd(LastStmt), getStart(Child)); in VisitStmt()
1004 if (Body && SM.isInSystemHeader(SM.getSpellingLoc(getStart(Body)))) in VisitDecl()
1050 SourceLocation Start = getStart(S); in VisitLabelStmt()
[all …]
/openbsd-src/gnu/llvm/compiler-rt/lib/ubsan/
H A Dubsan_diag.cpp238 Best->getStart().getMemoryLocation() > in upperBound()
239 Ranges[I].getStart().getMemoryLocation())) in upperBound()
263 Min = __sanitizer::Min(Ranges[I].getStart().getMemoryLocation(), Min); in PrintMemorySnippet()
295 if (InRange && InRange->getStart().getMemoryLocation() < P) in PrintMemorySnippet()
297 if (InRange && InRange->getStart().getMemoryLocation() <= P) in PrintMemorySnippet()
318 if (InRange && InRange->getStart().getMemoryLocation() == P) { in PrintMemorySnippet()
H A Dubsan_diag.h110 Location getStart() const { return Start; } in getStart() function
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDominators.cpp211 const BasicBlock *Start = BBE.getStart(); in dominates()
262 PN->getIncomingBlock(U) == BBE.getStart()) in dominates()
353 if (BBE1.getStart() == BBE2.getStart() && BBE1.getEnd() == BBE2.getEnd()) in dominates()
355 return dominates(BBE1, BBE2.getStart()); in dominates()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDominators.h112 const BasicBlock *getStart() const { in getStart() function
138 return hash_combine(BBInfo::getHashValue(Edge.getStart()),
143 return BBInfo::isEqual(LHS.getStart(), RHS.getStart()) &&
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DFormatString.h93 const char *getStart() const { in getStart() function
204 const char *getStart() const { in getStart() function
209 return StringRef(getStart(), getLength()); in getCharacters()
377 const char *getStart() const { in getStart() function
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp979 const SCEV *Start = AddRec->getStart(); in checkSubscript()
1137 if (SE->isKnownNonNegative(AddRec->getStart()) && in isKnownNonNegative()
2234 const SCEV *SrcConst = SrcAddRec->getStart(); in testSIV()
2235 const SCEV *DstConst = DstAddRec->getStart(); in testSIV()
2257 const SCEV *SrcConst = SrcAddRec->getStart(); in testSIV()
2267 const SCEV *DstConst = DstAddRec->getStart(); in testSIV()
2311 SrcConst = SrcAddRec->getStart(); in testRDIV()
2314 DstConst = DstAddRec->getStart(); in testRDIV()
2320 dyn_cast<SCEVAddRecExpr>(SrcAddRec->getStart())) { in testRDIV()
2321 SrcConst = tmpAddRec->getStart(); in testRDIV()
[all …]
H A DIVUsers.cpp69 return isInteresting(AR->getStart(), I, L, SE, LI) && in isInteresting()
345 return findAddRecForLoop(AR->getStart(), L); in findAddRecForLoop()
H A DLoopCacheAnalysis.cpp90 const SCEV *Start = AR->getStart(); in isOneDimensionalArray()
428 AccessFn = SE.getAddRecExpr(AccessFnAR->getStart(), in delinearize()
530 const SCEV *Start = AR->getStart(); in isSimpleAddRecurrence()
H A DScalarEvolutionAliasAnalysis.cpp119 return GetBaseValue(AR->getStart()); in GetBaseValue()
H A DScalarEvolutionDivision.cpp133 divide(SE, Numerator->getStart(), Denominator, &StartQ, &StartR); in visitAddRecExpr()
H A DScalarEvolution.cpp1391 const SCEV *Start = AR->getStart(); in getPreStartForExtend()
1466 return (SE->*GetExtendExpr)(AR->getStart(), Ty, Depth); in getExtendAddRecStart()
1682 const SCEV *Start = AR->getStart(); in getZeroExtendExprImpl()
2043 const SCEV *Start = AR->getStart(); in getSignExtendExprImpl()
2921 LIOps.push_back(AddRec->getStart()); in getAddExpr()
3474 getAddRecExpr(getZeroExtendExpr(AR->getStart(), ExtTy), in getUDivExpr()
3485 const SCEVConstant *StartC = dyn_cast<SCEVConstant>(AR->getStart()); in getUDivExpr()
3488 getAddRecExpr(getZeroExtendExpr(AR->getStart(), ExtTy), in getUDivExpr()
3707 Operands[0] = NestedAR->getStart(); in getAddRecExpr()
4817 V = AddRec->getStart(); in getPointerBase()
[all …]
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DFormatStringParsing.h83 const char *getStart() const { return Start; } in getStart() function
H A DScanfFormatString.cpp562 if (!H.HandleScanfSpecifier(FSR.getValue(), FSR.getStart(), in ParseScanfString()
563 I - FSR.getStart())) { in ParseScanfString()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp465 auto *Start = dyn_cast<SCEVConstant>(LatchCheck.IV->getStart()); in isSafeToTruncateWideIVType()
590 const SCEV *GuardStart = RangeCheck.IV->getStart(); in widenICmpRangeCheckIncrementingLoop()
592 const SCEV *LatchStart = LatchCheck.IV->getStart(); in widenICmpRangeCheckIncrementingLoop()
633 const SCEV *GuardStart = RangeCheck.IV->getStart(); in widenICmpRangeCheckDecrementingLoop()
635 const SCEV *LatchStart = LatchCheck.IV->getStart(); in widenICmpRangeCheckDecrementingLoop()
683 SE->isKnownPredicate(ICmpInst::ICMP_ULE, RC.IV->getStart(), RC.Limit)) in normalizePredicate()
H A DInductiveRangeCheckElimination.cpp400 IRC.Begin = IndexAddRec->getStart(); in extractRangeChecksFromCond()
828 const SCEV *ExtendedStart = SE.getSignExtendExpr(AR->getStart(), WideTy); in parseLoopStructure()
832 bool NoSignedWrap = ExtendAfterOp->getStart() == ExtendedStart && in parseLoopStructure()
870 const SCEV *StartNext = IndVarBase->getStart(); in parseLoopStructure()
1619 const SCEV *A = NoopOrExtend(IndVar->getStart(), RCType, SE, IsLatchSigned); in computeSafeIterationSpace()
H A DAlignmentFromAssumptions.cpp163 const SCEV *DiffStartSCEV = DiffARSCEV->getStart(); in getNewAlignment()
H A DLoopStrengthReduce.cpp439 if (!AR->getStart()->isZero() && AR->isAffine()) { in DoInitialMatch()
440 DoInitialMatch(AR->getStart(), L, Good, Bad, SE); in DoInitialMatch()
735 const SCEV *Start = getExactSDiv(AR->getStart(), RHS, SE, in getExactSDiv()
1267 return getSetupCost(S->getStart(), Depth - 1); in getSetupCost()
1318 const SCEV *LoopStart = AR->getStart(); in RateRegister()
2359 AR->getStart() != One || in OptimizeMax()
2717 Worklist.push_back(AR->getStart()); in CollectInterestingTypesAndFactors()
2840 return getExprBase(cast<SCEVAddRecExpr>(S)->getStart()); in getExprBase()
3617 if (AR->getStart()->isZero() || !AR->isAffine()) in CollectSubexprs()
3620 const SCEV *Remainder = CollectSubexprs(AR->getStart(), in CollectSubexprs()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp572 if (!SCEVE.isSafeToExpand(BasePtrSCEV->getStart())) in rewriteLoadStoresForCommoningChains()
692 BasePtrStartSCEV = SE->getMinusSCEV(BasePtrSCEV->getStart(), in rewriteForBase()
696 BasePtrStartSCEV = BasePtrSCEV->getStart(); in rewriteForBase()
1025 if (!SCEVE.isSafeToExpand(BasePtrSCEV->getStart())) in rewriteLoadStores()
1255 PHIBasePtrSCEV->getStart() == BasePtrStartSCEV) { in alreadyPrepared()
1261 SE->getMinusSCEV(PHIBasePtrSCEV->getStart(), BasePtrStartSCEV)); in alreadyPrepared()
1377 const SCEV *Start = ARSCEV->getStart(); in runOnLoop()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp600 {ExecutorAddr(R.getStart()), ExecutorAddr(R.getEnd())}); in registerInitInfo()
730 POSR.EHFrameSection = {ExecutorAddr(R.getStart()), in addEHAndTLVSupportPasses()
755 POSR.ThreadDataSection = {ExecutorAddr(R.getStart()), in addEHAndTLVSupportPasses()
833 << formatv("[ {0:x} -- {1:x} ]", R.getStart(), R.getEnd()) << "\n"; in registerInitSections()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp352 const SCEV *Start = A->getStart(); in FactorOutConstant()
403 const SCEV *Start = A->getStart(); in SplitAddRecs()
1156 if (SE.getMinusSCEV(Requested->getStart(), Requested) == Phi) { in canBeCheaplyTransformed()
1307 expandCodeForImpl(Normalized->getStart(), ExpandTy, in getAddRecExprPHILiterally()
1395 const SCEV *Start = Normalized->getStart(); in expandAddRecExprLiterally()
1505 expandCodeForImpl(Normalized->getStart(), TruncTy), Result); in expandAddRecExprLiterally()
1576 if (!S->getStart()->isZero()) { in visitAddRecExpr()
1592 const SCEV *AddExprLHS = SE.getUnknown(expand(S->getStart())); in visitAddRecExpr()
2368 const SCEV *Start = AR->getStart(); in generateOverflowCheck()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64A57FPLoadBalancing.cpp243 MachineInstr *getStart() const { return StartInst; } in getStart() function in __anonb29cac400211::Chain
253 MachineBasicBlock::iterator begin() const { return getStart(); } in begin()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DMemoryBuffer.cpp206 const char *getStart(uint64_t Len, uint64_t Offset) { in getStart() function in __anonad6648e60311::MemoryBufferMMapFile
216 const char *Start = getStart(Len, Offset); in MemoryBufferMMapFile()
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/
H A DPathDiagnostic.h382 const PathDiagnosticLocation &getStart() const { return Start; } in getStart() function
654 return LPairs[0].getStart(); in getStartLocation()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DCOFF_x86_64.cpp236 SectionStartCache[&Sec] = Range.getStart(); in getSectionStart()

12