/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetLowering.h | 311 unsigned getVectorTypeBreakdown(LLVMContext &Context, EVT VT, 550 (void)getVectorTypeBreakdown(Context, VT, VT1, in getRegisterType() 576 return getVectorTypeBreakdown(Context, VT, VT1, NumIntermediates, VT2); in getNumRegisters()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 712 unsigned getVectorTypeBreakdown(LLVMContext &Context, EVT VT, 723 return getVectorTypeBreakdown(Context, VT, IntermediateVT, NumIntermediates, in getVectorTypeBreakdownForCallingConv() 1135 (void)getVectorTypeBreakdown(Context, VT, VT1, in getRegisterType() 1163 return getVectorTypeBreakdown(Context, VT, VT1, NumIntermediates, VT2); in getNumRegisters()
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 535 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-7.0/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 1271 unsigned TargetLoweringBase::getVectorTypeBreakdown(LLVMContext &Context, EVT VT, in getVectorTypeBreakdown() function in TargetLoweringBase
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 1500 unsigned TargetLoweringBase::getVectorTypeBreakdown(LLVMContext &Context, EVT VT, in getVectorTypeBreakdown() function in TargetLoweringBase
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 937 unsigned TargetLowering::getVectorTypeBreakdown(LLVMContext &Context, EVT VT, in getVectorTypeBreakdown() function in TargetLowering
|
D | SelectionDAGBuilder.cpp | 230 TLI.getVectorTypeBreakdown(*DAG.getContext(), ValueVT, IntermediateVT, in getCopyFromPartsVector() 500 unsigned NumRegs = TLI.getVectorTypeBreakdown(*DAG.getContext(), ValueVT, in getCopyToPartsVector()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 290 TLI.getVectorTypeBreakdown(*DAG.getContext(), ValueVT, IntermediateVT, in getCopyFromPartsVector() 575 unsigned NumRegs = TLI.getVectorTypeBreakdown(*DAG.getContext(), ValueVT, in getCopyToPartsVector()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 369 TLI.getVectorTypeBreakdown(*DAG.getContext(), ValueVT, IntermediateVT, in getCopyFromPartsVector() 695 TLI.getVectorTypeBreakdown(*DAG.getContext(), ValueVT, IntermediateVT, in getCopyToPartsVector()
|