Searched refs:getVectorTypeBreakdown (Results 1 – 3 of 3) sorted by relevance
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 485 unsigned getVectorTypeBreakdown(LLVMContext &Context, EVT VT, 771 (void)getVectorTypeBreakdown(Context, VT, VT1, in getRegisterType() 799 return getVectorTypeBreakdown(Context, VT, VT1, NumIntermediates, VT2); in getNumRegisters()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 1385 unsigned TargetLoweringBase::getVectorTypeBreakdown(LLVMContext &Context, EVT VT, in getVectorTypeBreakdown() function in TargetLoweringBase
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 271 TLI.getVectorTypeBreakdown(*DAG.getContext(), ValueVT, IntermediateVT, in getCopyFromPartsVector() 554 unsigned NumRegs = TLI.getVectorTypeBreakdown(*DAG.getContext(), ValueVT, in getCopyToPartsVector()
|