Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMachineFunctionInfo.h237 void appendParameterType(ParamType Type);
H A DPPCMachineFunctionInfo.cpp68 void PPCFunctionInfo::appendParameterType(ParamType Type) { in appendParameterType() function in PPCFunctionInfo
H A DPPCISelLowering.cpp6968 FuncInfo->appendParameterType(PPCFunctionInfo::FixedType); in LowerFormalArguments_AIX()
6974 FuncInfo->appendParameterType(PPCFunctionInfo::ShortFloatingPoint); in LowerFormalArguments_AIX()
6977 FuncInfo->appendParameterType(PPCFunctionInfo::LongFloatingPoint); in LowerFormalArguments_AIX()
6985 FuncInfo->appendParameterType(PPCFunctionInfo::VectorChar); in LowerFormalArguments_AIX()
6988 FuncInfo->appendParameterType(PPCFunctionInfo::VectorShort); in LowerFormalArguments_AIX()
6993 FuncInfo->appendParameterType(PPCFunctionInfo::VectorInt); in LowerFormalArguments_AIX()
6997 FuncInfo->appendParameterType(PPCFunctionInfo::VectorFloat); in LowerFormalArguments_AIX()
7066 FuncInfo->appendParameterType(PPCFunctionInfo::FixedType); in LowerFormalArguments_AIX()