Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DTargetInfo.h136 std::vector<llvm::Type *> &ResultTruncRegTypes, in addReturnRegisterOutputs() argument
DCGStmt.cpp1829 std::vector<llvm::Type *> ResultTruncRegTypes; in EmitAsmStmt() local
1872 ResultTruncRegTypes.push_back(ResultRegTypes.back()); in EmitAsmStmt()
1943 *this, ReturnSlot, Constraints, ResultRegTypes, ResultTruncRegTypes, in EmitAsmStmt()
2115 assert(RegResults.size() == ResultTruncRegTypes.size()); in EmitAsmStmt()
2122 if (ResultRegTypes[i] != ResultTruncRegTypes[i]) { in EmitAsmStmt()
2123 llvm::Type *TruncTy = ResultTruncRegTypes[i]; in EmitAsmStmt()
DTargetInfo.cpp998 std::vector<llvm::Type *> &ResultTruncRegTypes,
1069 std::vector<llvm::Type *> &ResultTruncRegTypes, in addReturnRegisterOutputs() argument
1089 ResultTruncRegTypes.push_back(CoerceTy); in addReturnRegisterOutputs()