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.cpp9637 unsigned CompCounterOprNum; member in __anon56a76da32311::AArch64PipelinerLoopInfo
9652 MachineInstr *Comp, unsigned CompCounterOprNum, in AArch64PipelinerLoopInfo() argument
9660 CompCounterOprNum(CompCounterOprNum), Update(Update), in AArch64PipelinerLoopInfo()
9767 cloneInstr(Comp, CompCounterOprNum, Counter, MBB, MBB.end()); in createRemainingIterationsGreaterCondition()
9775 LastStage0Insts[Comp]->getOperand(CompCounterOprNum).getReg(); in createRemainingIterationsGreaterCondition()
9800 Counter = LastStage0Insts[Comp]->getOperand(CompCounterOprNum).getReg(); in createRemainingIterationsGreaterCondition()
9806 cloneInstr(Comp, CompCounterOprNum, Counter, MBB, MBB.end()); in createRemainingIterationsGreaterCondition()
9978 unsigned CompCounterOprNum = 0; in analyzeLoopForPipelining() local
9990 CompCounterOprNum = 1; in analyzeLoopForPipelining()
10006 if (CompCounterOprNum == 0) { in analyzeLoopForPipelining()
[all …]