Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.h162 std::vector<llvm::Type *> &ResultTruncRegTypes, in addReturnRegisterOutputs() argument
H A DCGStmt.cpp2273 std::vector<llvm::Type *> ResultTruncRegTypes; in EmitAsmStmt() local
2338 ResultTruncRegTypes.push_back(Ty); in EmitAsmStmt()
2440 *this, ReturnSlot, Constraints, ResultRegTypes, ResultTruncRegTypes, in EmitAsmStmt()
2640 assert(RegResults.size() == ResultTruncRegTypes.size()); in EmitAsmStmt()
2647 llvm::Type *TruncTy = ResultTruncRegTypes[i]; in EmitAsmStmt()
2651 if (ResultRegTypes[i] != ResultTruncRegTypes[i]) { in EmitAsmStmt()
H A DTargetInfo.cpp1224 std::vector<llvm::Type *> &ResultTruncRegTypes,
1299 std::vector<llvm::Type *> &ResultTruncRegTypes, in addReturnRegisterOutputs() argument
1319 ResultTruncRegTypes.push_back(CoerceTy); in addReturnRegisterOutputs()