HomeSort by: relevance | last modified time | path
    Searched refs:AllowMoveElimination (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MCA/HardwareUnits/
RegisterFile.h 158 // Field `AllowMoveElimination` is set for registers that are used as
169 bool AllowMoveElimination;
172 AllowMoveElimination(false) {}
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCSchedule.h 146 bool AllowMoveElimination;
  /src/external/apache2/llvm/dist/llvm/lib/MCA/HardwareUnits/
RegisterFile.cpp 175 Entry.AllowMoveElimination = RCE.AllowMoveElimination;
373 if (!RegisterMappings[RRITo.RenameAs].second.AllowMoveElimination)
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenSchedule.h 173 bool AllowMoveElimination;
175 : RCDef(RC), Cost(RegisterCost), AllowMoveElimination(AllowMoveElim) {}
SubtargetEmitter.cpp 682 OS << "\n// {RegisterClassID, Register Cost, AllowMoveElimination }\n";
698 << RC.AllowMoveElimination << "},\n";

Completed in 60 milliseconds