Searched refs:ResultTruncRegTypes (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmt.cpp | 2530 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 D | TargetInfo.h | 189 std::vector<llvm::Type *> &ResultTruncRegTypes, in addReturnRegisterOutputs() argument
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | X86.cpp | 241 std::vector<llvm::Type *> &ResultTruncRegTypes, 307 std::vector<llvm::Type *> &ResultTruncRegTypes, in addReturnRegisterOutputs() argument 327 ResultTruncRegTypes.push_back(CoerceTy); in addReturnRegisterOutputs()
|