HomeSort by relevance Sort by last modified time
    Searched defs:GetLiveOutRegInfo (Results 1 - 6 of 6) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
FunctionLoweringInfo.h 151 /// GetLiveOutRegInfo - Gets LiveOutInfo for a register, returning NULL if the
153 const LiveOutInfo *GetLiveOutRegInfo(unsigned Reg) {
164 /// GetLiveOutRegInfo - Gets LiveOutInfo for a register, returning NULL if the
169 const LiveOutInfo *GetLiveOutRegInfo(unsigned Reg, unsigned BitWidth);
  /external/llvm/include/llvm/CodeGen/
FunctionLoweringInfo.h 229 /// GetLiveOutRegInfo - Gets LiveOutInfo for a register, returning NULL if the
231 const LiveOutInfo *GetLiveOutRegInfo(unsigned Reg) {
242 /// GetLiveOutRegInfo - Gets LiveOutInfo for a register, returning NULL if the
247 const LiveOutInfo *GetLiveOutRegInfo(unsigned Reg, unsigned BitWidth);
  /external/swiftshader/third_party/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);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
FunctionLoweringInfo.h 252 /// GetLiveOutRegInfo - Gets LiveOutInfo for a register, returning NULL if the
254 const LiveOutInfo *GetLiveOutRegInfo(unsigned Reg) {
265 /// GetLiveOutRegInfo - Gets LiveOutInfo for a register, returning NULL if the
270 const LiveOutInfo *GetLiveOutRegInfo(unsigned Reg, unsigned BitWidth);
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 396 /// GetLiveOutRegInfo - Gets LiveOutInfo for a register, returning NULL if the
402 FunctionLoweringInfo::GetLiveOutRegInfo(unsigned Reg, unsigned BitWidth) {
465 const LiveOutInfo *SrcLOI = GetLiveOutRegInfo(SrcReg, BitWidth);
502 const LiveOutInfo *SrcLOI = GetLiveOutRegInfo(SrcReg, BitWidth);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 387 /// GetLiveOutRegInfo - Gets LiveOutInfo for a register, returning NULL if the
393 FunctionLoweringInfo::GetLiveOutRegInfo(unsigned Reg, unsigned BitWidth) {
453 const LiveOutInfo *SrcLOI = GetLiveOutRegInfo(SrcReg, BitWidth);
488 const LiveOutInfo *SrcLOI = GetLiveOutRegInfo(SrcReg, BitWidth);

Completed in 146 milliseconds