Searched refs:ResultRegTypes (Results 1 – 3 of 3) sorted by relevance
1845 std::vector<llvm::Type *> ResultRegTypes; in EmitAsmStmt() local1888 ResultRegTypes.push_back(ConvertTypeForMem(OutExpr->getType())); in EmitAsmStmt()1889 ResultTruncRegTypes.push_back(ResultRegTypes.back()); in EmitAsmStmt()1909 ResultRegTypes.back() = ConvertType(InputTy); in EmitAsmStmt()1914 ResultRegTypes.back())) in EmitAsmStmt()1915 ResultRegTypes.back() = AdjTy; in EmitAsmStmt()1960 *this, ReturnSlot, Constraints, ResultRegTypes, ResultTruncRegTypes, in EmitAsmStmt()2060 if (ResultRegTypes.empty()) in EmitAsmStmt()2062 else if (ResultRegTypes.size() == 1) in EmitAsmStmt()2063 ResultType = ResultRegTypes[0]; in EmitAsmStmt()[all …]
136 std::string &Constraints, std::vector<llvm::Type *> &ResultRegTypes, in addReturnRegisterOutputs() argument
672 std::vector<llvm::Type *> &ResultRegTypes,738 std::vector<llvm::Type *> &ResultRegTypes, in addReturnRegisterOutputs() argument750 ResultRegTypes.push_back(CGF.Int32Ty); in addReturnRegisterOutputs()754 ResultRegTypes.push_back(CGF.Int64Ty); in addReturnRegisterOutputs()