Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMachineFunctionInfo.h242 void appendParameterType(ParamType Type);
H A DPPCMachineFunctionInfo.cpp76 void PPCFunctionInfo::appendParameterType(ParamType Type) { in appendParameterType() function in PPCFunctionInfo
H A DPPCISelLowering.cpp7174 FuncInfo->appendParameterType(PPCFunctionInfo::FixedType); in LowerFormalArguments_AIX()
7180 FuncInfo->appendParameterType(PPCFunctionInfo::ShortFloatingPoint); in LowerFormalArguments_AIX()
7183 FuncInfo->appendParameterType(PPCFunctionInfo::LongFloatingPoint); in LowerFormalArguments_AIX()
7191 FuncInfo->appendParameterType(PPCFunctionInfo::VectorChar); in LowerFormalArguments_AIX()
7194 FuncInfo->appendParameterType(PPCFunctionInfo::VectorShort); in LowerFormalArguments_AIX()
7199 FuncInfo->appendParameterType(PPCFunctionInfo::VectorInt); in LowerFormalArguments_AIX()
7203 FuncInfo->appendParameterType(PPCFunctionInfo::VectorFloat); in LowerFormalArguments_AIX()
7272 FuncInfo->appendParameterType(PPCFunctionInfo::FixedType); in LowerFormalArguments_AIX()