| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LegalizerInfo.cpp | 107 switch (Rule.getAction()) { in hasNoSimpleLoops() 126 if (Rule.getAction() == Custom || Rule.getAction() == Legal) in mutationIsSane() 133 switch (Rule.getAction()) { in mutationIsSane() 142 if (Rule.getAction() == FewerElements) { in mutationIsSane() 151 } else if (Rule.getAction() == MoreElements) in mutationIsSane() 169 if (Rule.getAction() == NarrowScalar) { in mutationIsSane() 201 LLVM_DEBUG(dbgs() << ".. .. " << Rule.getAction() << ", " in apply() 206 return {Rule.getAction(), Mutation.first, Mutation.second}; in apply() 466 LegalizerInfo::getAction(const LegalityQuery &Query) const { in getAction() function in LegalizerInfo 486 LegalizerInfo::getAction(const MachineInstr &MI, in getAction() function in LegalizerInfo [all …]
|
| H A D | LegalizerHelper.cpp | 112 auto Step = LI.getAction(MI, MRI); in legalizeInstrStep() 3006 if (LI.getAction({G_FNEG, {Ty}}).Action == Lower) in lower() 5231 auto QAction = LI.getAction(Q).Action; in lowerBitCount() 5516 if (LI.getAction({RevOpcode, {Ty, ShTy}}).Action == Lower) in lowerFunnelShift()
|
| H A D | CombinerHelper.cpp | 118 return !LI || LI->getAction(Query).Action == LegalizeActions::Legal; in isLegalOrBeforeLegalizer() 497 if (LI->getAction({MI.getOpcode(), {UseTy, SrcTy}, {MMDesc}}).Action != in matchCombineExtendingLoads()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ |
| H A D | Action.cpp | 179 : Action(OffloadClass, HDep.getAction()), HostTC(HDep.getToolChain()) { in OffloadAction() 182 HDep.getAction()->propagateHostOffloadInfo(HDep.getOffloadKinds(), in OffloadAction() 207 : Action(OffloadClass, HDep.getAction()), HostTC(HDep.getToolChain()), in OffloadAction() 212 HDep.getAction()->propagateHostOffloadInfo(HDep.getOffloadKinds(), in OffloadAction()
|
| H A D | InputInfo.h | 80 const Action *getAction() const { return Act; } in getAction() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | LegalizerInfo.h | 353 LegalizeAction getAction() const { return Action; } in getAction() function 1265 LegalizeActionStep getAction(const LegalityQuery &Query) const; 1271 LegalizeActionStep getAction(const MachineInstr &MI, 1275 return getAction(Query).Action == LegalizeAction::Legal; in isLegal() 1279 auto Action = getAction(Query).Action; in isLegalOrCustom()
|
| H A D | LegalizationArtifactCombiner.h | 563 LegalizeActionStep ActionStep = LI.getAction( in tryCombineUnmergeValues() 994 auto Step = LI.getAction(Query); in isInstUnsupported() 999 return LI.getAction(Query).Action == LegalizeActions::Legal; in isInstLegal()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/ |
| H A D | Action.h | 324 Action *getAction() const { return &HostAction; } in getAction() function
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/ |
| H A D | HIP.cpp | 124 const auto* A = II.getAction(); in constructHIPFatbinCommand()
|
| H A D | Cuda.cpp | 540 auto *A = II.getAction(); in ConstructJob()
|
| H A D | CommonArgs.cpp | 242 if (auto *IA = II.getAction()) in AddLinkerInputs()
|
| /netbsd-src/external/bsd/elftosb/dist/elftosb2/ |
| H A D | ConversionController.cpp | 1157 bool isInclude = sectionNode->getAction() == SectionASTNode::kInclude; in createSourceFromNode()
|
| H A D | ElftosbAST.h | 1097 inline match_action_t getAction() { return m_action; } in getAction() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 4144 static Action getAction(Instruction *Ext, const SetOfInstrs &InsertedInsts, 4253 TypePromotionHelper::Action TypePromotionHelper::getAction( in getAction() function in TypePromotionHelper 4689 TypePromotionHelper::getAction(Ext, InsertedInsts, TLI, PromotedInsts); in matchOperationAddr() 5714 TypePromotionHelper::getAction(I, InsertedInsts, *TLI, PromotedInsts); in tryToPromoteExts()
|