OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ByValArgInfo
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/Mips/
MipsISelLowering.h
230
///
ByValArgInfo
- Byval argument information.
231
struct
ByValArgInfo
{
236
ByValArgInfo
() : FirstIdx(0), NumRegs(0), Address(0) {}
285
typedef SmallVectorImpl<
ByValArgInfo
>::const_iterator byval_iterator;
306
void allocateRegs(
ByValArgInfo
&ByVal, unsigned ByValSize,
324
SmallVector<
ByValArgInfo
, 2> ByValArgs;
384
const MipsCC &CC, const
ByValArgInfo
&ByVal) const;
391
const MipsCC &CC, const
ByValArgInfo
&ByVal,
MipsISelLowering.cpp
[
all
...]
Completed in 73 milliseconds