Home
last modified time | relevance | path

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

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