Searched refs:NumIntermediates (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 1034 unsigned &NumIntermediates, in getVectorTypeBreakdownMVT() argument 1057 NumIntermediates = NumVectorRegs; in getVectorTypeBreakdownMVT() 1324 unsigned NumIntermediates; in computeRegisterProperties() local 1326 NumIntermediates, RegisterVT, this); in computeRegisterProperties() 1387 unsigned &NumIntermediates, in getVectorTypeBreakdown() argument 1402 NumIntermediates = 1; in getVectorTypeBreakdown() 1427 NumIntermediates = NumVectorRegs; in getVectorTypeBreakdown()
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 487 unsigned &NumIntermediates, 770 unsigned NumIntermediates; in getRegisterType() local 772 NumIntermediates, RegisterVT); in getRegisterType() 798 unsigned NumIntermediates; in getNumRegisters() local 799 return getVectorTypeBreakdown(Context, VT, VT1, NumIntermediates, VT2); in getNumRegisters()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 269 unsigned NumIntermediates; in getCopyFromPartsVector() local 272 NumIntermediates, RegisterVT); in getCopyFromPartsVector() 281 SmallVector<SDValue, 8> Ops(NumIntermediates); in getCopyFromPartsVector() 282 if (NumIntermediates == NumParts) { in getCopyFromPartsVector() 291 assert(NumParts % NumIntermediates == 0 && in getCopyFromPartsVector() 293 unsigned Factor = NumParts / NumIntermediates; in getCopyFromPartsVector() 294 for (unsigned i = 0; i != NumIntermediates; ++i) in getCopyFromPartsVector() 553 unsigned NumIntermediates; in getCopyToPartsVector() local 556 NumIntermediates, RegisterVT); in getCopyToPartsVector() 564 SmallVector<SDValue, 8> Ops(NumIntermediates); in getCopyToPartsVector() [all …]
|