Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2338 if (ResultRegTypes.size() == 1) { in UpdateAsmCallInst()
2361 assert(RegResults.size() == ResultRegTypes.size()); in EmitAsmStores()
2385 if (ResultRegTypes[i] != TruncTy) { in EmitAsmStores()
2499 std::vector<llvm::Type *> ResultRegTypes; in EmitAsmStmt() local
2578 ResultRegTypes.push_back(Ty); in EmitAsmStmt()
2597 ResultRegTypes.back() = ConvertType(InputTy); in EmitAsmStmt()
2603 ResultRegTypes.back() = AdjTy; in EmitAsmStmt()
2833 if (ResultRegTypes.empty()) in EmitAsmStmt()
2835 else if (ResultRegTypes.size() == 1) in EmitAsmStmt()
2836 ResultType = ResultRegTypes[0]; in EmitAsmStmt()
[all …]
H A DTargetInfo.h181 std::string &Constraints, std::vector<llvm::Type *> &ResultRegTypes, in addReturnRegisterOutputs() argument
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp240 std::vector<llvm::Type *> &ResultRegTypes,
306 std::vector<llvm::Type *> &ResultRegTypes, in addReturnRegisterOutputs() argument
318 ResultRegTypes.push_back(CGF.Int32Ty); in addReturnRegisterOutputs()
322 ResultRegTypes.push_back(CGF.Int64Ty); in addReturnRegisterOutputs()