Home
last modified time | relevance | path

Searched refs:TableInfo (Results 1 – 13 of 13) sorted by relevance

/external/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp270 void emitTableEntry(DecoderTableInfo &TableInfo) const;
432 unsigned getPredicateIndex(DecoderTableInfo &TableInfo, StringRef P) const;
433 void emitPredicateTableEntry(DecoderTableInfo &TableInfo,
436 void emitSoftFailTableEntry(DecoderTableInfo &TableInfo,
440 void emitSingletonTableEntry(DecoderTableInfo &TableInfo,
444 void emitSingletonTableEntry(DecoderTableInfo &TableInfo,
477 void emitTableEntries(DecoderTableInfo &TableInfo) const;
606 void Filter::emitTableEntry(DecoderTableInfo &TableInfo) const { in emitTableEntry()
607 TableInfo.Table.push_back(MCD::OPC_ExtractField); in emitTableEntry()
608 TableInfo.Table.push_back(StartBit); in emitTableEntry()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp285 void emitTableEntry(DecoderTableInfo &TableInfo) const;
448 unsigned getPredicateIndex(DecoderTableInfo &TableInfo, StringRef P) const;
449 void emitPredicateTableEntry(DecoderTableInfo &TableInfo,
452 void emitSoftFailTableEntry(DecoderTableInfo &TableInfo,
456 void emitSingletonTableEntry(DecoderTableInfo &TableInfo,
460 void emitSingletonTableEntry(DecoderTableInfo &TableInfo,
493 void emitTableEntries(DecoderTableInfo &TableInfo) const;
621 void Filter::emitTableEntry(DecoderTableInfo &TableInfo) const { in emitTableEntry()
622 TableInfo.Table.push_back(MCD::OPC_ExtractField); in emitTableEntry()
623 TableInfo.Table.push_back(StartBit); in emitTableEntry()
[all …]
/external/webrtc/webrtc/base/
Dlatebindingsymboltable.h34 struct TableInfo { struct
41 LateBindingSymbolTable(const TableInfo *info, void **table); argument
59 const TableInfo *info_;
Dlatebindingsymboltable.cc61 LateBindingSymbolTable::LateBindingSymbolTable(const TableInfo *info, in LateBindingSymbolTable()
Dlatebindingsymboltable.cc.def55 const ::rtc::LateBindingSymbolTable::TableInfo
Dlatebindingsymboltable.h.def74 static const ::rtc::LateBindingSymbolTable::TableInfo kTableInfo;
/external/harfbuzz_ng/src/
Dhb-subset-cff-common.hh144 TableInfo topDictInfo;
145 TableInfo FDSelectInfo;
146 TableInfo FDArrayInfo;
147 TableInfo charStringsInfo;
149 TableInfo globalSubrsInfo;
150 hb_vector_t<TableInfo> localSubrsInfos;
198 const TableInfo &privateDictInfo) const in serialize()
Dhb-subset-cff1.cc75 TableInfo stringIndexInfo;
77 TableInfo charsetInfo;
78 TableInfo privateDictInfo;
221 const TableInfo &privateDictInfo_) in init()
233 TableInfo privateDictInfo;
801 TableInfo privInfo = { final_size, priv_size, 0 }; in create()
Dhb-subset-cff2.cc400 TableInfo privInfo = { final_size, priv_size, 0 }; in create()
430 hb_vector_t<TableInfo> privateDictInfos;
Dhb-ot-cff-common.hh407 struct TableInfo struct
512 const hb_vector_t<TableInfo> &privateInfos) in serialize()
Dhb-ot-cff2-table.hh219 TableInfo privateDictInfo;
Dhb-ot-cff1-table.hh720 TableInfo privateDictInfo;
820 TableInfo privateDictInfo;
/external/webrtc/talk/build/
Dcommon.gypi92 # LateBindingSymbolTable::TableInfo from