Home
last modified time | relevance | path

Searched refs:NumIntermediates (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1032 unsigned &NumIntermediates, in getVectorTypeBreakdownMVT() argument
1055 NumIntermediates = NumVectorRegs; in getVectorTypeBreakdownMVT()
1328 unsigned NumIntermediates; in computeRegisterProperties() local
1330 NumIntermediates, RegisterVT, this); in computeRegisterProperties()
1390 unsigned &NumIntermediates, in getVectorTypeBreakdown() argument
1405 NumIntermediates = 1; in getVectorTypeBreakdown()
1430 NumIntermediates = NumVectorRegs; in getVectorTypeBreakdown()
/external/llvm/include/llvm/Target/
DTargetLowering.h471 unsigned &NumIntermediates,
752 unsigned NumIntermediates; in getRegisterType() local
754 NumIntermediates, RegisterVT); in getRegisterType()
780 unsigned NumIntermediates; in getNumRegisters() local
781 return getVectorTypeBreakdown(Context, VT, VT1, NumIntermediates, VT2); in getNumRegisters()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp254 unsigned NumIntermediates; in getCopyFromPartsVector() local
257 NumIntermediates, RegisterVT); in getCopyFromPartsVector()
265 SmallVector<SDValue, 8> Ops(NumIntermediates); in getCopyFromPartsVector()
266 if (NumIntermediates == NumParts) { in getCopyFromPartsVector()
275 assert(NumParts % NumIntermediates == 0 && in getCopyFromPartsVector()
277 unsigned Factor = NumParts / NumIntermediates; in getCopyFromPartsVector()
278 for (unsigned i = 0; i != NumIntermediates; ++i) in getCopyFromPartsVector()
538 unsigned NumIntermediates; in getCopyToPartsVector() local
541 NumIntermediates, RegisterVT); in getCopyToPartsVector()
549 SmallVector<SDValue, 8> Ops(NumIntermediates); in getCopyToPartsVector()
[all …]