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.cpp2530 const llvm::ArrayRef<llvm::Type *> ResultTruncRegTypes, in EmitAsmStores() argument
2540 assert(RegResults.size() == ResultTruncRegTypes.size()); in EmitAsmStores()
2549 llvm::Type *TruncTy = ResultTruncRegTypes[i]; in EmitAsmStores()
2678 std::vector<llvm::Type *> ResultTruncRegTypes; in EmitAsmStmt() local
2749 ResultTruncRegTypes.push_back(Ty); in EmitAsmStmt()
2851 *this, ReturnSlot, Constraints, ResultRegTypes, ResultTruncRegTypes, in EmitAsmStmt()
3081 EmitAsmStores(*this, S, RegResults, ResultRegTypes, ResultTruncRegTypes, in EmitAsmStmt()
3093 ResultTruncRegTypes, ResultRegDests, ResultRegQualTys, in EmitAsmStmt()
H A DTargetInfo.h189 std::vector<llvm::Type *> &ResultTruncRegTypes, in addReturnRegisterOutputs() argument
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp241 std::vector<llvm::Type *> &ResultTruncRegTypes,
307 std::vector<llvm::Type *> &ResultTruncRegTypes, in addReturnRegisterOutputs() argument
327 ResultTruncRegTypes.push_back(CoerceTy); in addReturnRegisterOutputs()