OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 1326 milliseconds