HomeSort by relevance Sort by last modified time
    Searched refs:TableEntry (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/ARM/
ARMExpandPseudoInsts.cpp 378 const NEONLdStTableEntry *TableEntry = LookupNEONLdSt(MI.getOpcode());
379 assert(TableEntry && TableEntry->IsLoad && "NEONLdStTable lookup failed");
380 NEONRegSpacing RegSpc = (NEONRegSpacing)TableEntry->RegSpacing;
381 unsigned NumRegs = TableEntry->NumRegs;
384 TII->get(TableEntry->RealOpc));
392 if (NumRegs > 1 && TableEntry->copyAllListRegs)
394 if (NumRegs > 2 && TableEntry->copyAllListRegs)
396 if (NumRegs > 3 && TableEntry->copyAllListRegs)
399 if (TableEntry->isUpdating
    [all...]
  /external/llvm/lib/Target/X86/
X86FloatingPoint.cpp 574 struct TableEntry {
577 bool operator<(const TableEntry &TE) const { return from < TE.from; }
578 friend bool operator<(const TableEntry &TE, unsigned V) {
582 const TableEntry &TE) {
589 static bool TableIsSorted(const TableEntry *Table, unsigned NumEntries) {
596 static int Lookup(const TableEntry *Table, unsigned N, unsigned Opcode) {
597 const TableEntry *I = std::lower_bound(Table, Table+N, Opcode);
624 static const TableEntry OpcodeTable[] = {
800 static const TableEntry PopTable[] = {
    [all...]
  /external/clang/lib/Lex/
PTHLexer.cpp 553 const unsigned char* TableEntry = IdDataTable + sizeof(uint32_t)*PersistentID;
555 (const unsigned char*)Buf->getBufferStart() + ReadLE32(TableEntry);

Completed in 60 milliseconds