Searched defs:NumIntermediates (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp269 unsigned NumIntermediates; local
272 NumIntermediates, RegisterVT);
281 SmallVector<SDValue, 8> Ops(NumIntermediates);
282 if (NumIntermediates == NumParts) {
291 assert(NumParts % NumIntermediates == 0 &&
293 unsigned Factor = NumParts / NumIntermediates;
294 for (unsigned i = 0; i != NumIntermediates; ++i)
553 unsigned NumIntermediates; local
556 NumIntermediates, RegisterVT);
564 SmallVector<SDValue, 8> Ops(NumIntermediates);
[all...]
/external/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1034 unsigned &NumIntermediates,
1057 NumIntermediates = NumVectorRegs;
1324 unsigned NumIntermediates; local
1326 NumIntermediates, RegisterVT, this);
1387 unsigned &NumIntermediates,
1402 NumIntermediates = 1;
1427 NumIntermediates = NumVectorRegs;
1033 getVectorTypeBreakdownMVT(MVT VT, MVT &IntermediateVT, unsigned &NumIntermediates, MVT &RegisterVT, TargetLoweringBase *TLI) argument
1385 getVectorTypeBreakdown(LLVMContext &Context, EVT VT, EVT &IntermediateVT, unsigned &NumIntermediates, MVT &RegisterVT) const argument

Completed in 30 milliseconds