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

  /external/llvm/utils/TableGen/
FixedLenDecoderEmitter.cpp 611 // Any NumToSkip fixups in the current scope can resolve to the
618 // NumToSkip entry itself, so subtract two from the displacement here
622 // Our NumToSkip entries are 16-bits. Make sure our table isn't too
658 // Resolve any NumToSkip fixups in the current scope.
668 // Reserve space for the NumToSkip entry. We'll backpatch the value
681 // Now that we've emitted the body of the handler, update the NumToSkip
683 // two as to account for the width of the NumToSkip field itself.
685 uint32_t NumToSkip = Table.size() - PrevFilter - 2;
686 assert(NumToSkip < 65536U && "disassembler decoding table too large!");
687 Table[PrevFilter] = (uint8_t)NumToSkip;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp     [all...]

Completed in 57 milliseconds