Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DTargetInfo.h161 std::vector<llvm::Type *> &ResultTruncRegTypes, in addReturnRegisterOutputs() argument
H A DCGStmt.cpp2356 std::vector<llvm::Type *> ResultTruncRegTypes; in EmitAsmStmt() local
2427 ResultTruncRegTypes.push_back(Ty); in EmitAsmStmt()
2530 *this, ReturnSlot, Constraints, ResultRegTypes, ResultTruncRegTypes, in EmitAsmStmt()
2734 assert(RegResults.size() == ResultTruncRegTypes.size()); in EmitAsmStmt()
2742 llvm::Type *TruncTy = ResultTruncRegTypes[i]; in EmitAsmStmt()
2756 if (ResultRegTypes[i] != ResultTruncRegTypes[i]) { in EmitAsmStmt()
H A DTargetInfo.cpp1269 std::vector<llvm::Type *> &ResultTruncRegTypes,
1344 std::vector<llvm::Type *> &ResultTruncRegTypes, in addReturnRegisterOutputs() argument
1364 ResultTruncRegTypes.push_back(CoerceTy); in addReturnRegisterOutputs()