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 530 unsigned LoadBytes = WideBytes;
532 if (RemainingBytes >= LoadBytes) {
541 while (RemainingBytes < LoadBytes) {
542 LoadBytes >>= 1; // Reduce the load size by half.
543 LoadVT = EVT::getIntegerVT(*DAG.getContext(), LoadBytes << 3);
553 RemainingBytes -= LoadBytes;
554 Offset += LoadBytes;
556 DAG.getConstant(LoadBytes, dl,
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp     [all...]

Completed in 1363 milliseconds