Searched refs:ResultTruncRegTypes (Results 1 – 3 of 3) sorted by relevance
162 std::vector<llvm::Type *> &ResultTruncRegTypes, in addReturnRegisterOutputs() argument
2273 std::vector<llvm::Type *> ResultTruncRegTypes; in EmitAsmStmt() local2338 ResultTruncRegTypes.push_back(Ty); in EmitAsmStmt()2440 *this, ReturnSlot, Constraints, ResultRegTypes, ResultTruncRegTypes, in EmitAsmStmt()2640 assert(RegResults.size() == ResultTruncRegTypes.size()); in EmitAsmStmt()2647 llvm::Type *TruncTy = ResultTruncRegTypes[i]; in EmitAsmStmt()2651 if (ResultRegTypes[i] != ResultTruncRegTypes[i]) { in EmitAsmStmt()
1224 std::vector<llvm::Type *> &ResultTruncRegTypes,1299 std::vector<llvm::Type *> &ResultTruncRegTypes, in addReturnRegisterOutputs() argument1319 ResultTruncRegTypes.push_back(CoerceTy); in addReturnRegisterOutputs()