Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp303 SourceLocation getStart(const Stmt *S) { in getStart() function in __anon7eae5ab80211::CoverageMappingBuilder
542 SourceLocation Start = getStart(Body); in VisitDecl()
1005 SourceLocation StartLoc = getStart(S); in propagateCounts()
1189 SourceLocation StartLoc = getStart(S); in extendRegion()
1402 SM.isInSystemHeader(SM.getSpellingLoc(getStart(Body)))) in VisitDecl()
1458 SourceLocation Start = getStart(S); in VisitLabelStmt()
1730 MostRecentLocation = getStart(S); in VisitSwitchStmt()
1772 pushRegion(Count, getStart(S)); in VisitSwitchCase()
1799 markSkipped(S->getIfLoc(), getStart(Then)); in coverIfConsteval()
1835 const auto start = getStart(Init); in coverIfConstexpr()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDominators.cpp204 const BasicBlock *Start = BBE.getStart(); in dominates()
255 PN->getIncomingBlock(U) == BBE.getStart()) in dominates()
339 if (BBE1.getStart() == BBE2.getStart() && BBE1.getEnd() == BBE2.getEnd()) in dominates()
341 return dominates(BBE1, BBE2.getStart()); in dominates()
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.cpp246 Best->getStart().getMemoryLocation() > in upperBound()
247 Ranges[I].getStart().getMemoryLocation())) in upperBound()
271 Min = __sanitizer::Min(Ranges[I].getStart().getMemoryLocation(), Min); in PrintMemorySnippet()
303 if (InRange && InRange->getStart().getMemoryLocation() < P) in PrintMemorySnippet()
305 if (InRange && InRange->getStart().getMemoryLocation() <= P) in PrintMemorySnippet()
326 if (InRange && InRange->getStart().getMemoryLocation() == P) { in PrintMemorySnippet()
H A Dubsan_diag.h90 Location getStart() const { return Start; } in getStart() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDominators.h108 const BasicBlock *getStart() const { in getStart() function
134 return hash_combine(BBInfo::getHashValue(Edge.getStart()),
139 return BBInfo::isEqual(LHS.getStart(), RHS.getStart()) &&
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVETailPredication.cpp296 auto *Start = AddExpr->getStart(); in IsSafeActiveMask()
350 if (auto *BaseC = dyn_cast<SCEVConstant>(AddExpr->getStart())) { in IsSafeActiveMask()
353 } else if (auto *BaseV = dyn_cast<SCEVUnknown>(AddExpr->getStart())) { in IsSafeActiveMask()
360 } else if (auto *BaseMul = dyn_cast<SCEVMulExpr>(AddExpr->getStart())) { in IsSafeActiveMask()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DPerfSupportPlugin.cpp70 uint64_t EHFrameAddr = SectionRange(EHFrame).getStart().getValue(); in createX64EHFrameHeader()
194 Record.EHFrameHdrAddr = SR.getStart().getValue(); in getUnwindingRecord()
199 Record.EHFrameAddr = SR.getStart().getValue(); in getUnwindingRecord()
H A DDebuggerSupportPlugin.cpp247 NDSec.BuilderSec->addr = SR.getStart().getValue(); in completeSynthesisAndRegister()
249 NDSec.BuilderSec->offset = SR.getStart().getValue(); in completeSynthesisAndRegister()
/freebsd/contrib/llvm-project/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()
375 const char *getStart() const { in getStart() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2311 SrcConst = SrcAddRec->getStart(); in testRDIV()
2314 DstConst = DstAddRec->getStart(); in testRDIV()
2321 SrcConst = tmpAddRec->getStart(); in testRDIV()
2424 Coefficients = AddRec->getStart(); in gcdMIVtest()
2443 Coefficients = AddRec->getStart(); in gcdMIVtest()
2505 Coefficients = AddRec->getStart(); in gcdMIVtest()
2525 Inner = AddRec->getStart(); in gcdMIVtest()
2542 Inner = AddRec->getStart(); in gcdMIVtest()
3016 Subscript = AddRec->getStart(); in collectCoeffInfo()
3103 return AddRec->getStart(); in zeroCoefficient()
[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 DLoads.cpp304 assert(SE.isLoopInvariant(AddRec->getStart(), L) && in isDereferenceableAndAlignedInLoop()
307 if (auto *StartS = dyn_cast<SCEVUnknown>(AddRec->getStart())) { in isDereferenceableAndAlignedInLoop()
309 } else if (auto *StartS = dyn_cast<SCEVAddExpr>(AddRec->getStart())) { in isDereferenceableAndAlignedInLoop()
H A DScalarEvolutionAliasAnalysis.cpp118 return GetBaseValue(AR->getStart()); in GetBaseValue()
H A DScalarEvolutionDivision.cpp137 divide(SE, Numerator->getStart(), Denominator, &StartQ, &StartR); in visitAddRecExpr()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.cpp371 if (ev1->getStart() < ev2->getStart()) in compare_two_events()
373 else if (ev1->getStart() > ev2->getStart()) in compare_two_events()
675 static_cast<unsigned long long>(ev.getStart()), in printEvents()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp425 auto *Start = dyn_cast<SCEVConstant>(LatchCheck.IV->getStart()); in isSafeToTruncateWideIVType()
550 const SCEV *GuardStart = RangeCheck.IV->getStart(); in widenICmpRangeCheckIncrementingLoop()
552 const SCEV *LatchStart = LatchCheck.IV->getStart(); in widenICmpRangeCheckIncrementingLoop()
594 const SCEV *GuardStart = RangeCheck.IV->getStart(); in widenICmpRangeCheckDecrementingLoop()
596 const SCEV *LatchStart = LatchCheck.IV->getStart(); in widenICmpRangeCheckDecrementingLoop()
645 SE->isKnownPredicate(ICmpInst::ICMP_ULE, RC.IV->getStart(), RC.Limit)) in normalizePredicate()
H A DAlignmentFromAssumptions.cpp116 const SCEV *DiffStartSCEV = DiffARSCEV->getStart(); in getNewAlignment()
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/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()
1257 PHIBasePtrSCEV->getStart() == BasePtrStartSCEV) { in alreadyPrepared()
1263 SE->getMinusSCEV(PHIBasePtrSCEV->getStart(), BasePtrStartSCEV)); in alreadyPrepared()
1379 const SCEV *Start = ARSCEV->getStart(); in runOnLoop()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp834 if (SE.getMinusSCEV(Requested->getStart(), Requested) == Phi) { in canBeCheaplyTransformed()
983 expand(Normalized->getStart(), L->getLoopPreheader()->getTerminator()); in getAddRecExprPHILiterally()
1068 [[maybe_unused]] const SCEV *Start = Normalized->getStart(); in expandAddRecExprLiterally()
1139 Result = Builder.CreateSub(expand(Normalized->getStart()), Result); in expandAddRecExprLiterally()
1185 if (!S->getStart()->isZero()) { in visitAddRecExpr()
1200 const SCEV *AddExprLHS = SE.getUnknown(expand(S->getStart())); in visitAddRecExpr()
1999 const SCEV *Start = AR->getStart(); in generateOverflowCheck()
H A DLoopConstrainer.cpp201 const SCEV *ExtendedStart = SE.getSignExtendExpr(AR->getStart(), WideTy); in parseLoopStructure()
205 bool NoSignedWrap = ExtendAfterOp->getStart() == ExtendedStart && in parseLoopStructure()
243 const SCEV *StartNext = IndVarBase->getStart(); in parseLoopStructure()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DMemoryBuffer.cpp211 const char *getStart(uint64_t Len, uint64_t Offset) { in getStart() function in __anond064bf170311::MemoryBufferMMapFile
221 const char *Start = getStart(Len, Offset); in MemoryBufferMMapFile()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64A57FPLoadBalancing.cpp242 MachineInstr *getStart() const { return StartInst; } in getStart() function in __anondf8e14f10211::Chain
252 MachineBasicBlock::iterator begin() const { return getStart(); } in begin()

123