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

  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 755 /// isRegTiedToUseOperand - Given the index of a register def operand,
759 bool isRegTiedToUseOperand(unsigned DefOpIdx, unsigned *UseOpIdx = 0) const;
    [all...]
  /external/llvm/lib/CodeGen/
CriticalAntiDepBreaker.cpp 274 if (MI->isRegTiedToUseOperand(i)) continue;
PostRASchedulerList.cpp 515 if (MI->isRegTiedToUseOperand(i)) continue;
LiveIntervalAnalysis.cpp 287 if (PartReDef || mi->isRegTiedToUseOperand(MOIdx)) {
401 if (mi->isRegTiedToUseOperand(DefIdx)) {
    [all...]
AggressiveAntiDepBreaker.cpp 264 if ((MO.isDef() && MI->isRegTiedToUseOperand(i)) ||
    [all...]
MachineInstr.cpp     [all...]
RegisterCoalescer.cpp 631 if (!DefMI->isRegTiedToUseOperand(DefIdx, &UseOpIdx))
    [all...]

Completed in 271 milliseconds