Home
last modified time | relevance | path

Searched refs:TableEntry (Results 1 – 15 of 15) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPULibCalls.cpp240 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/
DARMExpandPseudoInsts.cpp474 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/
DARMExpandPseudoInsts.cpp396 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/lib/Target/ARM/
DARMExpandPseudoInsts.cpp412 const NEONLdStTableEntry *TableEntry = LookupNEONLdSt(MI.getOpcode()); in ExpandVLD() local
413 assert(TableEntry && TableEntry->IsLoad && "NEONLdStTable lookup failed"); in ExpandVLD()
414 NEONRegSpacing RegSpc = TableEntry->RegSpacing; in ExpandVLD()
415 unsigned NumRegs = TableEntry->NumRegs; in ExpandVLD()
418 TII->get(TableEntry->RealOpc)); in ExpandVLD()
432 if (TableEntry->HasWriteBack) in ExpandVLD()
439 if (TableEntry->HasWriteBack) in ExpandVLD()
476 const NEONLdStTableEntry *TableEntry = LookupNEONLdSt(MI.getOpcode()); in ExpandVST() local
477 assert(TableEntry && !TableEntry->IsLoad && "NEONLdStTable lookup failed"); in ExpandVST()
478 NEONRegSpacing RegSpc = TableEntry->RegSpacing; in ExpandVST()
[all …]
/external/llvm/lib/Target/X86/
DX86FloatingPoint.cpp542 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86FloatingPoint.cpp579 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/swiftshader/third_party/LLVM/lib/Target/X86/
DX86FloatingPoint.cpp572 struct TableEntry { struct
575 bool operator<(const TableEntry &TE) const { return from < TE.from; } in operator <() argument
576 friend bool operator<(const TableEntry &TE, unsigned V) { in operator <()
580 const TableEntry &TE) { in operator <()
587 static bool TableIsSorted(const TableEntry *Table, unsigned NumEntries) { in TableIsSorted()
594 static int Lookup(const TableEntry *Table, unsigned N, unsigned Opcode) { in Lookup()
595 const TableEntry *I = std::lower_bound(Table, Table+N, Opcode); in Lookup()
622 static const TableEntry OpcodeTable[] = {
798 static const TableEntry PopTable[] = {
1084 static const TableEntry ForwardST0Table[] = {
[all …]
/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVEntry.cpp68 struct TableEntry { in create() struct
76 static TableEntry Table[] = { in create()
/external/clang/lib/Lex/
DPTHLexer.cpp562 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/
DItaniumDemangle.h5122 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/
DItaniumDemangle.cpp4847 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/
DAsmParser.cpp764 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/
DAsmParser.cpp925 for (const auto &TableEntry : getContext().getSymbols()) { in Run() local
926 MCSymbol *Sym = TableEntry.getValue(); in Run()
/external/sqlite/dist/orig/
Dsqlite3.c166937 static const struct TableEntry {
167018 const struct TableEntry *p;
206136 static const struct TableEntry {
206217 const struct TableEntry *p;
/external/sqlite/dist/
Dsqlite3.c166965 static const struct TableEntry {
167046 const struct TableEntry *p;
206164 static const struct TableEntry {
206245 const struct TableEntry *p;