Searched refs:ArgElemTypes (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 2292 const std::vector<llvm::Type *> &ArgElemTypes, in UpdateAsmCallInst() argument 2309 for (auto Pair : llvm::enumerate(ArgElemTypes)) { in UpdateAsmCallInst() 2502 std::vector<llvm::Type *> ArgElemTypes; in EmitAsmStmt() local 2626 ArgElemTypes.push_back(DestAddr.getElementType()); in EmitAsmStmt() 2745 ArgElemTypes.push_back(ArgElemType); in EmitAsmStmt() 2753 ArgElemTypes.push_back(InOutArgElemTypes[i]); in EmitAsmStmt() 2863 InNoMergeAttributedStmt, S, ResultRegTypes, ArgElemTypes, in EmitAsmStmt() 2893 InNoMergeAttributedStmt, S, ResultRegTypes, ArgElemTypes, in EmitAsmStmt() 2899 InNoMergeAttributedStmt, S, ResultRegTypes, ArgElemTypes, in EmitAsmStmt()
|