Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCMachineFunctionInfo.cpp77 ParamtersType.push_back(Type); in appendParameterType()
105 for (const auto &Elt : ParamtersType) { in getVecExtParmsType()
147 for (const auto &Elt : ParamtersType) { in getParmsType()
H A DPPCMachineFunctionInfo.h136 SmallVector<ParamType, 32> ParamtersType; variable