Searched defs:NumParts (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 1481 unsigned NumParts = TLI.getNumRegisters(ReturnType->getContext(), VT); in GetReturnInfo() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 114 unsigned NumParts, MVT PartVT, EVT ValueVT, in getCopyFromParts() 258 const SDValue *Parts, unsigned NumParts, in getCopyFromPartsVector() 364 SDValue Val, SDValue *Parts, unsigned NumParts, in getCopyToParts() 493 SDValue Val, SDValue *Parts, unsigned NumParts, in getCopyToPartsVector() 728 unsigned NumParts = TLI.getNumRegisters(*DAG.getContext(), ValueVT); in getCopyToRegs() local 1374 unsigned NumParts = TLI.getNumRegisters(Context, VT); in visitRet() local 7112 unsigned NumParts = getNumRegisters(CLI.RetTy->getContext(), VT); in LowerCallTo() local 7477 unsigned NumParts = TLI->getNumRegisters(*CurDAG->getContext(), VT); in LowerArguments() local
|
/external/llvm/lib/Transforms/Vectorize/ |
D | BBVectorize.cpp | 1162 unsigned NumParts = TTI->getNumberOfParts(Tys[i]); in areInstsCompatible() local
|