Home
last modified time | relevance | path

Searched refs:InputStr (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
DFloatingPointMode.h177 StringRef OutputStr, InputStr; in parseDenormalFPAttribute() local
178 std::tie(OutputStr, InputStr) = Str.split(','); in parseDenormalFPAttribute()
185 Mode.Input = InputStr.empty() ? Mode.Output : in parseDenormalFPAttribute()
186 parseDenormalFPAttributeComponent(InputStr); in parseDenormalFPAttribute()
/external/llvm/lib/ProfileData/
DInstrProf.cpp253 auto WriteStringToResult = [&](size_t CompressedLen, StringRef InputStr) { in collectPGOFuncNameStrings() argument
259 Result += InputStr; in collectPGOFuncNameStrings()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProf.cpp393 auto WriteStringToResult = [&](size_t CompressedLen, StringRef InputStr) { in collectPGOFuncNameStrings() argument
399 Result += InputStr; in collectPGOFuncNameStrings()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ProfileData/
DInstrProf.cpp453 auto WriteStringToResult = [&](size_t CompressedLen, StringRef InputStr) { in collectPGOFuncNameStrings() argument
459 Result += InputStr; in collectPGOFuncNameStrings()