Searched refs:ResultTruncRegTypes (Results 1 – 3 of 3) sorted by relevance
161 std::vector<llvm::Type *> &ResultTruncRegTypes, in addReturnRegisterOutputs() argument
2356 std::vector<llvm::Type *> ResultTruncRegTypes; in EmitAsmStmt() local2427 ResultTruncRegTypes.push_back(Ty); in EmitAsmStmt()2530 *this, ReturnSlot, Constraints, ResultRegTypes, ResultTruncRegTypes, in EmitAsmStmt()2734 assert(RegResults.size() == ResultTruncRegTypes.size()); in EmitAsmStmt()2742 llvm::Type *TruncTy = ResultTruncRegTypes[i]; in EmitAsmStmt()2756 if (ResultRegTypes[i] != ResultTruncRegTypes[i]) { in EmitAsmStmt()
1269 std::vector<llvm::Type *> &ResultTruncRegTypes,1344 std::vector<llvm::Type *> &ResultTruncRegTypes, in addReturnRegisterOutputs() argument1364 ResultTruncRegTypes.push_back(CoerceTy); in addReturnRegisterOutputs()