Home
last modified time | relevance | path

Searched refs:ResultRegTypes (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGStmt.cpp1845 std::vector<llvm::Type *> ResultRegTypes; in EmitAsmStmt() local
1888 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 …]
HDTargetInfo.h136 std::string &Constraints, std::vector<llvm::Type *> &ResultRegTypes, in addReturnRegisterOutputs() argument
HDTargetInfo.cpp672 std::vector<llvm::Type *> &ResultRegTypes,
738 std::vector<llvm::Type *> &ResultRegTypes, in addReturnRegisterOutputs() argument
750 ResultRegTypes.push_back(CGF.Int32Ty); in addReturnRegisterOutputs()
754 ResultRegTypes.push_back(CGF.Int64Ty); in addReturnRegisterOutputs()