Searched refs:NumIntermediates (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 1100 unsigned &NumIntermediates, in getVectorTypeBreakdownMVT() argument 1132 NumIntermediates = NumVectorRegs; in getVectorTypeBreakdownMVT() 1487 unsigned NumIntermediates; in computeRegisterProperties() local 1489 NumIntermediates, RegisterVT, this); in computeRegisterProperties() 1554 unsigned &NumIntermediates, in getVectorTypeBreakdown() argument 1570 NumIntermediates = 1; in getVectorTypeBreakdown() 1596 NumIntermediates = in getVectorTypeBreakdown() 1601 return NumIntermediates; in getVectorTypeBreakdown() 1619 NumIntermediates = NumVectorRegs; in getVectorTypeBreakdown()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 1032 unsigned &NumIntermediates, 1040 unsigned &NumIntermediates, MVT &RegisterVT) const { in getVectorTypeBreakdownForCallingConv() argument 1041 return getVectorTypeBreakdown(Context, VT, IntermediateVT, NumIntermediates, in getVectorTypeBreakdownForCallingConv() 1560 unsigned NumIntermediates; in getRegisterType() local 1562 NumIntermediates, RegisterVT); in getRegisterType() 1593 unsigned NumIntermediates; variable 1594 return getVectorTypeBreakdown(Context, VT, VT1, NumIntermediates, VT2);
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 336 unsigned NumIntermediates; in getCopyFromPartsVector() local 342 NumIntermediates, RegisterVT); in getCopyFromPartsVector() 346 NumIntermediates, RegisterVT); in getCopyFromPartsVector() 357 SmallVector<SDValue, 8> Ops(NumIntermediates); in getCopyFromPartsVector() 358 if (NumIntermediates == NumParts) { in getCopyFromPartsVector() 367 assert(NumParts % NumIntermediates == 0 && in getCopyFromPartsVector() 369 unsigned Factor = NumParts / NumIntermediates; in getCopyFromPartsVector() 370 for (unsigned i = 0; i != NumIntermediates; ++i) in getCopyFromPartsVector() 384 NumIntermediates); in getCopyFromPartsVector() 718 unsigned NumIntermediates; in getCopyToPartsVector() local [all …]
|
| H A D | SelectionDAG.cpp | 2331 unsigned NumIntermediates; in getReducedAlign() local 2333 NumIntermediates, RegisterVT); in getReducedAlign()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.h | 306 unsigned &NumIntermediates, MVT &RegisterVT) const override;
|
| H A D | MipsISelLowering.cpp | 119 unsigned &NumIntermediates, MVT &RegisterVT) const { in getVectorTypeBreakdownForCallingConv() argument 123 NumIntermediates = in getVectorTypeBreakdownForCallingConv() 127 return NumIntermediates; in getVectorTypeBreakdownForCallingConv()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.h | 45 unsigned &NumIntermediates, MVT &RegisterVT) const override;
|
| H A D | SIISelLowering.cpp | 899 unsigned &NumIntermediates, MVT &RegisterVT) const { in getVectorTypeBreakdownForCallingConv() argument 915 NumIntermediates = (NumElts + 1) / 2; in getVectorTypeBreakdownForCallingConv() 916 return NumIntermediates; in getVectorTypeBreakdownForCallingConv() 922 NumIntermediates = NumElts; in getVectorTypeBreakdownForCallingConv() 923 return NumIntermediates; in getVectorTypeBreakdownForCallingConv() 930 NumIntermediates = NumElts; in getVectorTypeBreakdownForCallingConv() 931 return NumIntermediates; in getVectorTypeBreakdownForCallingConv() 938 NumIntermediates = NumElts; in getVectorTypeBreakdownForCallingConv() 939 return NumIntermediates; in getVectorTypeBreakdownForCallingConv() 945 NumIntermediates = NumElts * ((Size + 31) / 32); in getVectorTypeBreakdownForCallingConv() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 1509 unsigned &NumIntermediates, MVT &RegisterVT) const override;
|
| H A D | X86ISelLowering.cpp | 2577 unsigned &NumIntermediates, MVT &RegisterVT) const { in getVectorTypeBreakdownForCallingConv() argument 2586 NumIntermediates = VT.getVectorNumElements(); in getVectorTypeBreakdownForCallingConv() 2587 return NumIntermediates; in getVectorTypeBreakdownForCallingConv() 2595 NumIntermediates = 2; in getVectorTypeBreakdownForCallingConv() 2600 NumIntermediates, RegisterVT); in getVectorTypeBreakdownForCallingConv()
|