Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp270 SourceLocation getStart(const Stmt *S) { in getStart() function in __anon8c3eb65b0211::CoverageMappingBuilder
490 SourceLocation Start = getStart(Body); in VisitDecl()
689 SourceLocation StartLoc = getStart(S); in propagateCounts()
732 popRegions(pushRegion(Counter::getZero(), getStart(C), getEnd(C), in createBranchRegion()
736 popRegions(pushRegion(TrueCnt, getStart(C), getEnd(C), FalseCnt)); in createBranchRegion()
747 popRegions(pushRegion(TrueCnt, getStart(SC), SC->getColonLoc(), FalseCnt)); in createSwitchCaseRegion()
855 SourceLocation StartLoc = getStart(S); in extendRegion()
975 auto Gap = findGapAreaBetween(getEnd(LastStmt), getStart(Child)); in VisitStmt()
994 if (Body && SM.isInSystemHeader(SM.getSpellingLoc(getStart(Body)))) in VisitDecl()
1040 SourceLocation Start = getStart(S); in VisitLabelStmt()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDominators.cpp204 const BasicBlock *Start = BBE.getStart(); in dominates()
255 PN->getIncomingBlock(U) == BBE.getStart()) in dominates()
346 if (BBE1.getStart() == BBE2.getStart() && BBE1.getEnd() == BBE2.getEnd()) in dominates()
348 return dominates(BBE1, BBE2.getStart()); in dominates()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
H A Dubsan_diag.cc231 Best->getStart().getMemoryLocation() > in upperBound()
232 Ranges[I].getStart().getMemoryLocation())) in upperBound()
256 Min = __sanitizer::Min(Ranges[I].getStart().getMemoryLocation(), Min); in PrintMemorySnippet()
288 if (InRange && InRange->getStart().getMemoryLocation() < P) in PrintMemorySnippet()
290 if (InRange && InRange->getStart().getMemoryLocation() <= P) in PrintMemorySnippet()
311 if (InRange && InRange->getStart().getMemoryLocation() == P) { in PrintMemorySnippet()
H A Dubsan_diag.h109 Location getStart() const { return Start; } in getStart() function
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
H A Dubsan_diag.cc233 Best->getStart().getMemoryLocation() > in upperBound()
234 Ranges[I].getStart().getMemoryLocation())) in upperBound()
258 Min = __sanitizer::Min(Ranges[I].getStart().getMemoryLocation(), Min); in PrintMemorySnippet()
290 if (InRange && InRange->getStart().getMemoryLocation() < P) in PrintMemorySnippet()
292 if (InRange && InRange->getStart().getMemoryLocation() <= P) in PrintMemorySnippet()
313 if (InRange && InRange->getStart().getMemoryLocation() == P) { in PrintMemorySnippet()
H A Dubsan_diag.h111 Location getStart() const { return Start; } in getStart() function
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/ubsan/
H A Dubsan_diag.cpp240 Best->getStart().getMemoryLocation() > in upperBound()
241 Ranges[I].getStart().getMemoryLocation())) in upperBound()
265 Min = __sanitizer::Min(Ranges[I].getStart().getMemoryLocation(), Min); in PrintMemorySnippet()
297 if (InRange && InRange->getStart().getMemoryLocation() < P) in PrintMemorySnippet()
299 if (InRange && InRange->getStart().getMemoryLocation() <= P) in PrintMemorySnippet()
320 if (InRange && InRange->getStart().getMemoryLocation() == P) { in PrintMemorySnippet()
H A Dubsan_diag.h110 Location getStart() const { return Start; } in getStart() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDominators.h97 const BasicBlock *getStart() const { in getStart() function
123 return hash_combine(BBInfo::getHashValue(Edge.getStart()),
128 return BBInfo::isEqual(LHS.getStart(), RHS.getStart()) &&
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DFormatString.h92 const char *getStart() const { in getStart() function
199 const char *getStart() const { in getStart() function
204 return StringRef(getStart(), getLength()); in getCharacters()
364 const char *getStart() const { in getStart() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp894 const SCEV *Start = AddRec->getStart(); in checkSubscript()
1052 if (SE->isKnownNonNegative(AddRec->getStart()) && in isKnownNonNegative()
2149 const SCEV *SrcConst = SrcAddRec->getStart(); in testSIV()
2150 const SCEV *DstConst = DstAddRec->getStart(); in testSIV()
2172 const SCEV *SrcConst = SrcAddRec->getStart(); in testSIV()
2182 const SCEV *DstConst = DstAddRec->getStart(); in testSIV()
2226 SrcConst = SrcAddRec->getStart(); in testRDIV()
2229 DstConst = DstAddRec->getStart(); in testRDIV()
2235 dyn_cast<SCEVAddRecExpr>(SrcAddRec->getStart())) { in testRDIV()
2236 SrcConst = tmpAddRec->getStart(); in testRDIV()
[all …]
H A DLoopCacheAnalysis.cpp89 const SCEV *Start = AR->getStart(); in isOneDimensionalArray()
373 AccessFn = SE.getAddRecExpr(AccessFnAR->getStart(), in delinearize()
454 const SCEV *Start = AR->getStart(); in isSimpleAddRecurrence()
H A DIVUsers.cpp73 return isInteresting(AR->getStart(), I, L, SE, LI) && in isInteresting()
399 return findAddRecForLoop(AR->getStart(), L); in findAddRecForLoop()
H A DScalarEvolutionAliasAnalysis.cpp107 return GetBaseValue(AR->getStart()); in GetBaseValue()
H A DScalarEvolution.cpp1028 const SCEV *Result = getStart(); in evaluateAtIteration()
1371 const SCEV *Start = AR->getStart(); in getPreStartForExtend()
1446 return (SE->*GetExtendExpr)(AR->getStart(), Ty, Depth); in getExtendAddRecStart()
1617 const SCEV *Start = AR->getStart(); in getZeroExtendExpr()
1957 const SCEV *Start = AR->getStart(); in getSignExtendExpr()
2633 LIOps.push_back(AddRec->getStart()); in getAddExpr()
3163 getAddRecExpr(getZeroExtendExpr(AR->getStart(), ExtTy), in getUDivExpr()
3174 const SCEVConstant *StartC = dyn_cast<SCEVConstant>(AR->getStart()); in getUDivExpr()
3177 getAddRecExpr(getZeroExtendExpr(AR->getStart(), ExtTy), in getUDivExpr()
3398 Operands[0] = NestedAR->getStart(); in getAddRecExpr()
[all …]
H A DScalarEvolutionDivision.cpp135 divide(SE, Numerator->getStart(), Denominator, &StartQ, &StartR); in visitAddRecExpr()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp515 if (!SE->isLoopInvariant(BasePtrSCEV->getStart(), L)) in rewriteLoadStores()
531 SE->getMinusSCEV(BasePtrSCEV->getStart(), BasePtrIncSCEV); in rewriteLoadStores()
533 BasePtrStartSCEV = BasePtrSCEV->getStart(); in rewriteLoadStores()
777 PHIBasePtrSCEV->getStart() == BasePtrStartSCEV) { in alreadyPrepared()
783 SE->getMinusSCEV(PHIBasePtrSCEV->getStart(), BasePtrStartSCEV)); in alreadyPrepared()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp449 auto *Start = dyn_cast<SCEVConstant>(LatchCheck.IV->getStart()); in isSafeToTruncateWideIVType()
573 const SCEV *GuardStart = RangeCheck.IV->getStart(); in widenICmpRangeCheckIncrementingLoop()
575 const SCEV *LatchStart = LatchCheck.IV->getStart(); in widenICmpRangeCheckIncrementingLoop()
616 const SCEV *GuardStart = RangeCheck.IV->getStart(); in widenICmpRangeCheckDecrementingLoop()
618 const SCEV *LatchStart = LatchCheck.IV->getStart(); in widenICmpRangeCheckDecrementingLoop()
666 SE->isKnownPredicate(ICmpInst::ICMP_ULE, RC.IV->getStart(), RC.Limit)) in normalizePredicate()
H A DInductiveRangeCheckElimination.cpp403 IRC.Begin = IndexAddRec->getStart(); in extractRangeChecksFromCond()
831 const SCEV *ExtendedStart = SE.getSignExtendExpr(AR->getStart(), WideTy); in parseLoopStructure()
835 bool NoSignedWrap = ExtendAfterOp->getStart() == ExtendedStart && in parseLoopStructure()
869 const SCEV *StartNext = IndVarBase->getStart(); in parseLoopStructure()
1614 const SCEV *A = NoopOrExtend(IndVar->getStart(), RCType, SE, IsLatchSigned); in computeSafeIterationSpace()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DFormatStringParsing.h83 const char *getStart() const { return Start; } in getStart() function
H A DScanfFormatString.cpp560 if (!H.HandleScanfSpecifier(FSR.getValue(), FSR.getStart(), in ParseScanfString()
561 I - FSR.getStart())) { in ParseScanfString()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp344 const SCEV *Start = A->getStart(); in FactorOutConstant()
395 const SCEV *Start = A->getStart(); in SplitAddRecs()
922 Base = A->getStart(); in ExposePointerBase()
1158 if (SE.getAddExpr(Requested->getStart(), in canBeCheaplyTransformed()
1317 expandCodeForImpl(Normalized->getStart(), ExpandTy, in getAddRecExprPHILiterally()
1404 const SCEV *Start = Normalized->getStart(); in expandAddRecExprLiterally()
1514 expandCodeForImpl(Normalized->getStart(), TruncTy, false), Result); in expandAddRecExprLiterally()
1585 if (!S->getStart()->isZero()) { in visitAddRecExpr()
1593 const SCEV *Base = S->getStart(); in visitAddRecExpr()
1613 const SCEV *AddExprLHS = SE.getUnknown(expand(S->getStart())); in visitAddRecExpr()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp297 R.getStart(), R.getSize() / G.getPointerSize()); in getSectionExtent()
335 if (auto Addr = jitlink::SectionRange(*ObjCImageInfoSec).getStart()) in modifyPassConfig()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DMemoryBuffer.cpp196 const char *getStart(uint64_t Len, uint64_t Offset) { in getStart() function in __anon865e3c1a0311::MemoryBufferMMapFile
206 const char *Start = getStart(Len, Offset); in MemoryBufferMMapFile()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64A57FPLoadBalancing.cpp243 MachineInstr *getStart() const { return StartInst; } in getStart() function in __anon057f01740211::Chain
253 MachineBasicBlock::iterator begin() const { return getStart(); } in begin()

12