Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2703 const llvm::ArrayRef<llvm::Type *> ResultTruncRegTypes, in EmitAsmStores() argument
2713 assert(RegResults.size() == ResultTruncRegTypes.size()); in EmitAsmStores()
2722 llvm::Type *TruncTy = ResultTruncRegTypes[i]; in EmitAsmStores()
2853 std::vector<llvm::Type *> ResultTruncRegTypes; in EmitAsmStmt() local
2924 ResultTruncRegTypes.push_back(Ty); in EmitAsmStmt()
3029 *this, ReturnSlot, Constraints, ResultRegTypes, ResultTruncRegTypes, in EmitAsmStmt()
3262 EmitAsmStores(*this, S, RegResults, ResultRegTypes, ResultTruncRegTypes, in EmitAsmStmt()
3274 ResultTruncRegTypes, ResultRegDests, ResultRegQualTys, in EmitAsmStmt()
H A DTargetInfo.h211 std::vector<llvm::Type *> &ResultTruncRegTypes, in addReturnRegisterOutputs() argument
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp228 std::vector<llvm::Type *> &ResultTruncRegTypes,
294 std::vector<llvm::Type *> &ResultTruncRegTypes, in addReturnRegisterOutputs() argument
314 ResultTruncRegTypes.push_back(CoerceTy); in addReturnRegisterOutputs()