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 137 /// SmallContents - This really should be part of the Contents union, but
144 } SmallContents;
161 // Register number is in SmallContents.RegNo.
175 // Low bits of offset are in SmallContents.OffsetLo.
261 return SmallContents.RegNo;
449 SmallContents.OffsetLo;
496 SmallContents.OffsetLo = unsigned(Offset);
577 Op.SmallContents.RegNo = Reg;
  /external/llvm/lib/CodeGen/
MachineInstr.cpp 60 SmallContents.RegNo = Reg;
66 SmallContents.RegNo = Reg;
145 SmallContents.RegNo = Reg;
    [all...]

Completed in 41 milliseconds