Home
last modified time | relevance | path

Searched refs:shouldAlignPointerArgs (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.h315 bool shouldAlignPointerArgs(CallInst *CI, unsigned &MinSize,
H A DLoongArchISelLowering.cpp8453 bool LoongArchTargetLowering::shouldAlignPointerArgs(CallInst *CI, in shouldAlignPointerArgs() function in LoongArchTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h598 bool shouldAlignPointerArgs(CallInst *CI, unsigned &MinSize,
H A DARMISelLowering.cpp1946 bool ARMTargetLowering::shouldAlignPointerArgs(CallInst *CI, unsigned &MinSize, in shouldAlignPointerArgs() function in ARMTargetLowering
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2154 virtual bool shouldAlignPointerArgs(CallInst * /*CI*/, unsigned & /*MinSize*/, in shouldAlignPointerArgs() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2644 if (TLI->shouldAlignPointerArgs(CI, MinSize, PrefAlign)) { in optimizeCallInst()