Home
last modified time | relevance | path

Searched refs:DefEnd (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSchedule.cpp46 for (unsigned DefIdx = 0, DefEnd = SCDesc.NumWriteLatencyEntries; in computeInstrLatency() local
47 DefIdx != DefEnd; ++DefIdx) { in computeInstrLatency()
191 unsigned DefEnd = SCDesc.NumWriteLatencyEntries; in getBypassDelayCycles() local
193 for (unsigned DefIdx = 0; DefIdx != DefEnd; ++DefIdx) { in getBypassDelayCycles()
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp728 size_t DefEnd = Expr.find(':'); in parseNumericSubstitutionBlock() local
729 if (DefEnd != StringRef::npos) { in parseNumericSubstitutionBlock()
730 DefExpr = Expr.substr(0, DefEnd); in parseNumericSubstitutionBlock()
731 Expr = Expr.substr(DefEnd + 1); in parseNumericSubstitutionBlock()
788 if (DefEnd != StringRef::npos) { in parseNumericSubstitutionBlock()