HomeSort by relevance Sort by last modified time
    Searched refs:T1I (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/Hexagon/
HexagonEarlyIfConv.cpp 221 MachineBasicBlock::const_iterator T1I = B->getFirstTerminator();
222 if (T1I == B->end())
224 unsigned Opc = T1I->getOpcode();
227 unsigned PredR = T1I->getOperand(0).getReg();
233 MachineBasicBlock *T1B = T1I->getOperand(1).getMBB();
234 MachineBasicBlock::const_iterator T2I = std::next(T1I);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonEarlyIfConv.cpp 248 MachineBasicBlock::const_iterator T1I = B->getFirstTerminator();
249 if (T1I == B->end())
251 unsigned Opc = T1I->getOpcode();
254 unsigned PredR = T1I->getOperand(0).getReg();
260 MachineBasicBlock *T1B = T1I->getOperand(1).getMBB();
261 MachineBasicBlock::const_iterator T2I = std::next(T1I);
    [all...]

Completed in 591 milliseconds