Home
last modified time | relevance | path

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

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