Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.h30 class AArch64CallLowering: public CallLowering {
32 AArch64CallLowering(const AArch64TargetLowering &TLI);
H A DAArch64CallLowering.cpp53 AArch64CallLowering::AArch64CallLowering(const AArch64TargetLowering &TLI) in AArch64CallLowering() function in AArch64CallLowering
347 bool AArch64CallLowering::lowerReturn(MachineIRBuilder &MIRBuilder, in lowerReturn()
472 bool AArch64CallLowering::canLowerReturn(MachineFunction &MF, in canLowerReturn()
527 bool AArch64CallLowering::fallBackToDAGISel(const MachineFunction &MF) const { in fallBackToDAGISel()
549 bool AArch64CallLowering::lowerFormalArguments( in lowerFormalArguments()
700 bool AArch64CallLowering::doCallerAndCalleePassArgsTheSameWay( in doCallerAndCalleePassArgsTheSameWay()
743 bool AArch64CallLowering::areCalleeOutgoingArgsTailCallable( in areCalleeOutgoingArgsTailCallable()
807 bool AArch64CallLowering::isEligibleForTailCallOptimization( in isEligibleForTailCallOptimization()
926 getMaskForArgs(SmallVectorImpl<AArch64CallLowering::ArgInfo> &OutArgs, in getMaskForArgs()
927 AArch64CallLowering::CallLoweringInfo &Info, in getMaskForArgs()
[all …]
/openbsd-src/gnu/usr.bin/clang/libLLVMAArch64CodeGen/
H A DMakefile10 SRCS+= AArch64CallLowering.cpp \
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DCMakeLists.txt33 GISel/AArch64CallLowering.cpp
H A DAArch64Subtarget.cpp307 CallLoweringInfo.reset(new AArch64CallLowering(*getTargetLowering())); in AArch64Subtarget()
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/AArch64/
H A DBUILD.gn153 "GISel/AArch64CallLowering.cpp",