Home
last modified time | relevance | path

Searched refs:AArch64TargetLowering (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.h25 class AArch64TargetLowering; variable
32 AArch64CallLowering(const AArch64TargetLowering &TLI);
H A DAArch64CallLowering.cpp60 AArch64CallLowering::AArch64CallLowering(const AArch64TargetLowering &TLI) in AArch64CallLowering()
424 const AArch64TargetLowering &TLI = *getTLI<AArch64TargetLowering>(); in lowerReturn()
528 const auto &TLI = *getTLI<AArch64TargetLowering>(); in canLowerReturn()
754 const AArch64TargetLowering &TLI = *getTLI<AArch64TargetLowering>(); in lowerFormalArguments()
855 getAssignFnsForCC(CallingConv::ID CC, const AArch64TargetLowering &TLI) { in getAssignFnsForCC()
871 const AArch64TargetLowering &TLI = *getTLI<AArch64TargetLowering>(); in doCallerAndCalleePassArgsTheSameWay()
913 const AArch64TargetLowering &TLI = *getTLI<AArch64TargetLowering>(); in areCalleeOutgoingArgsTailCallable()
1136 const AArch64TargetLowering &TLI = *getTLI<AArch64TargetLowering>(); in lowerTailCall()
1314 const AArch64TargetLowering &TLI = *getTLI<AArch64TargetLowering>(); in lowerCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp384 AArch64TargetLowering::AArch64TargetLowering(const TargetMachine &TM, in AArch64TargetLowering() function in AArch64TargetLowering
1997 void AArch64TargetLowering::addTypeForNEON(MVT VT) { in addTypeForNEON()
2138 bool AArch64TargetLowering::shouldExpandGetActiveLaneMask(EVT ResVT, in shouldExpandGetActiveLaneMask()
2159 bool AArch64TargetLowering::shouldExpandPartialReductionIntrinsic( in shouldExpandPartialReductionIntrinsic()
2167 bool AArch64TargetLowering::shouldExpandCttzElements(EVT VT) const { in shouldExpandCttzElements()
2178 bool AArch64TargetLowering::shouldExpandVectorMatch(EVT VT, in shouldExpandVectorMatch()
2191 void AArch64TargetLowering::addTypeForFixedLengthSVE(MVT VT) { in addTypeForFixedLengthSVE()
2364 void AArch64TargetLowering::addDRType(MVT VT) { in addDRType()
2370 void AArch64TargetLowering::addQRType(MVT VT) { in addQRType()
2376 EVT AArch64TargetLowering::getSetCCResultType(const DataLayout &, in getSetCCResultType()
[all …]
H A DAArch64Subtarget.h102 AArch64TargetLowering TLInfo;
146 const AArch64TargetLowering *getTargetLowering() const override { in getTargetLowering()
H A DAArch64TargetTransformInfo.h49 const AArch64TargetLowering *TLI;
54 const AArch64TargetLowering *getTLI() const { return TLI; } in getTLI()
H A DAArch64CallingConvention.cpp49 const AArch64TargetLowering *TLI = Subtarget.getTargetLowering(); in finishStackBlock()
H A DAArch64ISelLowering.h62 class AArch64TargetLowering : public TargetLowering {
64 explicit AArch64TargetLowering(const TargetMachine &TM,
H A DAArch64SelectionDAGInfo.cpp165 const AArch64TargetLowering *TLI = STI.getTargetLowering(); in EmitStreamingCompatibleMemLibCall()
H A DAArch64FrameLowering.cpp604 const AArch64TargetLowering *TLI = in eliminateCallFramePseudoInstr()
1143 const AArch64TargetLowering *TLI = Subtarget.getTargetLowering(); in canUseAsPrologue()
H A DAArch64ISelDAGToDAG.cpp4608 auto *TLI = static_cast<const AArch64TargetLowering *>(getTargetLowering()); in trySelectXAR()
7606 const AArch64TargetLowering *TLI = in SelectAllActivePredicate()
7607 static_cast<const AArch64TargetLowering *>(getTargetLowering()); in SelectAllActivePredicate()