Searched defs:IsSoftFloat (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp3337 bool IsVarArg, bool IsSoftFloat, const SDNode *CallNode,
3359 IsSoftFloat);
3375 bool IsSoftFloat, Function::const_arg_iterator FuncArg) {
3391 MVT RegVT = getRegVT(ArgVT, FuncArg->getType(), nullptr, IsSoftFloat);
3406 analyzeReturn(const SmallVectorImpl<Ty> &RetVals, bool IsSoftFloat, argument
3410 if (IsSoftFloat && originalTypeIsF128(RetTy, CallNode))
3418 MVT RegVT = this->getRegVT(VT, RetTy, CallNode, IsSoftFloat);
3431 analyzeCallResult(const SmallVectorImpl<ISD::InputArg> &Ins, bool IsSoftFloat, argument
3433 analyzeReturn(Ins, IsSoftFloat, CallNode, RetTy);
3437 analyzeReturn(const SmallVectorImpl<ISD::OutputArg> &Outs, bool IsSoftFloat, argument
3336 analyzeCallOperands(const SmallVectorImpl<ISD::OutputArg> &Args, bool IsVarArg, bool IsSoftFloat, const SDNode *CallNode, std::vector<ArgListEntry> &FuncArgs) argument
3374 analyzeFormalArguments(const SmallVectorImpl<ISD::InputArg> &Args, bool IsSoftFloat, Function::const_arg_iterator FuncArg) argument
[all...]

Completed in 246 milliseconds