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

  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonInstrInfo.h 135 analyzeLoopForPipelining(MachineBasicBlock *LoopBB) const override;
HexagonInstrInfo.cpp 761 HexagonInstrInfo::analyzeLoopForPipelining(MachineBasicBlock *LoopBB) const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCInstrInfo.h 694 analyzeLoopForPipelining(MachineBasicBlock *LoopBB) const override;
PPCInstrInfo.cpp 5412 PPCInstrInfo::analyzeLoopForPipelining(MachineBasicBlock *LoopBB) const {
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetInstrInfo.h 699 /// Object returned by analyzeLoopForPipelining. Allows software pipelining
739 analyzeLoopForPipelining(MachineBasicBlock *LoopBB) const {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
ModuloSchedule.cpp 109 LoopInfo = TII->analyzeLoopForPipelining(BB);
1992 LoopInfo = TII->analyzeLoopForPipelining(BB);
MachinePipeliner.cpp 358 if (!TII->analyzeLoopForPipelining(L.getTopBlock())) {

Completed in 37 milliseconds