Searched refs:cloneInstr (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ModuloSchedule.h | 217 MachineInstr *cloneInstr(MachineInstr *OldMI, unsigned CurStageNum, 418 MachineInstr *cloneInstr(MachineInstr *OldMI);
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ModuloSchedule.cpp | 141 MachineInstr *NewMI = cloneInstr(CI, MaxStageCount, StageNum); in generatePipelinedLoop() 306 MachineInstr *NewMI = cloneInstr(In, UINT_MAX, 0); in generateEpilog() 1016 MachineInstr *ModuloScheduleExpander::cloneInstr(MachineInstr *OldMI, in cloneInstr() function in ModuloScheduleExpander 2126 MachineInstr *ModuloScheduleExpanderMVE::cloneInstr(MachineInstr *OldMI) { in cloneInstr() function in ModuloScheduleExpanderMVE 2563 MachineInstr *NewMI = cloneInstr(MI); in generateProlog() 2597 MachineInstr *NewMI = cloneInstr(MI); in generateKernel() 2640 MachineInstr *NewMI = cloneInstr(MI); in generateEpilog()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrInfo.cpp | 10468 static Register cloneInstr(const MachineInstr *MI, unsigned ReplaceOprNum, in cloneInstr() function 10539 cloneInstr(Comp, CompCounterOprNum, Counter, MBB, MBB.end()); in createRemainingIterationsGreaterCondition() 10548 NextCounter = cloneInstr(Update, UpdateCounterOprNum, Counter, MBB, in createRemainingIterationsGreaterCondition() 10556 cloneInstr(Update, UpdateCounterOprNum, Counter, MBB, MBB.end()); in createRemainingIterationsGreaterCondition() 10569 cloneInstr(Update, UpdateCounterOprNum, Counter, MBB, MBB.end()); in createRemainingIterationsGreaterCondition() 10578 cloneInstr(Comp, CompCounterOprNum, Counter, MBB, MBB.end()); in createRemainingIterationsGreaterCondition() 10582 cloneInstr(Update, UpdateCounterOprNum, Counter, MBB, MBB.end()); in createRemainingIterationsGreaterCondition()
|