Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMachineFunctionInfo.cpp136 uint32_t ParamsTypeInfo = 0; in getParmsType() local
149 ParamsTypeInfo <<= XCOFF::TracebackTable::WidthOfParamType; in getParmsType()
150 ParamsTypeInfo |= in getParmsType()
155 ParamsTypeInfo <<= 1; in getParmsType()
161 ParamsTypeInfo <<= XCOFF::TracebackTable::WidthOfParamType; in getParmsType()
162 ParamsTypeInfo |= in getParmsType()
168 ParamsTypeInfo <<= XCOFF::TracebackTable::WidthOfParamType; in getParmsType()
169 ParamsTypeInfo |= in getParmsType()
178 ParamsTypeInfo <<= XCOFF::TracebackTable::WidthOfParamType; in getParmsType()
179 ParamsTypeInfo |= in getParmsType()
[all …]