Searched refs:analyzeReturn (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.h | 236 void analyzeReturn(const SmallVectorImpl<ISD::OutputArg> &Outs, 289 void analyzeReturn(const SmallVectorImpl<Ty> &RetVals, bool IsSoftFloat,
|
D | MipsISelLowering.cpp | 3001 MipsCCInfo.analyzeReturn(Outs, getTargetMachine().Options.UseSoftFloat, in LowerReturn() 3452 analyzeReturn(const SmallVectorImpl<Ty> &RetVals, bool IsSoftFloat, in analyzeReturn() function in MipsTargetLowering::MipsCC 3479 analyzeReturn(Ins, IsSoftFloat, CallNode, RetTy); in analyzeCallResult() 3483 analyzeReturn(const SmallVectorImpl<ISD::OutputArg> &Outs, bool IsSoftFloat, in analyzeReturn() function in MipsTargetLowering::MipsCC 3485 analyzeReturn(Outs, IsSoftFloat, 0, RetTy); in analyzeReturn()
|