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

  /external/swiftshader/third_party/LLVM/lib/Target/Sparc/
DelaySlotFiller.cpp 310 unsigned structSizeOpNum = 0;
313 case SP::CALL: structSizeOpNum = 1; break;
315 case SP::JMPLri: structSizeOpNum = 2; break;
318 const MachineOperand &MO = I->getOperand(structSizeOpNum);
  /external/llvm/lib/Target/Sparc/
DelaySlotFiller.cpp 361 unsigned structSizeOpNum = 0;
364 case SP::CALL: structSizeOpNum = 1; break;
366 case SP::CALLri: structSizeOpNum = 2; break;
370 const MachineOperand &MO = I->getOperand(structSizeOpNum);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
DelaySlotFiller.cpp 359 unsigned structSizeOpNum = 0;
362 case SP::CALL: structSizeOpNum = 1; break;
364 case SP::CALLri: structSizeOpNum = 2; break;
368 const MachineOperand &MO = I->getOperand(structSizeOpNum);

Completed in 504 milliseconds