OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TableEntry
(Results
1 - 4
of
4
) 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
573
struct
TableEntry
{
576
bool operator<(const
TableEntry
&TE) const { return from < TE.from; }
577
friend bool operator<(const
TableEntry
&TE, unsigned V) {
581
const
TableEntry
&TE) {
588
static bool TableIsSorted(const
TableEntry
*Table, unsigned NumEntries) {
595
static int Lookup(const
TableEntry
*Table, unsigned N, unsigned Opcode) {
596
const
TableEntry
*I = std::lower_bound(Table, Table+N, Opcode);
623
static const
TableEntry
OpcodeTable[] = {
799
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
);
/external/skia/legacy/src/ports/
SkFontHost_mac_coretext.cpp
[
all
...]
Completed in 96 milliseconds