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 126 /// SmallContents - This really should be part of the Contents union, but
133 } SmallContents;
150 // Register number is in SmallContents.RegNo.
164 // Low bits of offset are in SmallContents.OffsetLo.
239 return SmallContents.RegNo;
436 SmallContents.OffsetLo;
483 SmallContents.OffsetLo = unsigned(Offset);
555 Op.SmallContents.RegNo = Reg;
  /external/llvm/lib/CodeGen/
MachineInstr.cpp 109 SmallContents.RegNo = Reg;
115 SmallContents.RegNo = Reg;
167 SmallContents.RegNo = Reg;
    [all...]

Completed in 115 milliseconds