/external/swiftshader/third_party/LLVM/lib/Support/ |
D | Triple.cpp | 192 Triple::ArchType Triple::getArchTypeForDarwinArchName(StringRef Str) { in getArchTypeForDarwinArchName() 242 StringRef Str = getArchName(); in getArchNameForAssembler() local 417 std::string Triple::normalize(StringRef Str) { in normalize() 579 static unsigned EatNumber(StringRef &Str) { in EatNumber() 621 void Triple::setTriple(const Twine &Str) { in setTriple() 642 void Triple::setArchName(StringRef Str) { in setArchName() 653 void Triple::setVendorName(StringRef Str) { in setVendorName() 657 void Triple::setOSName(StringRef Str) { in setOSName() 665 void Triple::setEnvironmentName(StringRef Str) { in setEnvironmentName() 670 void Triple::setOSAndEnvironmentName(StringRef Str) { in setOSAndEnvironmentName()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceInstX86BaseImpl.h | 404 Ostream &Str = Func->getContext()->getStrDump(); in dump() local 413 Ostream &Str = Func->getContext()->getStrDump(); in dump() local 429 Ostream &Str = Func->getContext()->getStrEmit(); in emit() local 450 Ostream &Str = Func->getContext()->getStrDump(); in dump() local 459 Ostream &Str = Func->getContext()->getStrEmit(); in emit() local 476 Ostream &Str = Func->getContext()->getStrDump(); in dump() local 484 Ostream &Str = Func->getContext()->getStrEmit(); in emit() local 538 Ostream &Str = Func->getContext()->getStrDump(); in dump() local 567 Ostream &Str = Func->getContext()->getStrEmit(); in emit() local 620 Ostream &Str = Func->getContext()->getStrDump(); in dump() local [all …]
|
D | IceInst.cpp | 648 Ostream &Str = Func->getContext()->getStrDump(); in dumpDecorated() local 669 Ostream &Str = Func->getContext()->getStrDump(); in dump() local 678 Ostream &Str = Func->getContext()->getStrDump(); in dumpExtras() local 701 Ostream &Str = Func->getContext()->getStrDump(); in dumpSources() local 712 Ostream &Str = Func->getContext()->getStrEmit(); in emitSources() local 730 Ostream &Str = Func->getContext()->getStrDump(); in dump() local 741 Ostream &Str = Func->getContext()->getStrDump(); in dump() local 750 Ostream &Str = Func->getContext()->getStrDump(); in dump() local 759 Ostream &Str = Func->getContext()->getStrDump(); in dump() local 773 Ostream &Str = Func->getContext()->getStrDump(); in dump() local [all …]
|
D | IceELFSection.cpp | 27 void ELFTextSection::appendData(ELFStreamer &Str, in appendData() 35 void ELFDataSection::appendData(ELFStreamer &Str, in appendData() 41 void ELFDataSection::appendZeros(ELFStreamer &Str, SizeT NumBytes) { in appendZeros() 46 void ELFDataSection::appendRelocationOffset(ELFStreamer &Str, bool IsRela, in appendRelocationOffset() 58 void ELFDataSection::padToAlignment(ELFStreamer &Str, Elf64_Xword Align) { in padToAlignment() 177 void ELFSymbolTableSection::writeData(ELFStreamer &Str, bool IsELF64) { in writeData() 189 void ELFStringTableSection::add(const std::string &Str) { in add()
|
D | IceInstARM32.cpp | 111 void InstARM32Pred::dumpOpcodePred(Ostream &Str, const char *Opcode, in dumpOpcodePred() 165 Ostream &Str = Func->getContext()->getStrEmit(); in emitUnaryopGPR() local 179 Ostream &Str = Func->getContext()->getStrEmit(); in emitUnaryopFP() local 204 Ostream &Str = Func->getContext()->getStrEmit(); in emitTwoAddr() local 219 Ostream &Str = Func->getContext()->getStrEmit(); in emitThreeAddr() local 235 Ostream &Str = Func->getContext()->getStrEmit(); in emitThreeAddrFP() local 249 Ostream &Str = Func->getContext()->getStrEmit(); in emitFourAddrFP() local 265 Ostream &Str = Func->getContext()->getStrEmit(); in emitFourAddr() local 317 Ostream &Str = Func->getContext()->getStrEmit(); in emitCmpLike() local 1336 Ostream &Str = Func->getContext()->getStrDump(); in dump() local [all …]
|
/external/swiftshader/third_party/LLVM/unittests/ADT/ |
D | StringRefTest.cpp | 102 StringRef Str("hello"); in TEST() local 110 StringRef Str("hello"); in TEST() local 119 StringRef Str("hello"); in TEST() local 224 StringRef Str("hello"); in TEST() local 231 StringRef Str("hello"); in TEST() local 239 StringRef Str("hello"); in TEST() local 266 StringRef Str("hello"); in TEST() local 277 StringRef Str("hello"); in TEST() local
|
/external/clang/include/clang/StaticAnalyzer/Checkers/ |
D | SValExplainer.h | 31 std::string Str; in printStmt() local 68 std::string Str; in VisitLocConcreteInt() local 80 std::string Str; in VisitNonLocConcreteInt() local 120 std::string Str; in VisitSymIntExpr() local 161 std::string Str; in VisitElementRegion() local 205 std::string Str; in VisitSVal() local 213 std::string Str; in VisitSymExpr() local 221 std::string Str; in VisitMemRegion() local
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | FormatProviders.h | 63 static Optional<size_t> parseNumericPrecision(StringRef Str) { in parseNumericPrecision() 78 static bool consumeHexStyle(StringRef &Str, HexPrintStyle &Style) { in consumeHexStyle() 93 static size_t consumeNumHexDigits(StringRef &Str, HexPrintStyle Style, in consumeNumHexDigits()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | FormatProviders.h | 63 static Optional<size_t> parseNumericPrecision(StringRef Str) { in parseNumericPrecision() 78 static bool consumeHexStyle(StringRef &Str, HexPrintStyle &Style) { in consumeHexStyle() 93 static size_t consumeNumHexDigits(StringRef &Str, HexPrintStyle Style, in consumeNumHexDigits()
|
D | PrettyStackTrace.h | 53 const char *Str; variable 63 llvm::SmallVector<char, 32> Str; variable
|
/external/llvm/unittests/ADT/ |
D | StringRefTest.cpp | 109 StringRef Str("hello"); in TEST() local 117 StringRef Str("hello"); in TEST() local 126 StringRef Str("hello"); in TEST() local 308 StringRef Str("hello"); in TEST() local 316 StringRef Str("heLLo"); in TEST() local 326 StringRef Str("hello"); in TEST() local 335 StringRef Str("heLLo"); in TEST() local 345 StringRef Str("hello"); in TEST() local 382 StringRef Str("hello"); in TEST() local 393 StringRef Str("hello"); in TEST() local [all …]
|
/external/clang/tools/libclang/ |
D | CXString.cpp | 46 CXString Str; in createEmpty() local 53 CXString Str; in createNull() local 63 CXString Str; in createRef() local 76 CXString Str; in createDup() local 109 CXString Str; in createCXString() local
|
/external/llvm/lib/IR/ |
D | DiagnosticPrinter.cpp | 38 DiagnosticPrinter &DiagnosticPrinterRawOStream::operator<<(StringRef Str) { in operator <<() 43 DiagnosticPrinter &DiagnosticPrinterRawOStream::operator<<(const char *Str) { in operator <<() 49 const std::string &Str) { in operator <<() 94 DiagnosticPrinter &DiagnosticPrinterRawOStream::operator<<(const Twine &Str) { in operator <<()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | DiagnosticPrinter.cpp | 38 DiagnosticPrinter &DiagnosticPrinterRawOStream::operator<<(StringRef Str) { in operator <<() 43 DiagnosticPrinter &DiagnosticPrinterRawOStream::operator<<(const char *Str) { in operator <<() 49 const std::string &Str) { in operator <<() 94 DiagnosticPrinter &DiagnosticPrinterRawOStream::operator<<(const Twine &Str) { in operator <<()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/ |
D | StringRefTest.cpp | 145 StringRef Str("hello"); in TEST() local 153 StringRef Str("hello"); in TEST() local 162 StringRef Str("hello"); in TEST() local 355 StringRef Str("hello"); in TEST() local 363 StringRef Str("heLLo"); in TEST() local 373 StringRef Str("hello"); in TEST() local 389 StringRef Str("hello"); in TEST() local 398 StringRef Str("heLLo"); in TEST() local 408 StringRef Str("hello"); in TEST() local 424 StringRef Str("helloHELLO"); in TEST() local [all …]
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | StringToOffsetTable.h | 29 unsigned GetOrAddStringOffset(StringRef Str) { in GetOrAddStringOffset() 43 SmallString<256> Str; in EmitString() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFFormValue.cpp | 322 StringRef Str = Data.getData().substr(*OffsetPtr, Value.uval); in extractValue() local 532 if (const char *Str = C->getLineStringExtractor().getCStr(&Offset)) in getAsCString() local 547 if (const char *Str = U->getStringExtractor().getCStr(&Offset)) in getAsCString() local 551 if (const char *Str = C->getStringExtractor().getCStr(&Offset)) in getAsCString() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | Triple.cpp | 693 Triple::Triple(const Twine &Str) in Triple() 753 std::string Triple::normalize(StringRef Str) { in normalize() 968 static unsigned EatNumber(StringRef &Str) { in EatNumber() 1117 void Triple::setTriple(const Twine &Str) { in setTriple() 1149 void Triple::setArchName(StringRef Str) { in setArchName() 1160 void Triple::setVendorName(StringRef Str) { in setVendorName() 1164 void Triple::setOSName(StringRef Str) { in setOSName() 1172 void Triple::setEnvironmentName(StringRef Str) { in setEnvironmentName() 1177 void Triple::setOSAndEnvironmentName(StringRef Str) { in setOSAndEnvironmentName()
|
/external/llvm/lib/Support/ |
D | Triple.cpp | 633 Triple::Triple(const Twine &Str) in Triple() 693 std::string Triple::normalize(StringRef Str) { in normalize() 904 static unsigned EatNumber(StringRef &Str) { in EatNumber() 1051 void Triple::setTriple(const Twine &Str) { in setTriple() 1083 void Triple::setArchName(StringRef Str) { in setArchName() 1094 void Triple::setVendorName(StringRef Str) { in setVendorName() 1098 void Triple::setOSName(StringRef Str) { in setOSName() 1106 void Triple::setEnvironmentName(StringRef Str) { in setEnvironmentName() 1111 void Triple::setOSAndEnvironmentName(StringRef Str) { in setOSAndEnvironmentName()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | Triple.cpp | 658 Triple::Triple(const Twine &Str) in Triple() 718 std::string Triple::normalize(StringRef Str) { in normalize() 929 static unsigned EatNumber(StringRef &Str) { in EatNumber() 1076 void Triple::setTriple(const Twine &Str) { in setTriple() 1108 void Triple::setArchName(StringRef Str) { in setArchName() 1119 void Triple::setVendorName(StringRef Str) { in setVendorName() 1123 void Triple::setOSName(StringRef Str) { in setOSName() 1131 void Triple::setEnvironmentName(StringRef Str) { in setEnvironmentName() 1136 void Triple::setOSAndEnvironmentName(StringRef Str) { in setOSAndEnvironmentName()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
D | NativeFormatTests.cpp | 23 llvm::raw_string_ostream Str(S); in format_number() local 32 llvm::raw_string_ostream Str(S); in format_number() local 41 llvm::raw_string_ostream Str(S); in format_number() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/ |
D | Hash.cpp | 21 uint32_t pdb::hashStringV1(StringRef Str) { in hashStringV1() 57 uint32_t pdb::hashStringV2(StringRef Str) { in hashStringV2()
|
/external/vixl/test/aarch64/ |
D | test-utils-aarch64.cc | 470 __ Str(tmp, MemOperand(dump_base, sp_offset)); in Dump() local 472 __ Str(tmp_w, MemOperand(dump_base, wsp_offset)); in Dump() local 510 __ Str(FPRegister::GetHRegFromCode(i), in Dump() local 527 __ Str(tmp, MemOperand(dump_base, flags_offset)); in Dump() local 542 __ Str(dump_base_w, in Dump() local 544 __ Str(dump_w, MemOperand(dump2, dump.GetCode() * kWRegSizeInBytes)); in Dump() local 545 __ Str(tmp_w, MemOperand(dump2, tmp.GetCode() * kWRegSizeInBytes)); in Dump() local 548 __ Str(dump_base, MemOperand(dump2, dump_base.GetCode() * kXRegSizeInBytes)); in Dump() local 549 __ Str(dump, MemOperand(dump2, dump.GetCode() * kXRegSizeInBytes)); in Dump() local 550 __ Str(tmp, MemOperand(dump2, tmp.GetCode() * kXRegSizeInBytes)); in Dump() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mc/ |
D | Disassembler.cpp | 80 static bool SkipToToken(StringRef &Str) { in SkipToToken() 102 StringRef &Str, in ByteArrayFromString() 170 StringRef Str = Buffer.getBuffer(); in disassemble() local
|
/external/llvm/tools/llvm-mc/ |
D | Disassembler.cpp | 80 static bool SkipToToken(StringRef &Str) { in SkipToToken() 102 StringRef &Str, in ByteArrayFromString() 170 StringRef Str = Buffer.getBuffer(); in disassemble() local
|