Searched refs:getByValTypeAlignment (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.h | 939 unsigned getByValTypeAlignment(Type *Ty,
|
| H A D | PPCISelLowering.cpp | 1553 unsigned PPCTargetLowering::getByValTypeAlignment(Type *Ty, in getByValTypeAlignment() function in PPCTargetLowering
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 926 unsigned getByValTypeAlignment(Type *Ty,
|
| H A D | X86ISelLowering.cpp | 2275 unsigned X86TargetLowering::getByValTypeAlignment(Type *Ty, in getByValTypeAlignment() function in X86TargetLowering
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CallLowering.cpp | 182 MemAlign = Align(getTLI()->getByValTypeAlignment(ElementTy, DL)); in setArgFlags()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 1699 unsigned TargetLoweringBase::getByValTypeAlignment(Type *Ty, in getByValTypeAlignment() function in TargetLoweringBase
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | FastISel.cpp | 1084 MemAlign = Align(TLI.getByValTypeAlignment(Arg.IndirectType, DL)); in lowerCallTo()
|
| H A D | SelectionDAGBuilder.cpp | 9620 MemAlign = Align(getByValTypeAlignment(Args[i].IndirectType, DL)); in LowerCallTo() 10174 MemAlign = Align(TLI->getByValTypeAlignment(ArgMemTy, DL)); in LowerArguments()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 1456 virtual unsigned getByValTypeAlignment(Type *Ty, const DataLayout &DL) const;
|