Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DTargetInfo.h138 std::vector<llvm::Type *> &ResultTruncRegTypes, in addReturnRegisterOutputs() argument
H A DCGStmt.cpp1916 std::vector<llvm::Type *> ResultTruncRegTypes; in EmitAsmStmt() local
1959 ResultTruncRegTypes.push_back(ResultRegTypes.back()); in EmitAsmStmt()
2039 *this, ReturnSlot, Constraints, ResultRegTypes, ResultTruncRegTypes, in EmitAsmStmt()
2209 assert(RegResults.size() == ResultTruncRegTypes.size()); in EmitAsmStmt()
2216 if (ResultRegTypes[i] != ResultTruncRegTypes[i]) { in EmitAsmStmt()
2217 llvm::Type *TruncTy = ResultTruncRegTypes[i]; in EmitAsmStmt()
H A DTargetInfo.cpp1128 std::vector<llvm::Type *> &ResultTruncRegTypes,
1199 std::vector<llvm::Type *> &ResultTruncRegTypes, in addReturnRegisterOutputs() argument
1219 ResultTruncRegTypes.push_back(CoerceTy); in addReturnRegisterOutputs()