Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetLowering.h313 unsigned &NumIntermediates,
549 unsigned NumIntermediates; in getRegisterType() local
551 NumIntermediates, RegisterVT); in getRegisterType()
575 unsigned NumIntermediates; in getNumRegisters() local
576 return getVectorTypeBreakdown(Context, VT, VT1, NumIntermediates, VT2); in getNumRegisters()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1116 unsigned &NumIntermediates, in getVectorTypeBreakdownMVT() argument
1139 NumIntermediates = NumVectorRegs; in getVectorTypeBreakdownMVT()
1439 unsigned NumIntermediates; in computeRegisterProperties() local
1441 NumIntermediates, RegisterVT, this); in computeRegisterProperties()
1502 unsigned &NumIntermediates, in getVectorTypeBreakdown() argument
1517 NumIntermediates = 1; in getVectorTypeBreakdown()
1542 NumIntermediates = NumVectorRegs; in getVectorTypeBreakdown()
/external/llvm/include/llvm/Target/
DTargetLowering.h537 unsigned &NumIntermediates,
843 unsigned NumIntermediates; in getRegisterType() local
845 NumIntermediates, RegisterVT); in getRegisterType()
871 unsigned NumIntermediates; in getNumRegisters() local
872 return getVectorTypeBreakdown(Context, VT, VT1, NumIntermediates, VT2); in getNumRegisters()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp228 unsigned NumIntermediates; in getCopyFromPartsVector() local
231 NumIntermediates, RegisterVT); in getCopyFromPartsVector()
239 SmallVector<SDValue, 8> Ops(NumIntermediates); in getCopyFromPartsVector()
240 if (NumIntermediates == NumParts) { in getCopyFromPartsVector()
249 assert(NumParts % NumIntermediates == 0 && in getCopyFromPartsVector()
251 unsigned Factor = NumParts / NumIntermediates; in getCopyFromPartsVector()
252 for (unsigned i = 0; i != NumIntermediates; ++i) in getCopyFromPartsVector()
261 ValueVT, &Ops[0], NumIntermediates); in getCopyFromPartsVector()
499 unsigned NumIntermediates; in getCopyToPartsVector() local
502 NumIntermediates, RegisterVT); in getCopyToPartsVector()
[all …]
DTargetLowering.cpp655 unsigned &NumIntermediates, in getVectorTypeBreakdownMVT() argument
678 NumIntermediates = NumVectorRegs; in getVectorTypeBreakdownMVT()
881 unsigned NumIntermediates; in computeRegisterProperties() local
883 getVectorTypeBreakdownMVT(VT, IntermediateVT, NumIntermediates, in computeRegisterProperties()
939 unsigned &NumIntermediates, in getVectorTypeBreakdown() argument
950 NumIntermediates = 1; in getVectorTypeBreakdown()
975 NumIntermediates = NumVectorRegs; in getVectorTypeBreakdown()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp288 unsigned NumIntermediates; in getCopyFromPartsVector() local
291 NumIntermediates, RegisterVT); in getCopyFromPartsVector()
300 SmallVector<SDValue, 8> Ops(NumIntermediates); in getCopyFromPartsVector()
301 if (NumIntermediates == NumParts) { in getCopyFromPartsVector()
310 assert(NumParts % NumIntermediates == 0 && in getCopyFromPartsVector()
312 unsigned Factor = NumParts / NumIntermediates; in getCopyFromPartsVector()
313 for (unsigned i = 0; i != NumIntermediates; ++i) in getCopyFromPartsVector()
574 unsigned NumIntermediates; in getCopyToPartsVector() local
577 NumIntermediates, RegisterVT); in getCopyToPartsVector()
585 SmallVector<SDValue, 8> Ops(NumIntermediates); in getCopyToPartsVector()
[all …]