Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp868 unsigned &NumIntermediates, in getVectorTypeBreakdownMVT() argument
891 NumIntermediates = NumVectorRegs; in getVectorTypeBreakdownMVT()
1146 unsigned NumIntermediates; in computeRegisterProperties() local
1148 NumIntermediates, RegisterVT, this); in computeRegisterProperties()
1204 unsigned &NumIntermediates, in getVectorTypeBreakdown() argument
1219 NumIntermediates = 1; in getVectorTypeBreakdown()
1244 NumIntermediates = NumVectorRegs; in getVectorTypeBreakdown()
/external/llvm/include/llvm/Target/
DTargetLowering.h421 unsigned &NumIntermediates,
684 unsigned NumIntermediates; in getRegisterType() local
686 NumIntermediates, RegisterVT); in getRegisterType()
712 unsigned NumIntermediates; in getNumRegisters() local
713 return getVectorTypeBreakdown(Context, VT, VT1, NumIntermediates, VT2); in getNumRegisters()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp249 unsigned NumIntermediates; in getCopyFromPartsVector() local
252 NumIntermediates, RegisterVT); in getCopyFromPartsVector()
260 SmallVector<SDValue, 8> Ops(NumIntermediates); in getCopyFromPartsVector()
261 if (NumIntermediates == NumParts) { in getCopyFromPartsVector()
270 assert(NumParts % NumIntermediates == 0 && in getCopyFromPartsVector()
272 unsigned Factor = NumParts / NumIntermediates; in getCopyFromPartsVector()
273 for (unsigned i = 0; i != NumIntermediates; ++i) in getCopyFromPartsVector()
533 unsigned NumIntermediates; in getCopyToPartsVector() local
536 NumIntermediates, RegisterVT); in getCopyToPartsVector()
544 SmallVector<SDValue, 8> Ops(NumIntermediates); in getCopyToPartsVector()
[all …]