| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | TargetCallingConv.h | 117 unsigned getByValAlign() const { return (1U << ByValAlign) / 2; } in getByValAlign() function 120 assert(getByValAlign() == A && "bitfield overflow"); in setByValAlign()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | CallingConvLower.cpp | 49 unsigned Align = ArgFlags.getByValAlign(); in HandleByVal()
|
| /freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.cpp | 647 Out.Flags.getByValAlign(), in LowerCall() 653 Chain, DL, FINode, OutVal, SizeNode, Out.Flags.getByValAlign(), in LowerCall()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARC/ |
| H A D | ARCISelLowering.cpp | 567 unsigned Align = std::max(StackSlotSize, ArgDI.Flags.getByValAlign()); in LowerCallArguments()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Lanai/ |
| H A D | LanaiISelLowering.cpp | 636 unsigned Align = Flags.getByValAlign(); in LowerCCCCallTo()
|
| /freebsd-12.1/contrib/llvm/lib/Target/MSP430/ |
| H A D | MSP430ISelLowering.cpp | 849 Flags.getByValAlign(), in LowerCCCCallTo()
|
| /freebsd-12.1/contrib/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 1359 unsigned Align = Flags.getByValAlign(); in LowerCall()
|
| /freebsd-12.1/contrib/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelLowering.cpp | 1355 unsigned align = Outs[OIdx].Flags.getByValAlign(); in getPrototype() 1582 unsigned ArgAlign = Outs[OIdx].Flags.getByValAlign(); in LowerCall()
|
| /freebsd-12.1/contrib/llvm/lib/Target/XCore/ |
| H A D | XCoreISelLowering.cpp | 1387 unsigned Align = std::max(StackSlotSize, ArgDI->Flags.getByValAlign()); in LowerCCCArguments()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.cpp | 170 return DAG.getMemcpy(Chain, dl, Dst, Src, SizeNode, Flags.getByValAlign(), in CreateCopyOfByValArgument()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Sparc/ |
| H A D | SparcISelLowering.cpp | 756 unsigned Align = Flags.getByValAlign(); in LowerCall_32()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.cpp | 4156 unsigned Alignment = std::min(Flags.getByValAlign(), RegSizeInBytes); in passByValArg()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.cpp | 2614 Align = Flags.isByVal() ? Flags.getByValAlign() : in LowerCall() 2641 Chain, DL, DstAddr, Arg, SizeNode, Outs[i].Flags.getByValAlign(), in LowerCall()
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 3292 unsigned BVAlign = Flags.getByValAlign(); in CalculateStackSlotAlignment() 4842 return DAG.getMemcpy(Chain, dl, Dst, Src, SizeNode, Flags.getByValAlign(), in CreateCopyOfByValArgument()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 3758 Chain, DL, DstAddr, Arg, SizeNode, Outs[i].Flags.getByValAlign(), in LowerCall()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 1965 SDValue AlignNode = DAG.getConstant(Flags.getByValAlign(), dl, in LowerCall()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 2912 return DAG.getMemcpy(Chain, dl, Dst, Src, SizeNode, Flags.getByValAlign(), in CreateCopyOfByValArgument() 3778 Flags.getByValSize(), std::max(16, (int)Flags.getByValAlign()), in LowerCall()
|