Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/
DMipsCCState.h39 void PreAnalyzeCallOperand(const Type *ArgTy, bool IsFixed, const char *Func);
DMipsCCState.cpp133 void MipsCCState::PreAnalyzeCallOperand(const Type *ArgTy, bool IsFixed, in PreAnalyzeCallOperand() function in MipsCCState
DMipsCallLowering.cpp50 State.PreAnalyzeCallOperand(Info.Ty, Info.IsFixed, Func); in assignArg()