Searched refs:IsSoftFloat (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.h | 361 bool IsVarArg, bool IsSoftFloat, 365 bool IsSoftFloat, 369 bool IsSoftFloat, const SDNode *CallNode, 373 bool IsSoftFloat, const Type *RetTy) const; 422 bool IsSoftFloat) const; 425 void analyzeReturn(const SmallVectorImpl<Ty> &RetVals, bool IsSoftFloat,
|
D | MipsISelLowering.cpp | 3337 bool IsVarArg, bool IsSoftFloat, const SDNode *CallNode, in analyzeCallOperands() argument 3359 IsSoftFloat); in analyzeCallOperands() 3375 bool IsSoftFloat, Function::const_arg_iterator FuncArg) { in analyzeFormalArguments() argument 3391 MVT RegVT = getRegVT(ArgVT, FuncArg->getType(), nullptr, IsSoftFloat); in analyzeFormalArguments() 3406 analyzeReturn(const SmallVectorImpl<Ty> &RetVals, bool IsSoftFloat, in analyzeReturn() argument 3410 if (IsSoftFloat && originalTypeIsF128(RetTy, CallNode)) in analyzeReturn() 3418 MVT RegVT = this->getRegVT(VT, RetTy, CallNode, IsSoftFloat); in analyzeReturn() 3431 analyzeCallResult(const SmallVectorImpl<ISD::InputArg> &Ins, bool IsSoftFloat, in analyzeCallResult() argument 3433 analyzeReturn(Ins, IsSoftFloat, CallNode, RetTy); in analyzeCallResult() 3437 analyzeReturn(const SmallVectorImpl<ISD::OutputArg> &Outs, bool IsSoftFloat, in analyzeReturn() argument [all …]
|