Searched defs:NumParts (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 1484 unsigned NumParts = TLI.getNumRegisters(ReturnType->getContext(), VT); in GetReturnInfo() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 109 unsigned NumParts, MVT PartVT, EVT ValueVT, in getCopyFromParts() 243 const SDValue *Parts, unsigned NumParts, in getCopyFromPartsVector() 352 SDValue Val, SDValue *Parts, unsigned NumParts, in getCopyToParts() 475 SDValue Val, SDValue *Parts, unsigned NumParts, in getCopyToPartsVector() 782 unsigned NumParts = TLI.getNumRegisters(*DAG.getContext(), ValueVT); in getCopyToRegs() local 1278 unsigned NumParts = TLI.getNumRegisters(Context, VT); in visitRet() local 7280 unsigned NumParts = getNumRegisters(CLI.RetTy->getContext(), VT); in LowerCallTo() local 7635 unsigned NumParts = TLI->getNumRegisters(*CurDAG->getContext(), VT); in LowerArguments() local
|
/external/llvm/lib/Transforms/Vectorize/ |
D | BBVectorize.cpp | 1154 unsigned NumParts = TTI->getNumberOfParts(Tys[i]); in areInstsCompatible() local
|