Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DTargetInfo.h174 std::vector<llvm::Type *> &ResultTruncRegTypes, in addReturnRegisterOutputs() argument
H A DCGStmt.cpp2367 std::vector<llvm::Type *> ResultTruncRegTypes; in EmitAsmStmt() local
2438 ResultTruncRegTypes.push_back(Ty); in EmitAsmStmt()
2541 *this, ReturnSlot, Constraints, ResultRegTypes, ResultTruncRegTypes, in EmitAsmStmt()
2745 assert(RegResults.size() == ResultTruncRegTypes.size()); in EmitAsmStmt()
2753 llvm::Type *TruncTy = ResultTruncRegTypes[i]; in EmitAsmStmt()
2767 if (ResultRegTypes[i] != ResultTruncRegTypes[i]) { in EmitAsmStmt()
H A DTargetInfo.cpp1279 std::vector<llvm::Type *> &ResultTruncRegTypes,
1354 std::vector<llvm::Type *> &ResultTruncRegTypes, in addReturnRegisterOutputs() argument
1374 ResultTruncRegTypes.push_back(CoerceTy); in addReturnRegisterOutputs()