/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Dominators.cpp | 204 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 D | ubsan_diag.cpp | 246 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 D | ubsan_diag.h | 90 Location getStart() const { return Start; } in getSymbolizedStack() 110 Location getStart() const { return Start; } getStart() function
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CoverageMappingGen.cpp | 353 SourceLocation getStart(const Stmt *S) { in getStart() function in __anon413222f00211::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 …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Dominators.h | 108 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 D | MVETailPredication.cpp | 296 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/clang/include/clang/AST/ |
H A D | FormatString.h | 93 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
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | DependenceAnalysis.cpp | 979 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 D | IVUsers.cpp | 69 return isInteresting(AR->getStart(), I, L, SE, LI) && in isInteresting() 345 return findAddRecForLoop(AR->getStart(), L); in findAddRecForLoop()
|
H A D | LoopCacheAnalysis.cpp | 90 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 D | Loads.cpp | 306 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 D | ScalarEvolutionAliasAnalysis.cpp | 131 return GetBaseValue(AR->getStart()); in GetBaseValue()
|
H A D | ScalarEvolutionDivision.cpp | 137 divide(SE, Numerator->getStart(), Denominator, &StartQ, &StartR); in visitAddRecExpr()
|
H A D | ScalarEvolution.cpp | 1330 const SCEV *Start = AR->getStart(); in getPreStartForExtend() 1408 return (SE->*GetExtendExpr)(AR->getStart(), Ty, Depth); in getExtendAddRecStart() 1620 const SCEV *Start = AR->getStart(); in getZeroExtendExprImpl() 1994 const SCEV *Start = AR->getStart(); in getSignExtendExprImpl() 2896 LIOps.push_back(AddRec->getStart()); in getAddExpr() 3469 getAddRecExpr(getZeroExtendExpr(AR->getStart(), ExtTy), in getUDivExpr() 3480 const SCEVConstant *StartC = dyn_cast<SCEVConstant>(AR->getStart()); in getUDivExpr() 3483 getAddRecExpr(getZeroExtendExpr(AR->getStart(), ExtTy), in getUDivExpr() 3702 Operands[0] = NestedAR->getStart(); in getAddRecExpr() 4852 V = AddRec->getStart(); in getPointerBase() [all …]
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_stats.cpp | 371 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 D | LoopPredication.cpp | 425 auto *Start = dyn_cast<SCEVConstant>(LatchCheck.IV->getStart()); in expandCheck() 550 const SCEV *GuardStart = RangeCheck.IV->getStart(); in isLoopInvariantValue() 552 const SCEV *LatchStart = LatchCheck.IV->getStart(); in isLoopInvariantValue() 594 const SCEV *GuardStart = RangeCheck.IV->getStart(); in widenICmpRangeCheckIncrementingLoop() 596 const SCEV *LatchStart = LatchCheck.IV->getStart(); in widenICmpRangeCheckIncrementingLoop() 645 SE->isKnownPredicate(ICmpInst::ICMP_ULE, RC.IV->getStart(), RC.Limit)) in widenICmpRangeCheckDecrementingLoop()
|
H A D | AlignmentFromAssumptions.cpp | 116 const SCEV *DiffStartSCEV = DiffARSCEV->getStart(); in getNewAlignment()
|
H A D | InductiveRangeCheckElimination.cpp | 519 IRC.Begin = IndexAddRec->getStart(); in extractRangeChecksFromCond() 688 const SCEV *A = NoopOrExtend(IndVar->getStart(), RCType, SE, IsLatchSigned);
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCLoopInstrFormPrep.cpp | 572 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()
|
/freebsd/contrib/llvm-project/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()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | ScalarEvolutionExpander.cpp | 894 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 D | LoopConstrainer.cpp | 207 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()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64A57FPLoadBalancing.cpp | 242 MachineInstr *getStart() const { return StartInst; } 252 MachineBasicBlock::iterator begin() const { return getStart(); } in end() 243 MachineInstr *getStart() const { return StartInst; } getStart() function in __anon820378290211::Chain
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | MemoryBuffer.cpp | 219 const char *getStart(uint64_t Len, uint64_t Offset) { in getStart() function in __anoned01d64f0311::MemoryBufferMMapFile 229 const char *Start = getStart(Len, Offset); in MemoryBufferMMapFile()
|