Searched refs:ArgElemTypes (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmt.cpp | 2470 const std::vector<llvm::Type *> &ArgElemTypes, in UpdateAsmCallInst() argument 2487 for (auto Pair : llvm::enumerate(ArgElemTypes)) { in UpdateAsmCallInst() 2680 std::vector<llvm::Type *> ArgElemTypes; in EmitAsmStmt() local 2804 ArgElemTypes.push_back(DestAddr.getElementType()); in EmitAsmStmt() 2923 ArgElemTypes.push_back(ArgElemType); in EmitAsmStmt() 2931 ArgElemTypes.push_back(InOutArgElemTypes[i]); in EmitAsmStmt() 3041 InNoMergeAttributedStmt, S, ResultRegTypes, ArgElemTypes, in EmitAsmStmt() 3071 InNoMergeAttributedStmt, S, ResultRegTypes, ArgElemTypes, in EmitAsmStmt() 3077 InNoMergeAttributedStmt, S, ResultRegTypes, ArgElemTypes, in EmitAsmStmt()
|