Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2636 const std::vector<llvm::Type *> &ResultRegTypes, in UpdateAsmCallInst() argument
2689 if (ResultRegTypes.size() == 1) { in UpdateAsmCallInst()
2692 for (unsigned i = 0, e = ResultRegTypes.size(); i != e; ++i) { in UpdateAsmCallInst()
2702 const llvm::ArrayRef<llvm::Type *> ResultRegTypes, in EmitAsmStores() argument
2712 assert(RegResults.size() == ResultRegTypes.size()); in EmitAsmStores()
2736 if (ResultRegTypes[i] != TruncTy) { in EmitAsmStores()
2766 Address A = Dest.getAddress().withElementType(ResultRegTypes[i]); in EmitAsmStores()
2852 std::vector<llvm::Type *> ResultRegTypes; in EmitAsmStmt() local
2934 ResultRegTypes.push_back(Ty); in EmitAsmStmt()
2953 ResultRegTypes.back() = ConvertType(InputTy); in EmitAsmStmt()
[all …]
H A DTargetInfo.h210 std::string &Constraints, std::vector<llvm::Type *> &ResultRegTypes, in addReturnRegisterOutputs() argument
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp227 std::vector<llvm::Type *> &ResultRegTypes,
293 std::vector<llvm::Type *> &ResultRegTypes, in addReturnRegisterOutputs() argument
305 ResultRegTypes.push_back(CGF.Int32Ty); in addReturnRegisterOutputs()
309 ResultRegTypes.push_back(CGF.Int64Ty); in addReturnRegisterOutputs()