OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetLiveOutRegInfo
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/
FunctionLoweringInfo.h
150
///
GetLiveOutRegInfo
- Gets LiveOutInfo for a register, returning NULL if the
152
const LiveOutInfo *
GetLiveOutRegInfo
(unsigned Reg) {
163
///
GetLiveOutRegInfo
- Gets LiveOutInfo for a register, returning NULL if the
168
const LiveOutInfo *
GetLiveOutRegInfo
(unsigned Reg, unsigned BitWidth);
/external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp
237
///
GetLiveOutRegInfo
- Gets LiveOutInfo for a register, returning NULL if the
243
FunctionLoweringInfo::
GetLiveOutRegInfo
(unsigned Reg, unsigned BitWidth) {
306
const LiveOutInfo *SrcLOI =
GetLiveOutRegInfo
(SrcReg, BitWidth);
343
const LiveOutInfo *SrcLOI =
GetLiveOutRegInfo
(SrcReg, BitWidth);
Completed in 20 milliseconds