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

  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 413 unsigned LoadBytes = WideBytes;
415 if (RemainingBytes >= LoadBytes) {
422 while (RemainingBytes < LoadBytes) {
423 LoadBytes >>= 1; // Reduce the load size by half.
424 LoadVT = EVT::getIntegerVT(*DAG.getContext(), LoadBytes << 3);
432 RemainingBytes -= LoadBytes;
433 Offset += LoadBytes;
435 DAG.getIntPtrConstant(LoadBytes));
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 897 /// LoadIntFromMemory - Loads the integer stored in the LoadBytes bytes starting
    [all...]

Completed in 144 milliseconds