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

/external/swiftshader/third_party/LLVM/include/llvm/Target/
H A DTargetCallingConv.h68 unsigned getByValAlign() const { function in struct:llvm::ISD::ArgFlagsTy
/external/llvm/include/llvm/Target/
H A DTargetCallingConv.h106 unsigned getByValAlign() const { function in struct:llvm::ISD::ArgFlagsTy
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DCallingConvLower.cpp46 unsigned Align = ArgFlags.getByValAlign();
/external/llvm/lib/CodeGen/
H A DCallingConvLower.cpp48 unsigned Align = ArgFlags.getByValAlign();
/external/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp324 Out.Flags.getByValAlign(),
330 Chain, DL, FINode, OutVal, SizeNode, Out.Flags.getByValAlign(),
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp161 ArgFlags.getByValAlign());
225 ArgFlags.getByValAlign());
536 return DAG.getMemcpy(Chain, dl, Dst, Src, SizeNode, Flags.getByValAlign(),
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp995 unsigned align = Outs[OIdx].Flags.getByValAlign();
1336 unsigned ArgAlign = Outs[OIdx].Flags.getByValAlign();
1341 Chain, DAG.getConstant(Outs[OIdx].Flags.getByValAlign(), dl, MVT::i32),
/external/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp621 unsigned Align = Flags.getByValAlign();
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp621 Flags.getByValAlign(),
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
H A DSparcISelLowering.cpp383 unsigned Align = Flags.getByValAlign();
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp1405 unsigned Align = std::max(StackSlotSize, ArgDI->Flags.getByValAlign());
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
H A DMipsISelLowering.cpp1841 unsigned ByValAlign = Flags.getByValAlign();
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6156 if (getByValAlign())
6157 S += "byval-align:" + utostr(getByValAlign()) + " ";
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp3779 unsigned Alignment = std::min(Flags.getByValAlign(), RegSizeInBytes);
/external/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp763 unsigned Align = Flags.getByValAlign();
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
H A DPPCISelLowering.cpp2472 return DAG.getMemcpy(Chain, dl, Dst, Src, SizeNode, Flags.getByValAlign(),
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp2769 unsigned BVAlign = Flags.getByValAlign();
4269 return DAG.getMemcpy(Chain, dl, Dst, Src, SizeNode, Flags.getByValAlign(),
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3139 Chain, DL, DstAddr, Arg, SizeNode, Outs[i].Flags.getByValAlign(),
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1748 SDValue AlignNode = DAG.getConstant(Flags.getByValAlign(), dl,
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMISelLowering.cpp1356 Flags.getByValAlign(),
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86ISelLowering.cpp1643 return DAG.getMemcpy(Chain, dl, Dst, Src, SizeNode, Flags.getByValAlign(),
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp2385 return DAG.getMemcpy(Chain, dl, Dst, Src, SizeNode, Flags.getByValAlign(),
[all...]

Completed in 3947 milliseconds