Searched refs:ArgElemTypes (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 2263 const std::vector<llvm::Type *> &ArgElemTypes, in UpdateAsmCallInst() argument 2280 for (auto Pair : llvm::enumerate(ArgElemTypes)) { in UpdateAsmCallInst() 2358 std::vector<llvm::Type *> ArgElemTypes; in EmitAsmStmt() local 2483 ArgElemTypes.push_back(DestAddr.getElementType()); in EmitAsmStmt() 2602 ArgElemTypes.push_back(ArgElemType); in EmitAsmStmt() 2610 ArgElemTypes.push_back(InOutArgElemTypes[i]); in EmitAsmStmt() 2719 ResultRegTypes, ArgElemTypes, *this, RegResults); in EmitAsmStmt() 2723 InNoMergeAttributedStmt, S, ResultRegTypes, ArgElemTypes, in EmitAsmStmt() 2730 ResultRegTypes, ArgElemTypes, *this, RegResults); in EmitAsmStmt()
|