Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCMachineFunctionInfo.cpp144 uint32_t ParamsTypeInfo = 0; in getParmsType() local
157 ParamsTypeInfo <<= XCOFF::TracebackTable::WidthOfParamType; in getParmsType()
158 ParamsTypeInfo |= in getParmsType()
163 ParamsTypeInfo <<= 1; in getParmsType()
169 ParamsTypeInfo <<= XCOFF::TracebackTable::WidthOfParamType; in getParmsType()
170 ParamsTypeInfo |= in getParmsType()
176 ParamsTypeInfo <<= XCOFF::TracebackTable::WidthOfParamType; in getParmsType()
177 ParamsTypeInfo |= in getParmsType()
186 ParamsTypeInfo <<= XCOFF::TracebackTable::WidthOfParamType; in getParmsType()
187 ParamsTypeInfo |= in getParmsType()
[all …]