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

  /external/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp 427 MachineOperand &Opnd2 = DI->getOperand(2);
429 if (MRI->getVRegDef(IndReg) == Phi && checkForImmediate(Opnd2, V)) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp 446 MachineOperand &Opnd2 = DI->getOperand(2);
448 if (MRI->getVRegDef(IndReg) == Phi && checkForImmediate(Opnd2, V)) {
    [all...]

Completed in 541 milliseconds