Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.cpp1380 unsigned NOp = 0, NumOps = MI.getNumOperands(); in PredicateInstruction() local
1381 while (NOp < NumOps) { in PredicateInstruction()
1382 MachineOperand &Op = MI.getOperand(NOp); in PredicateInstruction()
1386 NOp++; in PredicateInstruction()
1394 while (NOp < NumOps) in PredicateInstruction()
1395 T.addOperand(MI.getOperand(NOp++)); in PredicateInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.cpp1529 unsigned NOp = 0, NumOps = MI.getNumOperands(); in PredicateInstruction() local
1530 while (NOp < NumOps) { in PredicateInstruction()
1531 MachineOperand &Op = MI.getOperand(NOp); in PredicateInstruction()
1535 NOp++; in PredicateInstruction()
1543 while (NOp < NumOps) in PredicateInstruction()
1544 T.add(MI.getOperand(NOp++)); in PredicateInstruction()