Home
last modified time | relevance | path

Searched refs:PreAnalyzeReturnForVectorFloat (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCCState.h74 PreAnalyzeReturnForVectorFloat(const SmallVectorImpl<ISD::OutputArg> &Outs);
175 PreAnalyzeReturnForVectorFloat(Outs); in PreAnalyzeReturn()
188 PreAnalyzeReturnForVectorFloat(ArgsFlags); in CheckReturn()
199 PreAnalyzeReturnForVectorFloat(ArgsFlags); in CheckCallReturn()
H A DMipsCCState.cpp118 void MipsCCState::PreAnalyzeReturnForVectorFloat( in PreAnalyzeReturnForVectorFloat() function in MipsCCState