| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Dominators.cpp | 217 const BasicBlock *Start = BBE.getStart(); in dominates() 268 PN->getIncomingBlock(U) == BBE.getStart()) in dominates() 352 if (BBE1.getStart() == BBE2.getStart() && BBE1.getEnd() == BBE2.getEnd()) in dominates() 354 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 | 351 SourceLocation getStart(const Stmt *S) { in getStart() function in __anon413222f00211::CoverageMappingBuilder 618 SourceLocation Start = getStart(Body); in VisitDecl() 1123 SourceLocation StartLoc = getStart(S); in propagateCounts() 1176 pushRegion(TrueCnt, getStart(C), getEnd(C), FalseCnt, BranchParams)); 1185 popRegions(pushRegion(DecisionParams, getStart(C), getEnd(C))); in createDecisionRegion() 1196 popRegions(pushRegion(TrueCnt, getStart(SC), SC->getColonLoc(), in createSwitchCaseRegion() 1305 SourceLocation StartLoc = getStart(S); in extendRegion() 1494 auto Gap = findGapAreaBetween(getEnd(LastStmt), getStart(Child)); in VisitStmt() 1523 SM.isInSystemHeader(SM.getSpellingLoc(getStart(Body)))) in VisitDecl() 1538 if (getStart(Init).isValid() && getEnd(Init).isValid()) in VisitDecl() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Dominators.h | 111 const BasicBlock *getStart() const { in getStart() function 137 return hash_combine(BBInfo::getHashValue(Edge.getStart()), 142 return BBInfo::isEqual(LHS.getStart(), RHS.getStart()) &&
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | MVETailPredication.cpp | 295 const SCEV *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 D | PerfSupportPlugin.cpp | 69 uint64_t EHFrameAddr = SectionRange(EHFrame).getStart().getValue(); in createX64EHFrameHeader() 193 Record.EHFrameHdrAddr = SR.getStart().getValue(); in getUnwindingRecord() 198 Record.EHFrameAddr = SR.getStart().getValue(); in getUnwindingRecord()
|
| H A D | DebuggerSupportPlugin.cpp | 253 NDSec.BuilderSec->addr = SR.getStart().getValue(); in completeSynthesisAndRegister() 255 NDSec.BuilderSec->offset = SR.getStart().getValue(); in completeSynthesisAndRegister()
|
| /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() 389 const char *getStart() const { in getStart() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | DependenceAnalysis.cpp | 1006 const SCEV *Start = AddRec->getStart(); in checkSubscript() 1156 if (SE->isKnownNonNegative(AddRec->getStart()) && in isKnownNonNegative() 2253 const SCEV *SrcConst = SrcAddRec->getStart(); in testSIV() 2254 const SCEV *DstConst = DstAddRec->getStart(); in testSIV() 2276 const SCEV *SrcConst = SrcAddRec->getStart(); in testSIV() 2286 const SCEV *DstConst = DstAddRec->getStart(); in testSIV() 2330 SrcConst = SrcAddRec->getStart(); in testRDIV() 2333 DstConst = DstAddRec->getStart(); in testRDIV() 2339 dyn_cast<SCEVAddRecExpr>(SrcAddRec->getStart())) { in testRDIV() 2340 SrcConst = tmpAddRec->getStart(); in testRDIV() [all …]
|
| H A D | IVUsers.cpp | 69 return isInteresting(AR->getStart(), I, L, SE, LI) && in isInteresting() 343 return findAddRecForLoop(AR->getStart(), L); in findAddRecForLoop()
|
| H A D | LoopCacheAnalysis.cpp | 90 const SCEV *Start = AR->getStart(); in isOneDimensionalArray() 439 AccessFn = SE.getAddRecExpr(AccessFnAR->getStart(), in delinearize() 541 const SCEV *Start = AR->getStart(); in isSimpleAddRecurrence()
|
| 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 | 1336 const SCEV *Start = AR->getStart(); in getPreStartForExtend() 1414 return (SE->*GetExtendExpr)(AR->getStart(), Ty, Depth); in getExtendAddRecStart() 1624 const SCEV *Start = AR->getStart(); in getZeroExtendExprImpl() 1997 const SCEV *Start = AR->getStart(); in getSignExtendExprImpl() 2884 LIOps.push_back(AddRec->getStart()); in getAddExpr() 3435 getAddRecExpr(getZeroExtendExpr(AR->getStart(), ExtTy), in getUDivExpr() 3446 const SCEVConstant *StartC = dyn_cast<SCEVConstant>(AR->getStart()); in getUDivExpr() 3449 getAddRecExpr(getZeroExtendExpr(AR->getStart(), ExtTy), in getUDivExpr() 3684 Operands[0] = NestedAR->getStart(); in getAddRecExpr() 4818 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 | 424 auto *Start = dyn_cast<SCEVConstant>(LatchCheck.IV->getStart()); in isSafeToTruncateWideIVType() 549 const SCEV *GuardStart = RangeCheck.IV->getStart(); in widenICmpRangeCheckIncrementingLoop() 551 const SCEV *LatchStart = LatchCheck.IV->getStart(); in widenICmpRangeCheckIncrementingLoop() 593 const SCEV *GuardStart = RangeCheck.IV->getStart(); in widenICmpRangeCheckDecrementingLoop() 595 const SCEV *LatchStart = LatchCheck.IV->getStart(); in widenICmpRangeCheckDecrementingLoop() 644 SE->isKnownPredicate(ICmpInst::ICMP_ULE, RC.IV->getStart(), RC.Limit)) in normalizePredicate()
|
| H A D | AlignmentFromAssumptions.cpp | 116 const SCEV *DiffStartSCEV = DiffARSCEV->getStart(); in getNewAlignment()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCLoopInstrFormPrep.cpp | 563 if (!SCEVE.isSafeToExpand(BasePtrSCEV->getStart())) in rewriteLoadStoresForCommoningChains() 683 BasePtrStartSCEV = SE->getMinusSCEV(BasePtrSCEV->getStart(), in rewriteForBase() 687 BasePtrStartSCEV = BasePtrSCEV->getStart(); in rewriteForBase() 1021 if (!SCEVE.isSafeToExpand(BasePtrSCEV->getStart())) in rewriteLoadStores() 1253 PHIBasePtrSCEV->getStart() == BasePtrStartSCEV) { in alreadyPrepared() 1259 SE->getMinusSCEV(PHIBasePtrSCEV->getStart(), BasePtrStartSCEV)); in alreadyPrepared() 1375 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 | 918 if (SE.getMinusSCEV(Requested->getStart(), Requested) == Phi) { in canBeCheaplyTransformed() 1067 expand(Normalized->getStart(), L->getLoopPreheader()->getTerminator()); in getAddRecExprPHILiterally() 1149 [[maybe_unused]] const SCEV *Start = Normalized->getStart(); in expandAddRecExprLiterally() 1220 Result = Builder.CreateSub(expand(Normalized->getStart()), Result); in expandAddRecExprLiterally() 1266 if (!S->getStart()->isZero()) { in visitAddRecExpr() 1282 const SCEV *AddExprLHS = SE.getUnknown(expand(S->getStart())); in visitAddRecExpr() 2098 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/Support/ |
| H A D | MemoryBuffer.cpp | 216 const char *getStart(uint64_t Len, uint64_t Offset) { in getStart() function in __anoned01d64f0311::MemoryBufferMMapFile 226 const char *Start = getStart(Len, Offset); in MemoryBufferMMapFile()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64A57FPLoadBalancing.cpp | 239 MachineInstr *getStart() const { return StartInst; } in getStart() function in __anon820378290211::Chain 249 MachineBasicBlock::iterator begin() const { return getStart(); } in begin()
|