Home
last modified time | relevance | path

Searched refs:getByValAlign (Results 1 – 17 of 17) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetCallingConv.h117 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 DCallingConvLower.cpp49 unsigned Align = ArgFlags.getByValAlign(); in HandleByVal()
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp647 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 DARCISelLowering.cpp567 unsigned Align = std::max(StackSlotSize, ArgDI.Flags.getByValAlign()); in LowerCallArguments()
/freebsd-12.1/contrib/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp636 unsigned Align = Flags.getByValAlign(); in LowerCCCCallTo()
/freebsd-12.1/contrib/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp849 Flags.getByValAlign(), in LowerCCCCallTo()
/freebsd-12.1/contrib/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp1359 unsigned Align = Flags.getByValAlign(); in LowerCall()
/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1355 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 DXCoreISelLowering.cpp1387 unsigned Align = std::max(StackSlotSize, ArgDI->Flags.getByValAlign()); in LowerCCCArguments()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp170 return DAG.getMemcpy(Chain, dl, Dst, Src, SizeNode, Flags.getByValAlign(), in CreateCopyOfByValArgument()
/freebsd-12.1/contrib/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp756 unsigned Align = Flags.getByValAlign(); in LowerCall_32()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp4156 unsigned Alignment = std::min(Flags.getByValAlign(), RegSizeInBytes); in passByValArg()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp2614 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 DPPCISelLowering.cpp3292 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 DAArch64ISelLowering.cpp3758 Chain, DL, DstAddr, Arg, SizeNode, Outs[i].Flags.getByValAlign(), in LowerCall()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1965 SDValue AlignNode = DAG.getConstant(Flags.getByValAlign(), dl, in LowerCall()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp2912 return DAG.getMemcpy(Chain, dl, Dst, Src, SizeNode, Flags.getByValAlign(), in CreateCopyOfByValArgument()
3778 Flags.getByValSize(), std::max(16, (int)Flags.getByValAlign()), in LowerCall()