Searched refs:NumIntermediates (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 1096 unsigned &NumIntermediates, in getVectorTypeBreakdownMVT() argument 1128 NumIntermediates = NumVectorRegs; in getVectorTypeBreakdownMVT() 1464 unsigned NumIntermediates; in computeRegisterProperties() local 1466 NumIntermediates, RegisterVT, this); in computeRegisterProperties() 1531 unsigned &NumIntermediates, in getVectorTypeBreakdown() argument 1547 NumIntermediates = 1; in getVectorTypeBreakdown() 1568 NumIntermediates = VT.getVectorElementCount().getKnownMinValue() / in getVectorTypeBreakdown() 1575 assert((PartVT.getVectorElementCount() * NumIntermediates) == in getVectorTypeBreakdown() 1580 return NumIntermediates; in getVectorTypeBreakdown() 1598 NumIntermediates = NumVectorRegs; in getVectorTypeBreakdown()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 974 unsigned &NumIntermediates, 982 unsigned &NumIntermediates, MVT &RegisterVT) const { in getVectorTypeBreakdownForCallingConv() argument 983 return getVectorTypeBreakdown(Context, VT, IntermediateVT, NumIntermediates, in getVectorTypeBreakdownForCallingConv() 1474 unsigned NumIntermediates; in getRegisterType() local 1476 NumIntermediates, RegisterVT); in getRegisterType() 1507 unsigned NumIntermediates; variable 1508 return getVectorTypeBreakdown(Context, VT, VT1, NumIntermediates, VT2);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 341 unsigned NumIntermediates; in getCopyFromPartsVector() local 347 NumIntermediates, RegisterVT); in getCopyFromPartsVector() 362 SmallVector<SDValue, 8> Ops(NumIntermediates); in getCopyFromPartsVector() 363 if (NumIntermediates == NumParts) { in getCopyFromPartsVector() 372 assert(NumParts % NumIntermediates == 0 && in getCopyFromPartsVector() 389 NumIntermediates); in getCopyFromPartsVector() 695 unsigned NumIntermediates; in getCopyToPartsVector() local 700 NumIntermediates, RegisterVT); in getCopyToPartsVector() 743 SmallVector<SDValue, 8> Ops(NumIntermediates); in getCopyToPartsVector() 759 if (NumParts == NumIntermediates) { in getCopyToPartsVector() [all …]
|
| H A D | SelectionDAG.cpp | 2169 unsigned NumIntermediates; in getReducedAlign() local 2171 NumIntermediates, RegisterVT); in getReducedAlign()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.h | 302 unsigned &NumIntermediates, MVT &RegisterVT) const override;
|
| H A D | MipsISelLowering.cpp | 131 unsigned &NumIntermediates, MVT &RegisterVT) const { in getVectorTypeBreakdownForCallingConv() argument 135 NumIntermediates = in getVectorTypeBreakdownForCallingConv() 139 return NumIntermediates; in getVectorTypeBreakdownForCallingConv()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.h | 44 unsigned &NumIntermediates, MVT &RegisterVT) const override;
|
| H A D | SIISelLowering.cpp | 977 unsigned &NumIntermediates, MVT &RegisterVT) const { in getVectorTypeBreakdownForCallingConv() argument 988 NumIntermediates = (NumElts + 1) / 2; in getVectorTypeBreakdownForCallingConv() 989 return NumIntermediates; in getVectorTypeBreakdownForCallingConv() 995 NumIntermediates = NumElts; in getVectorTypeBreakdownForCallingConv() 996 return NumIntermediates; in getVectorTypeBreakdownForCallingConv() 1003 NumIntermediates = NumElts; in getVectorTypeBreakdownForCallingConv() 1004 return NumIntermediates; in getVectorTypeBreakdownForCallingConv() 1011 NumIntermediates = NumElts; in getVectorTypeBreakdownForCallingConv() 1012 return NumIntermediates; in getVectorTypeBreakdownForCallingConv() 1018 NumIntermediates = NumElts * ((Size + 31) / 32); in getVectorTypeBreakdownForCallingConv() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 1396 unsigned &NumIntermediates, MVT &RegisterVT) const override;
|
| H A D | X86ISelLowering.cpp | 2191 unsigned &NumIntermediates, MVT &RegisterVT) const { in getVectorTypeBreakdownForCallingConv() argument 2200 NumIntermediates = VT.getVectorNumElements(); in getVectorTypeBreakdownForCallingConv() 2201 return NumIntermediates; in getVectorTypeBreakdownForCallingConv() 2209 NumIntermediates = 2; in getVectorTypeBreakdownForCallingConv() 2214 NumIntermediates, RegisterVT); in getVectorTypeBreakdownForCallingConv()
|