Searched refs:getByValAlign (Results 1 - 9 of 9) sorted by relevance

/external/llvm/include/llvm/Target/
H A DTargetCallingConv.h72 unsigned getByValAlign() const { function in struct:llvm::ISD::ArgFlagsTy
/external/llvm/lib/CodeGen/
H A DCallingConvLower.cpp46 unsigned Align = ArgFlags.getByValAlign();
/external/llvm/lib/Target/Hexagon/
H A DHexagonCallingConvLower.cpp45 unsigned Align = ArgFlags.getByValAlign();
H A DHexagonISelLowering.cpp279 return DAG.getMemcpy(Chain, dl, Dst, Src, SizeNode, Flags.getByValAlign(),
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2082 unsigned Align = std::max(ArgFlags.getByValAlign(), (unsigned)8);
2163 unsigned ByValAlign = Flags.getByValAlign();
2252 unsigned Alignment = std::min(Flags.getByValAlign(), (unsigned)8);
/external/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp382 unsigned Align = Flags.getByValAlign();
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp2505 return DAG.getMemcpy(Chain, dl, Dst, Src, SizeNode, Flags.getByValAlign(),
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1427 Flags.getByValAlign(),
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp1730 return DAG.getMemcpy(Chain, dl, Dst, Src, SizeNode, Flags.getByValAlign(),

Completed in 331 milliseconds