Home
last modified time | relevance | path

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

/freebsd/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()
166 if (Rule.getAction() == NarrowScalar) { in mutationIsSane()
198 LLVM_DEBUG(dbgs() << ".. .. " << Rule.getAction() << ", " in apply()
203 return {Rule.getAction(), Mutation.first, Mutation.second}; in apply()
323 LegalizerInfo::getAction(const LegalityQuery &Query) const { in getAction() function in LegalizerInfo
329 return getLegacyLegalizerInfo().getAction(Query); in getAction()
[all …]
H A DLoadStoreOpt.cpp353 auto Action = LI->getAction(Query).Action; in isLegalOrBeforeLegalizer()
969 LegalizeActionStep ActionStep = LI.getAction(Q); in initializeStoreMergeTargetInfo()
H A DLegacyLegalizerInfo.cpp373 LegacyLegalizerInfo::getAction(const LegalityQuery &Query) const { in getAction()
370 LegacyLegalizerInfo::getAction(const LegalityQuery &Query) const { getAction() function in LegacyLegalizerInfo
H A DLegalizerHelper.cpp126 auto Step = LI.getAction(MI, MRI); in legalizeInstrStep()
6402 auto QAction = LI.getAction(Q).Action; in lowerBitCount()
6549 auto Action = LI.getAction({TargetOpcode::G_MUL, {Ty}}).Action; in lowerBitCount()
6691 if (LI.getAction({RevOpcode, {Ty, ShTy}}).Action == Lower) in lowerFunnelShift()
H A DCombinerHelper.cpp145 return LI->getAction(Query).Action == LegalizeActions::Legal; in isLegal()
759 if (LI->getAction({CandidateLoadOpc, {UseTy, SrcTy}, {MMDesc}}) in matchCombineExtendingLoads()
/freebsd/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/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/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h414 LegalizeAction getAction() const { return Action; } in getAction() function
1287 LegalizeActionStep getAction(const LegalityQuery &Query) const;
1293 LegalizeActionStep getAction(const MachineInstr &MI,
1297 return getAction(Query).Action == LegalizeAction::Legal; in isLegal()
1301 auto Action = getAction(Query).Action; in isLegalOrCustom()
H A DLegalizationArtifactCombiner.h454 LI.getAction({TargetOpcode::G_TRUNC, {SrcWideTy, UnmergeTy}}) in tryFoldUnmergeCast()
684 LI.getAction({TargetOpcode::G_BUILD_VECTOR, {NewBVTy, SrcTy}}); in findValueFromBuildVector()
1090 LegalizeActionStep ActionStep = LI.getAction( in tryCombineUnmergeValues()
1518 auto Step = LI.getAction(Query); in isInstUnsupported()
1523 return LI.getAction(Query).Action == LegalizeActions::Legal; in isInstLegal()
H A DLegacyLegalizerInfo.h280 LegacyLegalizeActionStep getAction(const LegalityQuery &Query) const;
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHIPUtility.cpp240 const auto *A = II.getAction(); in constructHIPFatbinCommand()
H A DCuda.cpp543 auto *A = II.getAction(); in ConstructJob()
H A DCommonArgs.cpp462 if (auto *IA = II.getAction()) in AddLinkerInputs()
H A DClang.cpp8989 const Action *OffloadAction = Input.getAction(); in ConstructJob()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4498 static Action getAction(Instruction *Ext, const SetOfInstrs &InsertedInsts,
4607 TypePromotionHelper::Action TypePromotionHelper::getAction( in getAction() function in TypePromotionHelper
5037 TypePromotionHelper::getAction(Ext, InsertedInsts, TLI, PromotedInsts); in matchOperationAddr()
6107 TypePromotionHelper::getAction(I, InsertedInsts, *TLI, PromotedInsts); in tryToPromoteExts()