HomeSort by: relevance | last modified time | path
    Searched refs:SmallContents (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineOperand.h 154 /// SmallContents - This really should be part of the Contents union, but
161 } SmallContents;
183 // Register number is in SmallContents.RegNo.
197 // Low bits of offset are in SmallContents.OffsetLo.
212 "MachineOperand too big. Should be Kind, SmallContents, "
362 return Register(SmallContents.RegNo);
605 SmallContents.OffsetLo;
674 SmallContents.OffsetLo = unsigned(Offset);
810 Op.SmallContents.RegNo = Reg;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineOperand.cpp 68 SmallContents.RegNo = Reg;
74 SmallContents.RegNo = Reg;
257 SmallContents.RegNo = Reg;

Completed in 38 milliseconds