Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2469 const std::vector<llvm::Type *> &ResultRegTypes, in UpdateAsmCallInst() argument
2516 if (ResultRegTypes.size() == 1) { in UpdateAsmCallInst()
2519 for (unsigned i = 0, e = ResultRegTypes.size(); i != e; ++i) { in UpdateAsmCallInst()
2529 const llvm::ArrayRef<llvm::Type *> ResultRegTypes, in EmitAsmStores() argument
2539 assert(RegResults.size() == ResultRegTypes.size()); in EmitAsmStores()
2563 if (ResultRegTypes[i] != TruncTy) { in EmitAsmStores()
2592 Address A = Dest.getAddress().withElementType(ResultRegTypes[i]); in EmitAsmStores()
2677 std::vector<llvm::Type *> ResultRegTypes; in EmitAsmStmt() local
2756 ResultRegTypes.push_back(Ty); in EmitAsmStmt()
2775 ResultRegTypes.back() = ConvertType(InputTy); in EmitAsmStmt()
[all …]
H A DTargetInfo.h188 std::string &Constraints, std::vector<llvm::Type *> &ResultRegTypes, in addReturnRegisterOutputs() argument
/src/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp240 std::vector<llvm::Type *> &ResultRegTypes,
306 std::vector<llvm::Type *> &ResultRegTypes, in addReturnRegisterOutputs() argument
318 ResultRegTypes.push_back(CGF.Int32Ty); in addReturnRegisterOutputs()
322 ResultRegTypes.push_back(CGF.Int64Ty); in addReturnRegisterOutputs()