| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetCallingConv.h | 157 Align getNonZeroByValAlign() const { in getNonZeroByValAlign() function
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CallingConvLower.cpp | 48 Align Alignment = ArgFlags.getNonZeroByValAlign(); in HandleByVal()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CallLowering.cpp | 926 Align DstAlign = std::max(Flags.getNonZeroByValAlign(), in handleAssignments() 929 Align SrcAlign = std::max(Flags.getNonZeroByValAlign(), in handleAssignments()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
| H A D | XtensaISelLowering.cpp | 343 Align ByValAlign = ArgFlags.getNonZeroByValAlign(); in CC_Xtensa_Custom() 636 Chain, DL, Address, ArgValue, SizeNode, Flags.getNonZeroByValAlign(), in LowerCall()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ |
| H A D | ARCISelLowering.cpp | 587 std::max(Align(StackSlotSize), ArgDI.Flags.getNonZeroByValAlign()); in LowerCallArguments()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLoweringCall.cpp | 1272 Chain, dl, Dst, Src, SizeNode, Flags.getNonZeroByValAlign(), in CreateCopyOfByValArgument() 2241 std::max(Align(16), Flags.getNonZeroByValAlign()), false); in LowerCall()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYISelLowering.cpp | 551 Align Alignment = Flags.getNonZeroByValAlign(); in LowerCall()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/ |
| H A D | MSP430ISelLowering.cpp | 748 Flags.getNonZeroByValAlign(), in LowerCCCCallTo()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiISelLowering.cpp | 633 Align Alignment = Flags.getNonZeroByValAlign(); in LowerCCCCallTo()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.cpp | 1294 Out.Flags.getNonZeroByValAlign(), in LowerCall() 1300 Out.Flags.getNonZeroByValAlign(), in LowerCall()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreISelLowering.cpp | 1268 std::max(Align(StackSlotSize), ArgDI.Flags.getNonZeroByValAlign()); in LowerCCCArguments()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelLowering.cpp | 1234 Align InitialAlign = ArgOuts[0].Flags.getNonZeroByValAlign(); in getPrototype() 1561 const Align InitialAlign = ArgOuts[0].Flags.getNonZeroByValAlign(); in LowerCall()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kISelLowering.cpp | 271 Chain, DL, Dst, Src, SizeNode, Flags.getNonZeroByValAlign(), in CreateCopyOfByValArgument()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcISelLowering.cpp | 865 Align Alignment = Flags.getNonZeroByValAlign(); in LowerCall_32()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.cpp | 252 Chain, dl, Dst, Src, SizeNode, Flags.getNonZeroByValAlign(), in CreateCopyOfByValArgument()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.cpp | 4601 std::min(Flags.getNonZeroByValAlign(), Align(RegSizeInBytes)); in passByValArg()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 4147 auto BVAlign = Flags.getNonZeroByValAlign(); in CalculateStackSlotAlignment() 5294 Chain, dl, Dst, Src, SizeNode, Flags.getNonZeroByValAlign(), false, false, in CreateCopyOfByValArgument() 6887 const Align ByValAlign(ArgFlags.getNonZeroByValAlign()); in CC_AIX()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 2582 Flags.getByValSize(), Flags.getNonZeroByValAlign(), false); in LowerCall() 2588 DAG.getConstant(Flags.getNonZeroByValAlign().value(), dl, MVT::i32); in LowerCall() 2761 DAG.getConstant(Flags.getNonZeroByValAlign().value(), dl, MVT::i32); in LowerCall()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.cpp | 3973 ? Flags.getNonZeroByValAlign() in LowerCall() 4005 Outs[i].Flags.getNonZeroByValAlign(), in LowerCall()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchISelLowering.cpp | 7353 Align Alignment = Flags.getNonZeroByValAlign(); in LowerCall()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 22547 Align Alignment = Flags.getNonZeroByValAlign(); in LowerCall()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 9296 Outs[i].Flags.getNonZeroByValAlign(), in LowerCall()
|