Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGStmt.cpp1840 std::vector<llvm::Type *> ResultRegTypes; in EmitAsmStmt() local
1875 ResultRegTypes.push_back(ConvertTypeForMem(OutExpr->getType())); in EmitAsmStmt()
1876 ResultTruncRegTypes.push_back(ResultRegTypes.back()); in EmitAsmStmt()
1896 ResultRegTypes.back() = ConvertType(InputTy); in EmitAsmStmt()
1901 ResultRegTypes.back())) in EmitAsmStmt()
1902 ResultRegTypes.back() = AdjTy; in EmitAsmStmt()
1946 *this, ReturnSlot, Constraints, ResultRegTypes, ResultTruncRegTypes, in EmitAsmStmt()
2041 if (ResultRegTypes.empty()) in EmitAsmStmt()
2043 else if (ResultRegTypes.size() == 1) in EmitAsmStmt()
2044 ResultType = ResultRegTypes[0]; in EmitAsmStmt()
[all …]
DTargetInfo.h136 std::string &Constraints, std::vector<llvm::Type *> &ResultRegTypes, in addReturnRegisterOutputs() argument
DTargetInfo.cpp660 std::vector<llvm::Type *> &ResultRegTypes,
726 std::vector<llvm::Type *> &ResultRegTypes, in addReturnRegisterOutputs() argument
738 ResultRegTypes.push_back(CGF.Int32Ty); in addReturnRegisterOutputs()
742 ResultRegTypes.push_back(CGF.Int64Ty); in addReturnRegisterOutputs()