OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasFastCall
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/PowerPC/
PPCMachineFunctionInfo.h
71
///
HasFastCall
- Does this function contain a fast call. Used to determine
73
bool
HasFastCall
;
107
HasFastCall
(false),
152
void setHasFastCall() {
HasFastCall
= true; }
153
bool
hasFastCall
() const { return
HasFastCall
;}
PPCFrameLowering.cpp
292
MF.getInfo<PPCFunctionInfo>()->
hasFastCall
());
781
// enabled (=>
hasFastCall
()==true) the fastcc call might contain a tail
784
if (FI->
hasFastCall
() && isInt<16>(FrameSize)) {
788
} else if(FI->
hasFastCall
()) {
808
if (FI->
hasFastCall
() && isInt<16>(FrameSize)) {
812
} else if(FI->
hasFastCall
()) {
[
all
...]
Completed in 61 milliseconds