OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ByValArgs
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Target/Mips/
MipsISelLowering.h
270
bool hasByValArg() const { return !
ByValArgs
.empty(); }
286
byval_iterator byval_begin() const { return
ByValArgs
.begin(); }
287
byval_iterator byval_end() const { return
ByValArgs
.end(); }
324
SmallVector<ByValArgInfo, 2>
ByValArgs
;
MipsISelLowering.cpp
[
all
...]
/external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp
684
SmallVector<SDValue, 8>
ByValArgs
;
702
ByValArgs
.push_back(FIPtr);
724
Arg =
ByValArgs
[byvalArgIdx++];
[
all
...]
Completed in 100 milliseconds