Searched refs:getVectorTypeBreakdownForCallingConv (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsISelLowering.h | 306 unsigned getVectorTypeBreakdownForCallingConv(
|
H A D | MipsISelLowering.cpp | 124 unsigned MipsTargetLowering::getVectorTypeBreakdownForCallingConv( in getVectorTypeBreakdownForCallingConv() function in MipsTargetLowering
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIISelLowering.h | 43 unsigned getVectorTypeBreakdownForCallingConv(
|
H A D | SIISelLowering.cpp | 1059 unsigned SITargetLowering::getVectorTypeBreakdownForCallingConv( in getVectorTypeBreakdownForCallingConv() function in SITargetLowering 1113 return TargetLowering::getVectorTypeBreakdownForCallingConv( in getVectorTypeBreakdownForCallingConv()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.h | 546 unsigned getVectorTypeBreakdownForCallingConv(LLVMContext &Context,
|
H A D | RISCVISelLowering.cpp | 2368 unsigned RISCVTargetLowering::getVectorTypeBreakdownForCallingConv( in getVectorTypeBreakdownForCallingConv() 2371 unsigned NumRegs = TargetLowering::getVectorTypeBreakdownForCallingConv( in getVectorTypeBreakdownForCallingConv() 2367 unsigned RISCVTargetLowering::getVectorTypeBreakdownForCallingConv( getVectorTypeBreakdownForCallingConv() function in RISCVTargetLowering
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.h | 1536 unsigned getVectorTypeBreakdownForCallingConv(
|
H A D | X86ISelLoweringCall.cpp | 172 unsigned X86TargetLowering::getVectorTypeBreakdownForCallingConv( in getVectorTypeBreakdownForCallingConv() function in X86TargetLowering 200 return TargetLowering::getVectorTypeBreakdownForCallingConv(Context, CC, VT, IntermediateVT, in getVectorTypeBreakdownForCallingConv()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.h | 1017 unsigned getVectorTypeBreakdownForCallingConv(LLVMContext &Context,
|
H A D | AArch64ISelLowering.cpp | 28634 getVectorTypeBreakdownForCallingConv(Context, CC, VT, VT1, NumIntermediates, in getRegisterTypeForCallingConv() 28649 return getVectorTypeBreakdownForCallingConv(Context, CC, VT, VT1, in getNumRegistersForCallingConv() 28653 unsigned AArch64TargetLowering::getVectorTypeBreakdownForCallingConv( in getVectorTypeBreakdownForCallingConv() function in AArch64TargetLowering 28656 int NumRegs = TargetLowering::getVectorTypeBreakdownForCallingConv( in getVectorTypeBreakdownForCallingConv()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 1179 virtual unsigned getVectorTypeBreakdownForCallingConv( in getVectorTypeBreakdownForCallingConv() function
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 361 NumRegs = TLI.getVectorTypeBreakdownForCallingConv( in getCopyFromPartsVector() 765 NumRegs = TLI.getVectorTypeBreakdownForCallingConv( in getCopyToPartsVector()
|