Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.h155 std::vector<llvm::Type *> &ResultTruncRegTypes, in addReturnRegisterOutputs() argument
H A DCGStmt.cpp2234 std::vector<llvm::Type *> ResultTruncRegTypes; in EmitAsmStmt() local
2292 ResultTruncRegTypes.push_back(ConvertTypeForMem(OutExpr->getType())); in EmitAsmStmt()
2300 ResultRegTypes.push_back(ResultTruncRegTypes.back()); in EmitAsmStmt()
2396 *this, ReturnSlot, Constraints, ResultRegTypes, ResultTruncRegTypes, in EmitAsmStmt()
2596 assert(RegResults.size() == ResultTruncRegTypes.size()); in EmitAsmStmt()
2606 if (ResultRegTypes[i] != ResultTruncRegTypes[i]) { in EmitAsmStmt()
2607 llvm::Type *TruncTy = 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()