Searched defs:ByValInfo (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h186 // ByValInfo and SmallVector<ByValInfo, 4> ByValRegs:
188 // Vector of ByValInfo instances (ByValRegs) is introduced for byval registers
215 struct ByValInfo { struct in class:llvm::CCState
216 ByValInfo(unsigned B, unsigned E, bool IsWaste = false) : function in struct:llvm::CCState::ByValInfo
230 SmallVector<ByValInfo, 4 > ByValRegs;
424 const ByValInfo& info = ByValRegs[InRegsParamRecordIndex];
431 ByValRegs.push_back(ByValInfo(RegBegin, RegEnd));

Completed in 113 milliseconds