reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1643 return getIndirectResult(Ty, false, State); 1654 if (State.CC == llvm::CallingConv::X86_RegCall && 1657 if (State.FreeSSERegs >= NumElts) { 1658 State.FreeSSERegs -= NumElts; 1663 return getIndirectResult(Ty, /*ByVal=*/false, State); 1670 return getIndirectResult(Ty, true, State); 1680 if (shouldAggregateUseDirect(Ty, State, InReg, NeedsPadding)) { 1698 (!IsMCUABI || State.FreeRegs == 0) && canExpandIndirectArgument(Ty)) 1700 State.CC == llvm::CallingConv::X86_FastCall || 1701 State.CC == llvm::CallingConv::X86_VectorCall || 1702 State.CC == llvm::CallingConv::X86_RegCall, 1705 return getIndirectResult(Ty, true, State); 1729 bool InReg = shouldPrimitiveUseInReg(Ty, State);