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

  /external/llvm/lib/CodeGen/
Spiller.cpp 127 if (mop.isUse() && !mi->isRegTiedToDefOperand(mopIdx)) {
MachineInstrBundle.cpp 274 else if (!RI.Tied && MO.getParent()->isRegTiedToDefOperand(getOperandNo()))
ProcessImplicitDefs.cpp 178 if (MO.isKill() || MI->isRegTiedToDefOperand(i)) {
RegAllocFast.cpp 224 if (MO.isUse() && !LR.LastUse->isRegTiedToDefOperand(LR.LastOpNum)) {
692 if (MO.isEarlyClobber() || MI->isRegTiedToDefOperand(i) ||
726 if (!MI->isRegTiedToDefOperand(i, &DefIdx)) continue;
    [all...]
MachineInstr.cpp     [all...]
TwoAddressInstructionPass.cpp 311 (MO.isDef() || UseMI->isRegTiedToDefOperand(i)))
478 if (MI.isRegTiedToDefOperand(i, &ti)) {
    [all...]
InlineSpiller.cpp     [all...]
MachineVerifier.cpp 766 if (MI->isRegTiedToDefOperand(MONum, &defIdx)) {
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 761 /// isRegTiedToDefOperand - Return true if the use operand of the specified
764 bool isRegTiedToDefOperand(unsigned UseOpIdx, unsigned *DefOpIdx = 0) const;
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelDAGToDAG.cpp 215 if (MI->isPHI() || MI->isRegTiedToDefOperand(U.getOperandNo()))

Completed in 615 milliseconds