Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmt.cpp1915 std::vector<llvm::Type *> ResultRegTypes; in EmitAsmStmt() local
1959 ResultTruncRegTypes.push_back(ResultRegTypes.back()); in EmitAsmStmt()
1979 ResultRegTypes.back() = ConvertType(InputTy); in EmitAsmStmt()
1985 ResultRegTypes.back() = AdjTy; in EmitAsmStmt()
2144 if (ResultRegTypes.empty()) in EmitAsmStmt()
2146 else if (ResultRegTypes.size() == 1) in EmitAsmStmt()
2147 ResultType = ResultRegTypes[0]; in EmitAsmStmt()
2199 if (ResultRegTypes.size() == 1) { in EmitAsmStmt()
2202 for (unsigned i = 0, e = ResultRegTypes.size(); i != e; ++i) { in EmitAsmStmt()
2208 assert(RegResults.size() == ResultRegTypes.size()); in EmitAsmStmt()
[all …]
H A DTargetInfo.h137 std::string &Constraints, std::vector<llvm::Type *> &ResultRegTypes, in addReturnRegisterOutputs() argument
H A DTargetInfo.cpp1127 std::vector<llvm::Type *> &ResultRegTypes,
1198 std::vector<llvm::Type *> &ResultRegTypes, in addReturnRegisterOutputs() argument
1210 ResultRegTypes.push_back(CGF.Int32Ty); in addReturnRegisterOutputs()
1214 ResultRegTypes.push_back(CGF.Int64Ty); in addReturnRegisterOutputs()