Home
last modified time | relevance | path

Searched refs:getVectorTypeBreakdown (Results 1 – 10 of 10) sorted by relevance

/external/llvm/include/llvm/Target/
DTargetLowering.h535 unsigned getVectorTypeBreakdown(LLVMContext &Context, EVT VT,
844 (void)getVectorTypeBreakdown(Context, VT, VT1, in getRegisterType()
872 return getVectorTypeBreakdown(Context, VT, VT1, NumIntermediates, VT2); in getNumRegisters()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h828 unsigned getVectorTypeBreakdown(LLVMContext &Context, EVT VT,
839 return getVectorTypeBreakdown(Context, VT, IntermediateVT, NumIntermediates, in getVectorTypeBreakdownForCallingConv()
1293 (void)getVectorTypeBreakdown(Context, VT, VT1, in getRegisterType()
1321 return getVectorTypeBreakdown(Context, VT, VT1, NumIntermediates, VT2); in getNumRegisters()
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetLowering.h963 unsigned getVectorTypeBreakdown(LLVMContext &Context, EVT VT,
974 return getVectorTypeBreakdown(Context, VT, IntermediateVT, NumIntermediates, in getVectorTypeBreakdownForCallingConv()
1449 (void)getVectorTypeBreakdown(Context, VT, VT1, in getRegisterType()
1477 return getVectorTypeBreakdown(Context, VT, VT1, NumIntermediates, VT2); in getNumRegisters()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1375 unsigned TargetLoweringBase::getVectorTypeBreakdown(LLVMContext &Context, EVT VT, in getVectorTypeBreakdown() function in TargetLoweringBase
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1500 unsigned TargetLoweringBase::getVectorTypeBreakdown(LLVMContext &Context, EVT VT, in getVectorTypeBreakdown() function in TargetLoweringBase
/external/llvm-project/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1532 unsigned TargetLoweringBase::getVectorTypeBreakdown(LLVMContext &Context, EVT VT, in getVectorTypeBreakdown() function in TargetLoweringBase
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp290 TLI.getVectorTypeBreakdown(*DAG.getContext(), ValueVT, IntermediateVT, in getCopyFromPartsVector()
575 unsigned NumRegs = TLI.getVectorTypeBreakdown(*DAG.getContext(), ValueVT, in getCopyToPartsVector()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp385 TLI.getVectorTypeBreakdown(*DAG.getContext(), ValueVT, IntermediateVT, in getCopyFromPartsVector()
718 TLI.getVectorTypeBreakdown(*DAG.getContext(), ValueVT, IntermediateVT, in getCopyToPartsVector()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp350 TLI.getVectorTypeBreakdown(*DAG.getContext(), ValueVT, IntermediateVT, in getCopyFromPartsVector()
697 TLI.getVectorTypeBreakdown(*DAG.getContext(), ValueVT, IntermediateVT, in getCopyToPartsVector()
DSelectionDAG.cpp2065 TLI->getVectorTypeBreakdown(*getContext(), VT, IntermediateVT, in getReducedAlign()