Home
last modified time | relevance | path

Searched refs:CompCounterOprNum (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp10410 unsigned CompCounterOprNum; member in __anon56a76da32311::AArch64PipelinerLoopInfo
10425 MachineInstr *Comp, unsigned CompCounterOprNum, in AArch64PipelinerLoopInfo() argument
10433 CompCounterOprNum(CompCounterOprNum), Update(Update), in AArch64PipelinerLoopInfo()
10539 cloneInstr(Comp, CompCounterOprNum, Counter, MBB, MBB.end()); in createRemainingIterationsGreaterCondition()
10547 LastStage0Insts[Comp]->getOperand(CompCounterOprNum).getReg(); in createRemainingIterationsGreaterCondition()
10572 Counter = LastStage0Insts[Comp]->getOperand(CompCounterOprNum).getReg(); in createRemainingIterationsGreaterCondition()
10578 cloneInstr(Comp, CompCounterOprNum, Counter, MBB, MBB.end()); in createRemainingIterationsGreaterCondition()
10750 unsigned CompCounterOprNum = 0; in analyzeLoopForPipelining() local
10762 CompCounterOprNum = 1; in analyzeLoopForPipelining()
10778 if (CompCounterOprNum == 0) { in analyzeLoopForPipelining()
[all …]