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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
TargetInstrInfoImpl.cpp 236 const MachineOperand &LiveOp = MI->getOperand(1-FoldIdx);
238 if (FoldOp.getSubReg() || LiveOp.getSubReg())
242 unsigned LiveReg = LiveOp.getReg();
250 if (TargetRegisterInfo::isPhysicalRegister(LiveOp.getReg()))
251 return RC->contains(LiveOp.getReg()) ? RC : 0;
  /external/llvm/lib/CodeGen/
TargetInstrInfo.cpp 407 const MachineOperand &LiveOp = MI.getOperand(1 - FoldIdx);
409 if (FoldOp.getSubReg() || LiveOp.getSubReg())
413 unsigned LiveReg = LiveOp.getReg();
421 if (TargetRegisterInfo::isPhysicalRegister(LiveOp.getReg()))
422 return RC->contains(LiveOp.getReg()) ? RC : nullptr;
    [all...]

Completed in 111 milliseconds