Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCMachineFunctionInfo.cpp143 uint32_t ParamsTypeInfo = 0; in getParmsType() local
156 ParamsTypeInfo <<= XCOFF::TracebackTable::WidthOfParamType; in getParmsType()
157 ParamsTypeInfo |= in getParmsType()
162 ParamsTypeInfo <<= 1; in getParmsType()
168 ParamsTypeInfo <<= XCOFF::TracebackTable::WidthOfParamType; in getParmsType()
169 ParamsTypeInfo |= in getParmsType()
175 ParamsTypeInfo <<= XCOFF::TracebackTable::WidthOfParamType; in getParmsType()
176 ParamsTypeInfo |= in getParmsType()
185 ParamsTypeInfo <<= XCOFF::TracebackTable::WidthOfParamType; in getParmsType()
186 ParamsTypeInfo |= in getParmsType()
[all …]