Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp1208 SmallString<16> PBytes; in emitPredicateTableEntry() local
1209 raw_svector_ostream S(PBytes); in emitPredicateTableEntry()
1214 for (unsigned i = 0, e = PBytes.size(); i != e; ++i) in emitPredicateTableEntry()
1215 TableInfo.Table.push_back(PBytes[i]); in emitPredicateTableEntry()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp1232 SmallString<16> PBytes; in emitPredicateTableEntry() local
1233 raw_svector_ostream S(PBytes); in emitPredicateTableEntry()
1238 for (unsigned i = 0, e = PBytes.size(); i != e; ++i) in emitPredicateTableEntry()
1239 TableInfo.Table.push_back(PBytes[i]); in emitPredicateTableEntry()