HomeSort by relevance Sort by last modified time
    Searched refs:DstIdx (Results 1 - 3 of 3) 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 130 unsigned SrcIdx, unsigned DstIdx,
    [all...]
RegisterCoalescer.cpp 223 SrcIdx = DstIdx = 0;
271 SrcIdx, DstIdx);
280 DstIdx = SrcSub;
293 if (DstIdx && !SrcIdx) {
295 std::swap(SrcIdx, DstIdx);
314 std::swap(SrcIdx, DstIdx);
338 assert(!DstIdx && !SrcIdx && "Inconsistent CoalescerPair state.");
352 return compose(TRI, SrcIdx, SrcSub) == compose(TRI, DstIdx, DstSub);
    [all...]

Completed in 3155 milliseconds