Searched refs:ResultRegTypes (Results 1 – 3 of 3) sorted by relevance
1771 std::vector<llvm::Type *> ResultRegTypes; in EmitAsmStmt() local1814 ResultRegTypes.push_back(ConvertTypeForMem(OutExpr->getType())); in EmitAsmStmt()1815 ResultTruncRegTypes.push_back(ResultRegTypes.back()); in EmitAsmStmt()1835 ResultRegTypes.back() = ConvertType(InputTy); in EmitAsmStmt()1840 ResultRegTypes.back())) in EmitAsmStmt()1841 ResultRegTypes.back() = AdjTy; in EmitAsmStmt()1886 *this, ReturnSlot, Constraints, ResultRegTypes, ResultTruncRegTypes, in EmitAsmStmt()1986 if (ResultRegTypes.empty()) in EmitAsmStmt()1988 else if (ResultRegTypes.size() == 1) in EmitAsmStmt()1989 ResultType = ResultRegTypes[0]; in EmitAsmStmt()[all …]
136 std::string &Constraints, std::vector<llvm::Type *> &ResultRegTypes, in addReturnRegisterOutputs() argument
928 std::vector<llvm::Type *> &ResultRegTypes,994 std::vector<llvm::Type *> &ResultRegTypes, in addReturnRegisterOutputs() argument1006 ResultRegTypes.push_back(CGF.Int32Ty); in addReturnRegisterOutputs()1010 ResultRegTypes.push_back(CGF.Int64Ty); in addReturnRegisterOutputs()