Searched refs:shouldAlignPointerArgs (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchISelLowering.h | 315 bool shouldAlignPointerArgs(CallInst *CI, unsigned &MinSize,
|
| H A D | LoongArchISelLowering.cpp | 8453 bool LoongArchTargetLowering::shouldAlignPointerArgs(CallInst *CI, in shouldAlignPointerArgs() function in LoongArchTargetLowering
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.h | 598 bool shouldAlignPointerArgs(CallInst *CI, unsigned &MinSize,
|
| H A D | ARMISelLowering.cpp | 1946 bool ARMTargetLowering::shouldAlignPointerArgs(CallInst *CI, unsigned &MinSize, in shouldAlignPointerArgs() function in ARMTargetLowering
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 2154 virtual bool shouldAlignPointerArgs(CallInst * /*CI*/, unsigned & /*MinSize*/, in shouldAlignPointerArgs() function
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 2644 if (TLI->shouldAlignPointerArgs(CI, MinSize, PrefAlign)) { in optimizeCallInst()
|