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

  /external/llvm/utils/TableGen/
DAGISelMatcherEmitter.cpp 319 unsigned IdxSize;
322 IdxSize = 2; // size of opcode in table is 2 bytes.
325 IdxSize = 1; // size of type in table is 1 byte.
342 ChildSize = EmitMatcherList(Child, Indent+1, CurrentIdx+VBRSize+IdxSize,
365 CurrentIdx += IdxSize;
  /external/swiftshader/third_party/LLVM/utils/TableGen/
DAGISelMatcherEmitter.cpp 288 unsigned IdxSize;
291 IdxSize = 2; // size of opcode in table is 2 bytes.
294 IdxSize = 1; // size of type in table is 1 byte.
311 ChildSize = EmitMatcherList(Child, Indent+1, CurrentIdx+VBRSize+IdxSize,
333 CurrentIdx += IdxSize;
  /external/llvm/lib/IR/
AutoUpgrade.cpp 379 unsigned IdxSize = Idx->getPrimitiveSizeInBits();
382 if (EltSize == 64 && IdxSize == 128)
384 else if (EltSize == 32 && IdxSize == 128)
386 else if (EltSize == 64 && IdxSize == 256)
    [all...]

Completed in 680 milliseconds