Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCSchedule.cpp43 for (unsigned DefIdx = 0, DefEnd = SCDesc.NumWriteLatencyEntries; in computeInstrLatency() local
44 DefIdx != DefEnd; ++DefIdx) { in computeInstrLatency()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp218 for (unsigned DefIdx = 0, DefEnd = SCDesc->NumWriteLatencyEntries; in getLatency() local
219 DefIdx != DefEnd; ++DefIdx) { in getLatency()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/FileCheck/
H A DFileCheck.cpp841 size_t DefEnd = Expr.find(':'); in parseNumericSubstitutionBlock() local
842 if (DefEnd != StringRef::npos) { in parseNumericSubstitutionBlock()
843 DefExpr = Expr.substr(0, DefEnd); in parseNumericSubstitutionBlock()
844 Expr = Expr.substr(DefEnd + 1); in parseNumericSubstitutionBlock()
903 if (DefEnd != StringRef::npos) { in parseNumericSubstitutionBlock()