Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h939 unsigned getByValTypeAlignment(Type *Ty,
H A DPPCISelLowering.cpp1553 unsigned PPCTargetLowering::getByValTypeAlignment(Type *Ty, in getByValTypeAlignment() function in PPCTargetLowering
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h926 unsigned getByValTypeAlignment(Type *Ty,
H A DX86ISelLowering.cpp2275 unsigned X86TargetLowering::getByValTypeAlignment(Type *Ty, in getByValTypeAlignment() function in X86TargetLowering
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp182 MemAlign = Align(getTLI()->getByValTypeAlignment(ElementTy, DL)); in setArgFlags()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1699 unsigned TargetLoweringBase::getByValTypeAlignment(Type *Ty, in getByValTypeAlignment() function in TargetLoweringBase
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1084 MemAlign = Align(TLI.getByValTypeAlignment(Arg.IndirectType, DL)); in lowerCallTo()
H A DSelectionDAGBuilder.cpp9620 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 DTargetLowering.h1456 virtual unsigned getByValTypeAlignment(Type *Ty, const DataLayout &DL) const;