Home
last modified time | relevance | path

Searched defs:TableEntry (Results 1 – 6 of 6) sorted by relevance

/netbsd/sys/external/bsd/acpica/dist/tables/
H A Dtbutils.c215 UINT8 *TableEntry, in AcpiTbGetRootTableEntry()
287 UINT8 *TableEntry; in AcpiTbParseRootTable() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp585 struct TableEntry { struct
586 uint16_t from;
587 uint16_t to;
588 bool operator<(const TableEntry &TE) const { return from < TE.from; } in operator <()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp225 struct TableEntry { struct
231 static const TableEntry tbl_acos[] = { argument
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp532 const NEONLdStTableEntry *TableEntry = LookupNEONLdSt(MI.getOpcode()); in ExpandVLD() local
643 const NEONLdStTableEntry *TableEntry = LookupNEONLdSt(MI.getOpcode()); in ExpandVST() local
719 const NEONLdStTableEntry *TableEntry = LookupNEONLdSt(MI.getOpcode()); in ExpandLaneOp() local
/netbsd/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1026 for (const auto &TableEntry : getContext().getSymbols()) { in Run() local
H A DMasmParser.cpp1295 for (const auto &TableEntry : getContext().getSymbols()) { in Run() local