Lines Matching refs:Ret
131 std::string Ret; in computeDataLayout() local
135 Ret += "e"; in computeDataLayout()
138 Ret += "E"; in computeDataLayout()
140 Ret += DataLayout::getManglingComponent(TT); in computeDataLayout()
143 Ret += "-p:32:32"; in computeDataLayout()
147 Ret += "-i64:64"; in computeDataLayout()
152 Ret += "-f64:32:64"; in computeDataLayout()
157 Ret += "-v64:32:64-v128:32:128"; in computeDataLayout()
159 Ret += "-v128:64:128"; in computeDataLayout()
163 Ret += "-a:0:32"; in computeDataLayout()
166 Ret += "-n32"; in computeDataLayout()
171 Ret += "-S128"; in computeDataLayout()
173 Ret += "-S64"; in computeDataLayout()
175 Ret += "-S32"; in computeDataLayout()
177 return Ret; in computeDataLayout()