HomeSort by relevance Sort by last modified time
    Searched full:reserveresources (Results 1 - 8 of 8) sorted by null

  /external/llvm/include/llvm/CodeGen/
DFAPacketizer.h 70 // reserveResources - Reserve the resources occupied by a MCInstrDesc and
72 void reserveResources(const llvm::MCInstrDesc *MID);
78 // reserveResources - Reserve the resources occupied by a machine
80 void reserveResources(llvm::MachineInstr *MI);
128 ResourceTracker->reserveResources(MI);
ResourcePriorityQueue.h 132 void reserveResources(SUnit *SU);
  /external/llvm/lib/CodeGen/
DFAPacketizer.cpp 76 // reserveResources - Reserve the resources occupied by a MCInstrDesc and
78 void DFAPacketizer::reserveResources(const llvm::MCInstrDesc *MID) {
96 // reserveResources - Reserve the resources occupied by a machine
98 void DFAPacketizer::reserveResources(llvm::MachineInstr *MI) {
100 reserveResources(&MID);
  /external/llvm/lib/CodeGen/SelectionDAG/
ResourcePriorityQueue.cpp 290 void ResourcePriorityQueue::reserveResources(SUnit *SU) {
301 ResourcesModel->reserveResources(&TII->get(
520 reserveResources(SU);
  /external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp 265 bool VLIWResourceModel::reserveResources(SUnit *SU) {
278 ResourcesModel->reserveResources(SU->getInstr());
594 startNewCycle = ResourceModel->reserveResources(SU);
HexagonMachineScheduler.h 188 bool reserveResources(SUnit *SU);
HexagonVLIWPacketizer.cpp 249 ResourceTracker->reserveResources(PseudoMI);
278 ResourceTracker->reserveResources(PseudoMI);
    [all...]
  /external/llvm/docs/
CodeGenerator.rst     [all...]

Completed in 577 milliseconds