Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSchedule.cpp45 for (unsigned DefIdx = 0, DefEnd = SCDesc.NumWriteLatencyEntries; in computeInstrLatency() local
46 DefIdx != DefEnd; ++DefIdx) { in computeInstrLatency()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp218 for (unsigned DefIdx = 0, DefEnd = SCDesc->NumWriteLatencyEntries; in getLatency()
219 DefIdx != DefEnd; ++DefIdx) { in getLatency()
217 for (unsigned DefIdx = 0, DefEnd = SCDesc->NumWriteLatencyEntries; getLatency() local
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp691 size_t DefEnd = Expr.find(':'); in parseNumericSubstitutionBlock() local
692 if (DefEnd != StringRef::npos) { in parseNumericSubstitutionBlock()
693 DefExpr = Expr.substr(0, DefEnd); in parseNumericSubstitutionBlock()
694 Expr = Expr.substr(DefEnd + 1); in parseNumericSubstitutionBlock()
751 if (DefEnd != StringRef::npos) { in parseNumericSubstitutionBlock()