Searched refs:ResultTruncRegTypes (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 2352 const llvm::ArrayRef<llvm::Type *> ResultTruncRegTypes, in EmitAsmStores() argument 2362 assert(RegResults.size() == ResultTruncRegTypes.size()); in EmitAsmStores() 2371 llvm::Type *TruncTy = ResultTruncRegTypes[i]; in EmitAsmStores() 2500 std::vector<llvm::Type *> ResultTruncRegTypes; in EmitAsmStmt() local 2571 ResultTruncRegTypes.push_back(Ty); in EmitAsmStmt() 2673 *this, ReturnSlot, Constraints, ResultRegTypes, ResultTruncRegTypes, in EmitAsmStmt() 2903 EmitAsmStores(*this, S, RegResults, ResultRegTypes, ResultTruncRegTypes, in EmitAsmStmt() 2915 ResultTruncRegTypes, ResultRegDests, ResultRegQualTys, in EmitAsmStmt()
|
| H A D | TargetInfo.h | 182 std::vector<llvm::Type *> &ResultTruncRegTypes, in addReturnRegisterOutputs() argument
|
| /freebsd-14.2/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()
|