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 114 /// SmallContents - This really should be part of the Contents union, but
121 } SmallContents;
137 // Register number is in SmallContents.RegNo.
151 // Low bits of offset are in SmallContents.OffsetLo.
223 return SmallContents.RegNo;
407 SmallContents.OffsetLo;
432 SmallContents.OffsetLo = unsigned(Offset);
503 Op.SmallContents.RegNo = Reg;
  /external/llvm/lib/CodeGen/
MachineInstr.cpp 108 SmallContents.RegNo = Reg;
114 SmallContents.RegNo = Reg;
166 SmallContents.RegNo = Reg;
    [all...]

Completed in 38 milliseconds