Home
last modified time | relevance | path

Searched refs:getByValTypeAlignment (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h984 uint64_t getByValTypeAlignment(Type *Ty,
H A DPPCISelLowering.cpp1628 uint64_t PPCTargetLowering::getByValTypeAlignment(Type *Ty, in getByValTypeAlignment() function in PPCTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1009 uint64_t getByValTypeAlignment(Type *Ty,
H A DX86ISelLoweringCall.cpp262 uint64_t X86TargetLowering::getByValTypeAlignment(Type *Ty, in getByValTypeAlignment() function in X86TargetLowering
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp262 MemAlign = Align(getTLI()->getByValTypeAlignment(ElementTy, DL)); in setArgFlags()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1691 uint64_t TargetLoweringBase::getByValTypeAlignment(Type *Ty, in getByValTypeAlignment() function in TargetLoweringBase
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1085 MemAlign = Align(TLI.getByValTypeAlignment(Arg.IndirectType, DL)); in lowerCallTo()
H A DSelectionDAGBuilder.cpp11011 MemAlign = Align(getByValTypeAlignment(Args[i].IndirectType, DL)); in LowerCallTo()
11570 MemAlign = Align(TLI->getByValTypeAlignment(ArgMemTy, DL)); in LowerArguments()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1708 virtual uint64_t getByValTypeAlignment(Type *Ty, const DataLayout &DL) const;