Home
last modified time | relevance | path

Searched refs:getNonZeroByValAlign (Results 1 – 19 of 19) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetCallingConv.h153 Align getNonZeroByValAlign() const { in getNonZeroByValAlign() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DCallingConvLower.cpp47 Align Alignment = ArgFlags.getNonZeroByValAlign(); in HandleByVal()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp720 Align DstAlign = std::max(Flags.getNonZeroByValAlign(), in handleAssignments()
723 Align SrcAlign = std::max(Flags.getNonZeroByValAlign(), in handleAssignments()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp566 std::max(Align(StackSlotSize), ArgDI.Flags.getNonZeroByValAlign()); in LowerCallArguments()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp956 Out.Flags.getNonZeroByValAlign(), in LowerCall()
962 Chain, DL, FINode, OutVal, SizeNode, Out.Flags.getNonZeroByValAlign(), in LowerCall()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp636 Align Alignment = Flags.getNonZeroByValAlign(); in LowerCCCCallTo()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp866 Chain, dl, PtrOff, Arg, SizeNode, Flags.getNonZeroByValAlign(), in LowerCCCCallTo()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1346 Align align = Outs[OIdx].Flags.getNonZeroByValAlign(); in getPrototype()
1572 Align ArgAlign = Outs[OIdx].Flags.getNonZeroByValAlign(); in LowerCall()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp1394 std::max(Align(StackSlotSize), ArgDI->Flags.getNonZeroByValAlign()); in LowerCCCArguments()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp216 Chain, DL, Dst, Src, SizeNode, Flags.getNonZeroByValAlign(), in CreateCopyOfByValArgument()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp179 Chain, dl, Dst, Src, SizeNode, Flags.getNonZeroByValAlign(), in CreateCopyOfByValArgument()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp754 Align Alignment = Flags.getNonZeroByValAlign(); in LowerCall_32()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp3853 auto BVAlign = Flags.getNonZeroByValAlign(); in CalculateStackSlotAlignment()
5018 Flags.getNonZeroByValAlign(), false, false, false, in CreateCopyOfByValArgument()
6550 if (ArgFlags.getNonZeroByValAlign() > PtrAlign) in CC_AIX()
7022 if (Flags.getNonZeroByValAlign() > PtrByteSize) in LowerFormalArguments_AIX()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp4398 std::min(Flags.getNonZeroByValAlign(), Align(RegSizeInBytes)); in passByValArg()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp3148 ? Flags.getNonZeroByValAlign() in LowerCall()
3180 Outs[i].Flags.getNonZeroByValAlign(), in LowerCall()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp7923 Align Alignment = Flags.getNonZeroByValAlign(); in LowerCall()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp6086 Outs[i].Flags.getNonZeroByValAlign(), in LowerCall()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp2532 DAG.getConstant(Flags.getNonZeroByValAlign().value(), dl, MVT::i32); in LowerCall()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp3183 Chain, dl, Dst, Src, SizeNode, Flags.getNonZeroByValAlign(), in CreateCopyOfByValArgument()
4115 std::max(Align(16), Flags.getNonZeroByValAlign()), false); in LowerCall()