Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGStmt.cpp2273 const std::vector<llvm::Type *> &ResultRegTypes, in UpdateAsmCallInst() argument
2320 if (ResultRegTypes.size() == 1) { in UpdateAsmCallInst()
2323 for (unsigned i = 0, e = ResultRegTypes.size(); i != e; ++i) { in UpdateAsmCallInst()
2366 std::vector<llvm::Type *> ResultRegTypes; in EmitAsmStmt() local
2445 ResultRegTypes.push_back(Ty); in EmitAsmStmt()
2464 ResultRegTypes.back() = ConvertType(InputTy); in EmitAsmStmt()
2469 ResultRegTypes.back())) in EmitAsmStmt()
2470 ResultRegTypes.back() = AdjTy; in EmitAsmStmt()
2478 if (auto *VT = dyn_cast<llvm::VectorType>(ResultRegTypes.back())) in EmitAsmStmt()
2541 *this, ReturnSlot, Constraints, ResultRegTypes, ResultTruncRegTypes, in EmitAsmStmt()
[all …]
H A DTargetInfo.h173 std::string &Constraints, std::vector<llvm::Type *> &ResultRegTypes, in addReturnRegisterOutputs() argument
H A DTargetInfo.cpp1278 std::vector<llvm::Type *> &ResultRegTypes,
1353 std::vector<llvm::Type *> &ResultRegTypes, in addReturnRegisterOutputs() argument
1365 ResultRegTypes.push_back(CGF.Int32Ty); in addReturnRegisterOutputs()
1369 ResultRegTypes.push_back(CGF.Int64Ty); in addReturnRegisterOutputs()