Searched defs:RetAI (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGVTables.cpp | 421 int ThisArgNo = RetAI.isIndirect() && !RetAI.isSRetAfterThis() ? 1 : 0; in EmitMustTailThunk() local |
H A D | CGCall.cpp | 1513 if (RetAI.getKind() == ABIArgInfo::Indirect) { in construct() local |
H A D | CGStmt.cpp | 2834 const ABIArgInfo &RetAI = CurFnInfo->getReturnInfo(); EmitAsmStmt() local |