Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCSchedule.cpp43 for (unsigned DefIdx = 0, DefEnd = SCDesc.NumWriteLatencyEntries; in computeInstrLatency() local
44 DefIdx != DefEnd; ++DefIdx) { in computeInstrLatency()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCDisassembler/
DDisassembler.cpp217 for (unsigned DefIdx = 0, DefEnd = SCDesc->NumWriteLatencyEntries; in getLatency() local
218 DefIdx != DefEnd; ++DefIdx) { in getLatency()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFileCheck.cpp266 size_t DefEnd = Expr.find(':'); in parseNumericSubstitutionBlock() local
267 if (DefEnd != StringRef::npos) { in parseNumericSubstitutionBlock()
268 DefExpr = Expr.substr(0, DefEnd); in parseNumericSubstitutionBlock()
269 Expr = Expr.substr(DefEnd + 1); in parseNumericSubstitutionBlock()
296 if (DefEnd != StringRef::npos) { in parseNumericSubstitutionBlock()