Home
last modified time | relevance | path

Searched refs:EmitStr (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceTargetLowering.cpp968 const std::string &EmitStr = C->getEmitString(); in emitWithoutPrefix() local
969 if (!EmitStr.empty()) { in emitWithoutPrefix()
972 Str << EmitStr; in emitWithoutPrefix()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DGlobalISelEmitter.cpp398 std::string EmitStr; member
413 MatchTableRecord(Optional<unsigned> LabelID_, StringRef EmitStr, in MatchTableRecord()
417 EmitStr(EmitStr), NumElements(NumElements), Flags(Flags), in MatchTableRecord()
554 if (NextI->EmitStr == "" && in emitDeclaration()
587 OS << EmitStr; in emit()