Searched refs:getAction (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp107 switch (Rule.getAction()) {
126 if (Rule.getAction() == Custom || Rule.getAction() == Legal)
133 switch (Rule.getAction()) {
142 if (Rule.getAction() == FewerElements) {
151 } else if (Rule.getAction() == MoreElements)
169 if (Rule.getAction() == NarrowScalar) {
201 LLVM_DEBUG(dbgs() << ".. .. " << Rule.getAction() << ", "
206 return {Rule.getAction(), Mutation.first, Mutation.second};
466 LegalizerInfo::getAction(cons function in class:LegalizerInfo
486 LegalizerInfo::getAction(const MachineInstr &MI, function in class:LegalizerInfo
[all...]
H A DCombinerHelper.cpp118 return !LI || LI->getAction(Query).Action == LegalizeActions::Legal;
497 if (LI->getAction({MI.getOpcode(), {UseTy, SrcTy}, {MMDesc}}).Action !=
H A DLegalizerHelper.cpp112 auto Step = LI.getAction(MI, MRI);
3006 if (LI.getAction({G_FNEG, {Ty}}).Action == Lower)
5231 auto QAction = LI.getAction(Q).Action;
5516 if (LI.getAction({RevOpcode, {Ty, ShTy}}).Action == Lower)
/netbsd-current/external/apache2/llvm/dist/clang/lib/Driver/
H A DInputInfo.h80 const Action *getAction() const { return Act; } function in class:clang::driver::InputInfo
H A DAction.cpp179 : Action(OffloadClass, HDep.getAction()), HostTC(HDep.getToolChain()) {
182 HDep.getAction()->propagateHostOffloadInfo(HDep.getOffloadKinds(),
207 : Action(OffloadClass, HDep.getAction()), HostTC(HDep.getToolChain()),
212 HDep.getAction()->propagateHostOffloadInfo(HDep.getOffloadKinds(),
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h353 LegalizeAction getAction() const { return Action; }
1115 /// will end up defining getAction({G_ADD, 0, T}) to return the following
1150 /// will result in getAction({G_DIV, 0, T}) to return Legal for s32 and s64,
1208 /// will result in the following getAction results:
1209 /// * getAction({G_ADD, LLT::vector(8,8)}) returns
1211 /// * getAction({G_ADD, LLT::vector(9,8)}) returns
1213 /// * getAction({G_ADD, LLT::vector(8,32)}) returns
1265 LegalizeActionStep getAction(const LegalityQuery &Query) const;
1271 LegalizeActionStep getAction(const MachineInstr &MI,
1275 return getAction(Quer
[all...]
H A DLegalizationArtifactCombiner.h563 LegalizeActionStep ActionStep = LI.getAction(
994 auto Step = LI.getAction(Query);
999 return LI.getAction(Query).Action == LegalizeActions::Legal;
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DAction.h324 Action *getAction() const { return &HostAction; } function in class:clang::driver::final::final
/netbsd-current/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DHIP.cpp124 const auto* A = II.getAction();
H A DCuda.cpp540 auto *A = II.getAction();
H A DCommonArgs.cpp242 if (auto *IA = II.getAction())
/netbsd-current/external/bsd/elftosb/dist/elftosb2/
H A DConversionController.cpp1157 bool isInclude = sectionNode->getAction() == SectionASTNode::kInclude;
H A DElftosbAST.h1097 inline match_action_t getAction() { return m_action; } function in class:elftosb::SectionASTNode
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4144 static Action getAction(Instruction *Ext, const SetOfInstrs &InsertedInsts,
4253 TypePromotionHelper::Action TypePromotionHelper::getAction( function in class:TypePromotionHelper
4689 TypePromotionHelper::getAction(Ext, InsertedInsts, TLI, PromotedInsts);
5714 TypePromotionHelper::getAction(I, InsertedInsts, *TLI, PromotedInsts);

Completed in 390 milliseconds