Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2352 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 DTargetInfo.h182 std::vector<llvm::Type *> &ResultTruncRegTypes, in addReturnRegisterOutputs() argument
/freebsd-14.2/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()