Home
last modified time | relevance | path

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

123

/src/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()
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp353 SourceLocation getStart(const Stmt *S) { in getStart() function in __anon015dba650211::CoverageMappingBuilder
620 SourceLocation Start = getStart(Body); in VisitDecl()
1085 SourceLocation StartLoc = getStart(S); in propagateCounts()
1137 popRegions(pushRegion(Counter::getZero(), getStart(C), getEnd(C),
1141 popRegions(pushRegion(TrueCnt, getStart(C), getEnd(C), FalseCnt,
1151 popRegions(pushRegion(DecisionParams, getStart(C), getEnd(C))); in createDecisionRegion()
1161 popRegions(pushRegion(TrueCnt, getStart(SC), SC->getColonLoc(), FalseCnt)); in createSwitchCaseRegion()
1268 SourceLocation StartLoc = getStart(S); in extendRegion()
1457 auto Gap = findGapAreaBetween(getEnd(LastStmt), getStart(Child)); in VisitStmt()
1478 SM.isInSystemHeader(SM.getSpellingLoc(getStart(Body)))) in VisitDecl()
[all …]
/src/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
/src/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()) &&
/src/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()
/src/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()
/src/contrib/llvm-project/clang/include/clang/AST/
H A DFormatString.h93 const char *getStart() const { in getStart() function
212 const char *getStart() const { in getStart() function
217 return StringRef(getStart(), getLength()); in getCharacters()
388 const char *getStart() const { in getStart() function
/src/contrib/llvm-project/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()
433 AccessFn = SE.getAddRecExpr(AccessFnAR->getStart(), in delinearize()
535 const SCEV *Start = AR->getStart(); in isSimpleAddRecurrence()
H A DLoads.cpp306 assert(SE.isLoopInvariant(AddRec->getStart(), L) && in isDereferenceableAndAlignedInLoop()
309 if (auto *StartS = dyn_cast<SCEVUnknown>(AddRec->getStart())) { in isDereferenceableAndAlignedInLoop()
311 } else if (auto *StartS = dyn_cast<SCEVAddExpr>(AddRec->getStart())) { in isDereferenceableAndAlignedInLoop()
H A DScalarEvolutionAliasAnalysis.cpp131 return GetBaseValue(AR->getStart()); in GetBaseValue()
H A DScalarEvolutionDivision.cpp137 divide(SE, Numerator->getStart(), Denominator, &StartQ, &StartR); in visitAddRecExpr()
/src/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()
/src/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()
/src/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()
1030 if (!SCEVE.isSafeToExpand(BasePtrSCEV->getStart())) in rewriteLoadStores()
1262 PHIBasePtrSCEV->getStart() == BasePtrStartSCEV) { in alreadyPrepared()
1268 SE->getMinusSCEV(PHIBasePtrSCEV->getStart(), BasePtrStartSCEV)); in alreadyPrepared()
1384 const SCEV *Start = ARSCEV->getStart(); in runOnLoop()
/src/contrib/llvm-project/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()
/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp894 if (SE.getMinusSCEV(Requested->getStart(), Requested) == Phi) { in canBeCheaplyTransformed()
1043 expand(Normalized->getStart(), L->getLoopPreheader()->getTerminator()); in getAddRecExprPHILiterally()
1125 [[maybe_unused]] const SCEV *Start = Normalized->getStart(); in expandAddRecExprLiterally()
1196 Result = Builder.CreateSub(expand(Normalized->getStart()), Result); in expandAddRecExprLiterally()
1242 if (!S->getStart()->isZero()) { in visitAddRecExpr()
1257 const SCEV *AddExprLHS = SE.getUnknown(expand(S->getStart())); in visitAddRecExpr()
2097 const SCEV *Start = AR->getStart(); in generateOverflowCheck()
H A DLoopConstrainer.cpp207 const SCEV *ExtendedStart = SE.getSignExtendExpr(AR->getStart(), WideTy); in parseLoopStructure()
211 bool NoSignedWrap = ExtendAfterOp->getStart() == ExtendedStart && in parseLoopStructure()
249 const SCEV *StartNext = IndVarBase->getStart(); in parseLoopStructure()
/src/contrib/llvm-project/llvm/lib/Support/
H A DMemoryBuffer.cpp219 const char *getStart(uint64_t Len, uint64_t Offset) { in getStart() function in __anon53ba17640311::MemoryBufferMMapFile
229 const char *Start = getStart(Len, Offset); in MemoryBufferMMapFile()
/src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64A57FPLoadBalancing.cpp242 MachineInstr *getStart() const { return StartInst; } in getStart() function in __anone666c5be0211::Chain
252 MachineBasicBlock::iterator begin() const { return getStart(); } in begin()

123