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

  /external/llvm/lib/CodeGen/
RegisterCoalescer.h 38 /// DstIdx - The sub-register index of the old DstReg in the new coalesced
40 unsigned DstIdx;
63 : TRI(tri), DstReg(0), SrcReg(0), DstIdx(0), SrcIdx(0),
70 : TRI(tri), DstReg(PhysReg), SrcReg(VirtReg), DstIdx(0), SrcIdx(0),
109 unsigned getDstIdx() const { return DstIdx; }
TwoAddressInstructionPass.cpp 121 unsigned SrcIdx, unsigned DstIdx,
    [all...]

Completed in 1424 milliseconds