Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmt.cpp2309 if (ResultRegTypes.size() == 1) { in UpdateAsmCallInst()
2312 for (unsigned i = 0, e = ResultRegTypes.size(); i != e; ++i) { in UpdateAsmCallInst()
2355 std::vector<llvm::Type *> ResultRegTypes; in EmitAsmStmt() local
2434 ResultRegTypes.push_back(Ty); in EmitAsmStmt()
2453 ResultRegTypes.back() = ConvertType(InputTy); in EmitAsmStmt()
2459 ResultRegTypes.back() = AdjTy; in EmitAsmStmt()
2690 if (ResultRegTypes.empty()) in EmitAsmStmt()
2692 else if (ResultRegTypes.size() == 1) in EmitAsmStmt()
2693 ResultType = ResultRegTypes[0]; in EmitAsmStmt()
2733 assert(RegResults.size() == ResultRegTypes.size()); in EmitAsmStmt()
[all …]
H A DTargetInfo.h160 std::string &Constraints, std::vector<llvm::Type *> &ResultRegTypes, in addReturnRegisterOutputs() argument
H A DTargetInfo.cpp1268 std::vector<llvm::Type *> &ResultRegTypes,
1343 std::vector<llvm::Type *> &ResultRegTypes, in addReturnRegisterOutputs() argument
1355 ResultRegTypes.push_back(CGF.Int32Ty); in addReturnRegisterOutputs()
1359 ResultRegTypes.push_back(CGF.Int64Ty); in addReturnRegisterOutputs()