Searched refs:getByValTypeAlignment (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CallLowering.cpp | 94 FrameAlign = getTLI()->getByValTypeAlignment(ElementTy, DL); in setArgFlags()
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.h | 750 unsigned getByValTypeAlignment(Type *Ty,
|
| H A D | PPCISelLowering.cpp | 1221 unsigned PPCTargetLowering::getByValTypeAlignment(Type *Ty, in getByValTypeAlignment() function in PPCTargetLowering
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 693 unsigned getByValTypeAlignment(Type *Ty,
|
| H A D | X86ISelLowering.cpp | 2026 unsigned X86TargetLowering::getByValTypeAlignment(Type *Ty, in getByValTypeAlignment() function in X86TargetLowering
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 1403 unsigned TargetLoweringBase::getByValTypeAlignment(Type *Ty, in getByValTypeAlignment() function in TargetLoweringBase
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 1170 virtual unsigned getByValTypeAlignment(Type *Ty, const DataLayout &DL) const;
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | FastISel.cpp | 1213 FrameAlign = TLI.getByValTypeAlignment(ElementTy, DL); in lowerCallTo()
|
| H A D | SelectionDAGBuilder.cpp | 8599 FrameAlign = getByValTypeAlignment(ElementTy, DL); in LowerCallTo() 9092 FrameAlign = TLI->getByValTypeAlignment(ElementTy, DL); in LowerArguments()
|