Searched refs:ResultRegTypes (Results 1 – 3 of 3) sorted by relevance
1828 std::vector<llvm::Type *> ResultRegTypes; in EmitAsmStmt() local1871 ResultRegTypes.push_back(ConvertTypeForMem(OutExpr->getType())); in EmitAsmStmt()1872 ResultTruncRegTypes.push_back(ResultRegTypes.back()); in EmitAsmStmt()1892 ResultRegTypes.back() = ConvertType(InputTy); in EmitAsmStmt()1897 ResultRegTypes.back())) in EmitAsmStmt()1898 ResultRegTypes.back() = AdjTy; in EmitAsmStmt()1943 *this, ReturnSlot, Constraints, ResultRegTypes, ResultTruncRegTypes, in EmitAsmStmt()2043 if (ResultRegTypes.empty()) in EmitAsmStmt()2045 else if (ResultRegTypes.size() == 1) in EmitAsmStmt()2046 ResultType = ResultRegTypes[0]; in EmitAsmStmt()[all …]
135 std::string &Constraints, std::vector<llvm::Type *> &ResultRegTypes, in addReturnRegisterOutputs() argument
997 std::vector<llvm::Type *> &ResultRegTypes,1068 std::vector<llvm::Type *> &ResultRegTypes, in addReturnRegisterOutputs() argument1080 ResultRegTypes.push_back(CGF.Int32Ty); in addReturnRegisterOutputs()1084 ResultRegTypes.push_back(CGF.Int64Ty); in addReturnRegisterOutputs()