Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGStmt.cpp2120 const std::vector<llvm::Type *> &ResultRegTypes, in UpdateAsmCallInst() argument
2160 if (ResultRegTypes.size() == 1) { in UpdateAsmCallInst()
2163 for (unsigned i = 0, e = ResultRegTypes.size(); i != e; ++i) { in UpdateAsmCallInst()
2203 std::vector<llvm::Type *> ResultRegTypes; in EmitAsmStmt() local
2267 ResultRegTypes.push_back(ConvTy); in EmitAsmStmt()
2270 ResultRegTypes.push_back(ResultTruncRegTypes.back()); in EmitAsmStmt()
2290 ResultRegTypes.back() = ConvertType(InputTy); in EmitAsmStmt()
2295 ResultRegTypes.back())) in EmitAsmStmt()
2296 ResultRegTypes.back() = AdjTy; in EmitAsmStmt()
2304 if (auto *VT = dyn_cast<llvm::VectorType>(ResultRegTypes.back())) in EmitAsmStmt()
[all …]
DTargetInfo.h143 std::string &Constraints, std::vector<llvm::Type *> &ResultRegTypes, in addReturnRegisterOutputs() argument
DTargetInfo.cpp1225 std::vector<llvm::Type *> &ResultRegTypes,
1300 std::vector<llvm::Type *> &ResultRegTypes, in addReturnRegisterOutputs() argument
1312 ResultRegTypes.push_back(CGF.Int32Ty); in addReturnRegisterOutputs()
1316 ResultRegTypes.push_back(CGF.Int64Ty); in addReturnRegisterOutputs()
/external/clang/lib/CodeGen/
DCGStmt.cpp1828 std::vector<llvm::Type *> ResultRegTypes; in EmitAsmStmt() local
1871 ResultRegTypes.push_back(ConvertTypeForMem(OutExpr->getType())); in EmitAsmStmt()
1872 ResultTruncRegTypes.push_back(ResultRegTypes.back()); in EmitAsmStmt()
1892 ResultRegTypes.back() = ConvertType(InputTy); in EmitAsmStmt()
1897 ResultRegTypes.back())) in EmitAsmStmt()
1898 ResultRegTypes.back() = AdjTy; in EmitAsmStmt()
1943 *this, ReturnSlot, Constraints, ResultRegTypes, ResultTruncRegTypes, in EmitAsmStmt()
2043 if (ResultRegTypes.empty()) in EmitAsmStmt()
2045 else if (ResultRegTypes.size() == 1) in EmitAsmStmt()
2046 ResultType = ResultRegTypes[0]; in EmitAsmStmt()
[all …]
DTargetInfo.h135 std::string &Constraints, std::vector<llvm::Type *> &ResultRegTypes, in addReturnRegisterOutputs() argument
DTargetInfo.cpp997 std::vector<llvm::Type *> &ResultRegTypes,
1068 std::vector<llvm::Type *> &ResultRegTypes, in addReturnRegisterOutputs() argument
1080 ResultRegTypes.push_back(CGF.Int32Ty); in addReturnRegisterOutputs()
1084 ResultRegTypes.push_back(CGF.Int64Ty); in addReturnRegisterOutputs()