Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp2148 const std::vector<llvm::Type *> &ResultRegTypes, in UpdateAsmCallInst() argument
2190 if (ResultRegTypes.size() == 1) { in UpdateAsmCallInst()
2193 for (unsigned i = 0, e = ResultRegTypes.size(); i != e; ++i) { in UpdateAsmCallInst()
2233 std::vector<llvm::Type *> ResultRegTypes; in EmitAsmStmt() local
2297 ResultRegTypes.push_back(ConvTy); in EmitAsmStmt()
2300 ResultRegTypes.push_back(ResultTruncRegTypes.back()); in EmitAsmStmt()
2320 ResultRegTypes.back() = ConvertType(InputTy); in EmitAsmStmt()
2325 ResultRegTypes.back())) in EmitAsmStmt()
2326 ResultRegTypes.back() = AdjTy; in EmitAsmStmt()
2334 if (auto *VT = dyn_cast<llvm::VectorType>(ResultRegTypes.back())) in EmitAsmStmt()
[all …]
H A DTargetInfo.h154 std::string &Constraints, std::vector<llvm::Type *> &ResultRegTypes, in addReturnRegisterOutputs() argument
H A DTargetInfo.cpp1223 std::vector<llvm::Type *> &ResultRegTypes,
1298 std::vector<llvm::Type *> &ResultRegTypes, in addReturnRegisterOutputs() argument
1310 ResultRegTypes.push_back(CGF.Int32Ty); in addReturnRegisterOutputs()
1314 ResultRegTypes.push_back(CGF.Int64Ty); in addReturnRegisterOutputs()