Searched refs:ArgElemTypes (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 2274 const std::vector<llvm::Type *> &ArgElemTypes, in UpdateAsmCallInst() argument 2291 for (auto Pair : llvm::enumerate(ArgElemTypes)) { in UpdateAsmCallInst() 2369 std::vector<llvm::Type *> ArgElemTypes; in EmitAsmStmt() local 2494 ArgElemTypes.push_back(DestAddr.getElementType()); in EmitAsmStmt() 2613 ArgElemTypes.push_back(ArgElemType); in EmitAsmStmt() 2621 ArgElemTypes.push_back(InOutArgElemTypes[i]); in EmitAsmStmt() 2730 ResultRegTypes, ArgElemTypes, *this, RegResults); in EmitAsmStmt() 2734 InNoMergeAttributedStmt, S, ResultRegTypes, ArgElemTypes, in EmitAsmStmt() 2741 ResultRegTypes, ArgElemTypes, *this, RegResults); in EmitAsmStmt()
|