Searched refs:getByValTypeAlignment (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.h | 984 uint64_t getByValTypeAlignment(Type *Ty,
|
H A D | PPCISelLowering.cpp | 1628 uint64_t PPCTargetLowering::getByValTypeAlignment(Type *Ty, in getByValTypeAlignment() function in PPCTargetLowering
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.h | 1009 uint64_t getByValTypeAlignment(Type *Ty,
|
H A D | X86ISelLoweringCall.cpp | 262 uint64_t X86TargetLowering::getByValTypeAlignment(Type *Ty, in getByValTypeAlignment() function in X86TargetLowering
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CallLowering.cpp | 262 MemAlign = Align(getTLI()->getByValTypeAlignment(ElementTy, DL)); in setArgFlags()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetLoweringBase.cpp | 1691 uint64_t TargetLoweringBase::getByValTypeAlignment(Type *Ty, in getByValTypeAlignment() function in TargetLoweringBase
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FastISel.cpp | 1085 MemAlign = Align(TLI.getByValTypeAlignment(Arg.IndirectType, DL)); in lowerCallTo()
|
H A D | SelectionDAGBuilder.cpp | 11011 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 D | TargetLowering.h | 1708 virtual uint64_t getByValTypeAlignment(Type *Ty, const DataLayout &DL) const;
|