Lines Matching refs:Ret
128 std::string Ret = ""; in computeDataLayout() local
132 Ret += "e"; in computeDataLayout()
135 Ret += "E"; in computeDataLayout()
137 Ret += DataLayout::getManglingComponent(TT); in computeDataLayout()
140 Ret += "-p:32:32"; in computeDataLayout()
144 Ret += "-i64:64"; in computeDataLayout()
149 Ret += "-f64:32:64"; in computeDataLayout()
154 Ret += "-v64:32:64-v128:32:128"; in computeDataLayout()
156 Ret += "-v128:64:128"; in computeDataLayout()
160 Ret += "-a:0:32"; in computeDataLayout()
163 Ret += "-n32"; in computeDataLayout()
168 Ret += "-S128"; in computeDataLayout()
170 Ret += "-S64"; in computeDataLayout()
172 Ret += "-S32"; in computeDataLayout()
174 return Ret; in computeDataLayout()