Searched refs:ResultRegTypes (Results 1 – 3 of 3) sorted by relevance
1915 std::vector<llvm::Type *> ResultRegTypes; in EmitAsmStmt() local1959 ResultTruncRegTypes.push_back(ResultRegTypes.back()); in EmitAsmStmt()1979 ResultRegTypes.back() = ConvertType(InputTy); in EmitAsmStmt()1985 ResultRegTypes.back() = AdjTy; in EmitAsmStmt()2144 if (ResultRegTypes.empty()) in EmitAsmStmt()2146 else if (ResultRegTypes.size() == 1) in EmitAsmStmt()2147 ResultType = ResultRegTypes[0]; in EmitAsmStmt()2199 if (ResultRegTypes.size() == 1) { in EmitAsmStmt()2202 for (unsigned i = 0, e = ResultRegTypes.size(); i != e; ++i) { in EmitAsmStmt()2208 assert(RegResults.size() == ResultRegTypes.size()); in EmitAsmStmt()[all …]
137 std::string &Constraints, std::vector<llvm::Type *> &ResultRegTypes, in addReturnRegisterOutputs() argument
1127 std::vector<llvm::Type *> &ResultRegTypes,1198 std::vector<llvm::Type *> &ResultRegTypes, in addReturnRegisterOutputs() argument1210 ResultRegTypes.push_back(CGF.Int32Ty); in addReturnRegisterOutputs()1214 ResultRegTypes.push_back(CGF.Int64Ty); in addReturnRegisterOutputs()