HomeSort by: relevance | last modified time | path
    Searched refs:RetAI (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCall.cpp 1466 const ABIArgInfo &RetAI = FI.getReturnInfo();
1468 if (RetAI.getKind() == ABIArgInfo::Indirect) {
1469 SwapThisWithSRet = RetAI.isSRetAfterThis();
1587 const ABIArgInfo &retAI = FI.getReturnInfo();
1588 switch (retAI.getKind()) {
1595 resultType = retAI.getCoerceToType();
1599 if (retAI.getInAllocaSRet()) {
1616 resultType = retAI.getUnpaddedCoerceAndExpandType();
2222 const ABIArgInfo &RetAI = FI.getReturnInfo();
2246 if (!RetTy->isVoidType() && RetAI.getKind() != ABIArgInfo::Indirect &
    [all...]
CGVTables.cpp 406 const ABIArgInfo &RetAI = CurFnInfo->getReturnInfo();
407 int ThisArgNo = RetAI.isIndirect() && !RetAI.isSRetAfterThis() ? 1 : 0;
CGStmt.cpp 2391 const ABIArgInfo &RetAI = CurFnInfo->getReturnInfo();
2392 if (RetAI.isDirect() || RetAI.isExtend()) {

Completed in 75 milliseconds