Lines Matching refs:Function
22 #include "llvm/Function.h"
280 // If there exist users other than ADDENode or ADDCNode, this function returns
354 // If there exist users other than SUBENode or SUBCNode, this function returns
688 // AddLiveIn - This helper function adds the specified physical register to the
853 // This function also handles Mips::ATOMIC_SWAP_I32 (when BinOpcode == 0), and
1396 (GV->hasLocalLinkage() && !isa<Function>(GV)));
1745 // is true: function is vararg, argument is 3rd or higher, there is previous
2057 // created during this function call. Skip this step if no such objects were
2251 int LastFI = 0;// MipsFI->LastInArgFI is 0 at the entry of this function.
2416 // If this is the first return lowered for this function, add
2417 // the regs to the liveout set for the function.