Home
last modified time | relevance | path

Searched refs:PreAnalyzeCallOperand (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
DMipsCCState.cpp133 void MipsCCState::PreAnalyzeCallOperand(const Type *ArgTy, bool IsFixed, in PreAnalyzeCallOperand() function in MipsCCState
DMipsCCState.h39 void PreAnalyzeCallOperand(const Type *ArgTy, bool IsFixed, const char *Func);
DMipsCallLowering.cpp48 State.PreAnalyzeCallOperand(Info.Ty, Info.IsFixed, Func); in assignArg()