Searched refs:ResultTruncRegTypes (Results 1 – 3 of 3) sorted by relevance
174 std::vector<llvm::Type *> &ResultTruncRegTypes, in addReturnRegisterOutputs() argument
2367 std::vector<llvm::Type *> ResultTruncRegTypes; in EmitAsmStmt() local2438 ResultTruncRegTypes.push_back(Ty); in EmitAsmStmt()2541 *this, ReturnSlot, Constraints, ResultRegTypes, ResultTruncRegTypes, in EmitAsmStmt()2745 assert(RegResults.size() == ResultTruncRegTypes.size()); in EmitAsmStmt()2753 llvm::Type *TruncTy = ResultTruncRegTypes[i]; in EmitAsmStmt()2767 if (ResultRegTypes[i] != ResultTruncRegTypes[i]) { in EmitAsmStmt()
1279 std::vector<llvm::Type *> &ResultTruncRegTypes,1354 std::vector<llvm::Type *> &ResultTruncRegTypes, in addReturnRegisterOutputs() argument1374 ResultTruncRegTypes.push_back(CoerceTy); in addReturnRegisterOutputs()