Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp583 struct TableEntry { struct
584 uint16_t from;
585 uint16_t to;
586 bool operator<(const TableEntry &TE) const { return from < TE.from; } in operator <()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp207 struct TableEntry { struct
213 static const TableEntry tbl_acos[] = { argument
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp572 const NEONLdStTableEntry *TableEntry = LookupNEONLdSt(MI.getOpcode()); in ExpandVLD() local
693 const NEONLdStTableEntry *TableEntry = LookupNEONLdSt(MI.getOpcode()); in ExpandVST() local
769 const NEONLdStTableEntry *TableEntry = LookupNEONLdSt(MI.getOpcode()); in ExpandLaneOp() local
/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1052 for (const auto &TableEntry : getContext().getSymbols()) { in Run() local
H A DMasmParser.cpp1423 for (const auto &TableEntry : getContext().getSymbols()) { in Run() local