Home
last modified time | relevance | path

Searched refs:getAction (Results 1 – 18 of 18) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp97 switch (Rule.getAction()) { in hasNoSimpleLoops()
117 if (Rule.getAction() == Custom || Rule.getAction() == Legal) in mutationIsSane()
128 switch (Rule.getAction()) { in mutationIsSane()
138 if (Rule.getAction() == FewerElements) { in mutationIsSane()
147 } else if (Rule.getAction() == MoreElements) in mutationIsSane()
165 if (Rule.getAction() == NarrowScalar) { in mutationIsSane()
328 return getLegacyLegalizerInfo().getAction(Query); in getAction()
332 LegalizerInfo::getAction(const MachineInstr &MI, in getAction() function in LegalizerInfo
358 return getAction({MI.getOpcode(), Types, MemDescrs}); in getAction()
363 return getAction(MI, MRI).Action == Legal; in isLegal()
[all …]
H A DLoadStoreOpt.cpp339 auto Action = LI->getAction(Query).Action; in isLegalOrBeforeLegalizer()
955 LegalizeActionStep ActionStep = LI.getAction(Q); in initializeStoreMergeTargetInfo()
H A DLegacyLegalizerInfo.cpp373 LegacyLegalizerInfo::getAction(const LegalityQuery &Query) const { in getAction() function in LegacyLegalizerInfo
H A DLegalizerHelper.cpp125 auto Step = LI.getAction(MI, MRI); in legalizeInstrStep()
6050 auto QAction = LI.getAction(Q).Action; in lowerBitCount()
6325 if (LI.getAction({RevOpcode, {Ty, ShTy}}).Action == Lower) in lowerFunnelShift()
H A DCombinerHelper.cpp142 return LI->getAction(Query).Action == LegalizeActions::Legal; in isLegal()
603 if (LI->getAction({CandidateLoadOpc, {UseTy, SrcTy}, {MMDesc}}) in matchCombineExtendingLoads()
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DAction.cpp187 : Action(OffloadClass, HDep.getAction()), HostTC(HDep.getToolChain()) { in OffloadAction()
190 HDep.getAction()->propagateHostOffloadInfo(HDep.getOffloadKinds(), in OffloadAction()
216 : Action(OffloadClass, HDep.getAction()), HostTC(HDep.getToolChain()), in OffloadAction()
221 HDep.getAction()->propagateHostOffloadInfo(HDep.getOffloadKinds(), in OffloadAction()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DInputInfo.h80 const Action *getAction() const { return Act; } in getAction() function
H A DAction.h343 Action *getAction() const { return &HostAction; } in getAction() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h414 LegalizeAction getAction() const { return Action; } in getAction() function
1274 LegalizeActionStep getAction(const LegalityQuery &Query) const;
1280 LegalizeActionStep getAction(const MachineInstr &MI,
1284 return getAction(Query).Action == LegalizeAction::Legal; in isLegal()
1288 auto Action = getAction(Query).Action; in isLegalOrCustom()
H A DLegalizationArtifactCombiner.h666 LI.getAction({TargetOpcode::G_BUILD_VECTOR, {NewBVTy, SrcTy}}); in findValueFromBuildVector()
1071 LegalizeActionStep ActionStep = LI.getAction( in tryCombineUnmergeValues()
1499 auto Step = LI.getAction(Query); in isInstUnsupported()
1504 return LI.getAction(Query).Action == LegalizeActions::Legal; in isInstLegal()
H A DLegacyLegalizerInfo.h280 LegacyLegalizeActionStep getAction(const LegalityQuery &Query) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDependencyTracker.h171 LiveRootWorklistActionTy getAction() const { in getAction() function
H A DDependencyTracker.cpp233 if (markDIEEntryAsKeptRec(Root.getAction(), Root.getRootEntry(), in markCollectedLiveRootsAsKept()
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHIPUtility.cpp65 const auto *A = II.getAction(); in constructHIPFatbinCommand()
H A DCuda.cpp540 auto *A = II.getAction(); in ConstructJob()
632 if (II.getAction() && II.getAction()->getInputs().size() == 0) { in ConstructJob()
H A DCommonArgs.cpp413 if (auto *IA = II.getAction()) in AddLinkerInputs()
H A DClang.cpp8734 const Action *OffloadAction = Input.getAction(); in ConstructJob()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4403 static Action getAction(Instruction *Ext, const SetOfInstrs &InsertedInsts,
4512 TypePromotionHelper::Action TypePromotionHelper::getAction( in getAction() function in TypePromotionHelper
4942 TypePromotionHelper::getAction(Ext, InsertedInsts, TLI, PromotedInsts); in matchOperationAddr()
5991 TypePromotionHelper::getAction(I, InsertedInsts, *TLI, PromotedInsts); in tryToPromoteExts()