| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CoverageMappingGen.cpp | 270 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 D | Dominators.cpp | 204 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 D | ubsan_diag.cc | 231 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 D | ubsan_diag.h | 109 Location getStart() const { return Start; } in getStart() function
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/ubsan/ |
| H A D | ubsan_diag.cc | 233 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 D | ubsan_diag.h | 111 Location getStart() const { return Start; } in getStart() function
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/ubsan/ |
| H A D | ubsan_diag.cpp | 240 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 D | ubsan_diag.h | 110 Location getStart() const { return Start; } in getStart() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | Dominators.h | 97 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 D | FormatString.h | 92 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 D | DependenceAnalysis.cpp | 894 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 D | LoopCacheAnalysis.cpp | 89 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 D | IVUsers.cpp | 73 return isInteresting(AR->getStart(), I, L, SE, LI) && in isInteresting() 399 return findAddRecForLoop(AR->getStart(), L); in findAddRecForLoop()
|
| H A D | ScalarEvolutionAliasAnalysis.cpp | 107 return GetBaseValue(AR->getStart()); in GetBaseValue()
|
| H A D | ScalarEvolution.cpp | 1028 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 D | ScalarEvolutionDivision.cpp | 135 divide(SE, Numerator->getStart(), Denominator, &StartQ, &StartR); in visitAddRecExpr()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCLoopInstrFormPrep.cpp | 515 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 D | LoopPredication.cpp | 449 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 D | InductiveRangeCheckElimination.cpp | 403 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 D | FormatStringParsing.h | 83 const char *getStart() const { return Start; } in getStart() function
|
| H A D | ScanfFormatString.cpp | 560 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 D | ScalarEvolutionExpander.cpp | 344 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 D | MachOPlatform.cpp | 297 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 D | MemoryBuffer.cpp | 196 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 D | AArch64A57FPLoadBalancing.cpp | 243 MachineInstr *getStart() const { return StartInst; } in getStart() function in __anon057f01740211::Chain 253 MachineBasicBlock::iterator begin() const { return getStart(); } in begin()
|