Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DTargetInfo.h137 std::vector<llvm::Type *> &ResultTruncRegTypes, in addReturnRegisterOutputs() argument
DCGStmt.cpp1772 std::vector<llvm::Type *> ResultTruncRegTypes; in EmitAsmStmt() local
1815 ResultTruncRegTypes.push_back(ResultRegTypes.back()); in EmitAsmStmt()
1886 *this, ReturnSlot, Constraints, ResultRegTypes, ResultTruncRegTypes, in EmitAsmStmt()
2050 assert(RegResults.size() == ResultTruncRegTypes.size()); in EmitAsmStmt()
2057 if (ResultRegTypes[i] != ResultTruncRegTypes[i]) { in EmitAsmStmt()
2058 llvm::Type *TruncTy = ResultTruncRegTypes[i]; in EmitAsmStmt()
DTargetInfo.cpp929 std::vector<llvm::Type *> &ResultTruncRegTypes,
995 std::vector<llvm::Type *> &ResultTruncRegTypes, in addReturnRegisterOutputs() argument
1015 ResultTruncRegTypes.push_back(CoerceTy); in addReturnRegisterOutputs()