Lines Matching refs:Ret
66 std::string Ret = "e"; in computeDataLayout() local
68 Ret += DataLayout::getManglingComponent(TT); in computeDataLayout()
73 Ret += "-p:32:32"; in computeDataLayout()
77 Ret += "-i64:64"; in computeDataLayout()
79 Ret += "-i64:32-f64:32"; in computeDataLayout()
81 Ret += "-f64:32:64"; in computeDataLayout()
87 Ret += "-f80:128"; in computeDataLayout()
89 Ret += "-f80:32"; in computeDataLayout()
92 Ret += "-f128:32"; in computeDataLayout()
96 Ret += "-n8:16:32:64"; in computeDataLayout()
98 Ret += "-n8:16:32"; in computeDataLayout()
102 Ret += "-a:0:32-S32"; in computeDataLayout()
104 Ret += "-S128"; in computeDataLayout()
106 return Ret; in computeDataLayout()