Searched refs:TableEntry (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPULibCalls.cpp | 240 struct TableEntry { struct 246 static const TableEntry tbl_acos[] = { argument 252 static const TableEntry tbl_acosh[] = { 255 static const TableEntry tbl_acospi[] = { 261 static const TableEntry tbl_asin[] = { 267 static const TableEntry tbl_asinh[] = { 271 static const TableEntry tbl_asinpi[] = { 277 static const TableEntry tbl_atan[] = { 283 static const TableEntry tbl_atanh[] = { 287 static const TableEntry tbl_atanpi[] = { [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMExpandPseudoInsts.cpp | 474 const NEONLdStTableEntry *TableEntry = LookupNEONLdSt(MI.getOpcode()); in ExpandVLD() local 475 assert(TableEntry && TableEntry->IsLoad && "NEONLdStTable lookup failed"); in ExpandVLD() 476 NEONRegSpacing RegSpc = (NEONRegSpacing)TableEntry->RegSpacing; in ExpandVLD() 477 unsigned NumRegs = TableEntry->NumRegs; in ExpandVLD() 480 TII->get(TableEntry->RealOpc)); in ExpandVLD() 485 if(TableEntry->RealOpc == ARM::VLD2DUPd8x2 || in ExpandVLD() 486 TableEntry->RealOpc == ARM::VLD2DUPd16x2 || in ExpandVLD() 487 TableEntry->RealOpc == ARM::VLD2DUPd32x2) { in ExpandVLD() 503 if (NumRegs > 1 && TableEntry->copyAllListRegs) in ExpandVLD() 505 if (NumRegs > 2 && TableEntry->copyAllListRegs) in ExpandVLD() [all …]
|
/external/llvm/lib/Target/ARM/ |
D | ARMExpandPseudoInsts.cpp | 396 const NEONLdStTableEntry *TableEntry = LookupNEONLdSt(MI.getOpcode()); in ExpandVLD() local 397 assert(TableEntry && TableEntry->IsLoad && "NEONLdStTable lookup failed"); in ExpandVLD() 398 NEONRegSpacing RegSpc = (NEONRegSpacing)TableEntry->RegSpacing; in ExpandVLD() 399 unsigned NumRegs = TableEntry->NumRegs; in ExpandVLD() 402 TII->get(TableEntry->RealOpc)); in ExpandVLD() 410 if (NumRegs > 1 && TableEntry->copyAllListRegs) in ExpandVLD() 412 if (NumRegs > 2 && TableEntry->copyAllListRegs) in ExpandVLD() 414 if (NumRegs > 3 && TableEntry->copyAllListRegs) in ExpandVLD() 417 if (TableEntry->isUpdating) in ExpandVLD() 424 if (TableEntry->hasWritebackOperand) in ExpandVLD() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86FloatingPoint.cpp | 579 struct TableEntry { struct 582 bool operator<(const TableEntry &TE) const { return from < TE.from; } in operator <() argument 583 friend bool operator<(const TableEntry &TE, unsigned V) { in operator <() 587 const TableEntry &TE) { in operator <() 593 static int Lookup(ArrayRef<TableEntry> Table, unsigned Opcode) { in Lookup() 594 const TableEntry *I = std::lower_bound(Table.begin(), Table.end(), Opcode); in Lookup() 622 static const TableEntry OpcodeTable[] = { 798 static const TableEntry PopTable[] = { 1201 static const TableEntry ForwardST0Table[] = { 1217 static const TableEntry ReverseST0Table[] = { [all …]
|
/external/llvm/lib/Target/X86/ |
D | X86FloatingPoint.cpp | 542 struct TableEntry { struct 545 bool operator<(const TableEntry &TE) const { return from < TE.from; } in operator <() argument 546 friend bool operator<(const TableEntry &TE, unsigned V) { in operator <() 550 const TableEntry &TE) { in operator <() 556 static int Lookup(ArrayRef<TableEntry> Table, unsigned Opcode) { in Lookup() 557 const TableEntry *I = std::lower_bound(Table.begin(), Table.end(), Opcode); in Lookup() 584 static const TableEntry OpcodeTable[] = { 760 static const TableEntry PopTable[] = { 1153 static const TableEntry ForwardST0Table[] = { 1169 static const TableEntry ReverseST0Table[] = { [all …]
|
/external/clang/lib/Lex/ |
D | PTHLexer.cpp | 562 const unsigned char* TableEntry = IdDataTable + sizeof(uint32_t)*PersistentID; in LazilyCreateIdentifierInfo() local 565 endian::readNext<uint32_t, little, aligned>(TableEntry); in LazilyCreateIdentifierInfo()
|
/external/libcxxabi/src/demangle/ |
D | ItaniumDemangle.h | 5122 Node *TableEntry = Arg; 5124 TableEntry = make<ParameterPack>( 5125 static_cast<TemplateArgumentPack*>(TableEntry)->getElements()); 5126 if (!TableEntry) 5129 TemplateParams.push_back(TableEntry);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Demangle/ |
D | ItaniumDemangle.cpp | 4847 Node *TableEntry = Arg; in parseTemplateArgs() local 4849 TableEntry = make<ParameterPack>( in parseTemplateArgs() 4850 static_cast<TemplateArgumentPack*>(TableEntry)->getElements()); in parseTemplateArgs() 4852 TemplateParams.push_back(TableEntry); in parseTemplateArgs()
|
/external/llvm/lib/MC/MCParser/ |
D | AsmParser.cpp | 764 for (const auto &TableEntry : getContext().getSymbols()) { in Run() local 765 MCSymbol *Sym = TableEntry.getValue(); in Run()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/ |
D | AsmParser.cpp | 925 for (const auto &TableEntry : getContext().getSymbols()) { in Run() local 926 MCSymbol *Sym = TableEntry.getValue(); in Run()
|
/external/sqlite/dist/ |
D | sqlite3.c | 178748 static const struct TableEntry { 178829 const struct TableEntry *p; 221061 static const struct TableEntry { 221142 const struct TableEntry *p;
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 178720 static const struct TableEntry { 178801 const struct TableEntry *p; 221033 static const struct TableEntry { 221114 const struct TableEntry *p;
|