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

  /external/llvm/include/llvm/CodeGen/
MachineOperand.h 139 /// SmallContents - This really should be part of the Contents union, but
146 } SmallContents;
164 // Register number is in SmallContents.RegNo.
178 // Low bits of offset are in SmallContents.OffsetLo.
266 return SmallContents.RegNo;
459 SmallContents.OffsetLo;
512 SmallContents.OffsetLo = unsigned(Offset);
595 Op.SmallContents.RegNo = Reg;
  /external/llvm/lib/CodeGen/
MachineInstr.cpp 59 SmallContents.RegNo = Reg;
65 SmallContents.RegNo = Reg;
144 SmallContents.RegNo = Reg;
    [all...]

Completed in 9716 milliseconds