Lines Matching refs:Ret
124 std::string Ret = "e"; in computeDataLayout() local
126 Ret += DataLayout::getManglingComponent(TT); in computeDataLayout()
129 Ret += "-p:32:32"; in computeDataLayout()
132 Ret += "-p270:32:32-p271:32:32-p272:64:64"; in computeDataLayout()
138 Ret += "-i64:64-i128:128"; in computeDataLayout()
140 Ret += "-i64:32-f64:32"; in computeDataLayout()
142 Ret += "-i128:128-f64:32:64"; in computeDataLayout()
148 Ret += "-f80:128"; in computeDataLayout()
150 Ret += "-f80:32"; in computeDataLayout()
153 Ret += "-f128:32"; in computeDataLayout()
157 Ret += "-n8:16:32:64"; in computeDataLayout()
159 Ret += "-n8:16:32"; in computeDataLayout()
163 Ret += "-a:0:32-S32"; in computeDataLayout()
165 Ret += "-S128"; in computeDataLayout()
167 return Ret; in computeDataLayout()