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 476 unsigned LoadBytes = WideBytes;
478 if (RemainingBytes >= LoadBytes) {
486 while (RemainingBytes < LoadBytes) {
487 LoadBytes >>= 1; // Reduce the load size by half.
488 LoadVT = EVT::getIntegerVT(*DAG.getContext(), LoadBytes << 3);
497 RemainingBytes -= LoadBytes;
498 Offset += LoadBytes;
500 DAG.getConstant(LoadBytes, BasePTR.getValueType()));
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp     [all...]

Completed in 197 milliseconds