| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LegalizerInfo.cpp | 103 switch (Rule.getAction()) { in hasNoSimpleLoops() 123 if (Rule.getAction() == Custom || Rule.getAction() == Legal) in mutationIsSane() 134 switch (Rule.getAction()) { in mutationIsSane() 144 if (Rule.getAction() == FewerElements) { in mutationIsSane() 153 } else if (Rule.getAction() == MoreElements) in mutationIsSane() 172 if (Rule.getAction() == NarrowScalar) { in mutationIsSane() 204 LLVM_DEBUG(dbgs() << ".. .. " << Rule.getAction() << ", " in apply() 209 return {Rule.getAction(), Mutation.first, Mutation.second}; in apply() 345 LegalizerInfo::getAction(const LegalityQuery &Query) const { in getAction() function in LegalizerInfo 351 return getLegacyLegalizerInfo().getAction(Query); in getAction() [all …]
|
| H A D | LoadStoreOpt.cpp | 349 auto Action = LI->getAction(Query).Action; in isLegalOrBeforeLegalizer() 964 LegalizeActionStep ActionStep = LI.getAction(Q); in initializeStoreMergeTargetInfo()
|
| H A D | LegacyLegalizerInfo.cpp | 372 LegacyLegalizerInfo::getAction(const LegalityQuery &Query) const { in getAction() function in LegacyLegalizerInfo
|
| H A D | CombinerHelper.cpp | 157 return LI->getAction(Query).Action == LegalizeActions::Legal; in isLegal() 167 LI->getAction(Query).Action == LegalizeActions::WidenScalar; in isLegalOrHasWidenScalar() 825 if (LI->getAction({CandidateLoadOpc, {UseTy, SrcTy}, {MMDesc}}) in matchCombineExtendingLoads()
|
| H A D | LegalizerHelper.cpp | 127 auto Step = LI.getAction(MI, MRI); in legalizeInstrStep() 7092 auto QAction = LI.getAction(Q).Action; in lowerBitCount() 7239 auto Action = LI.getAction({TargetOpcode::G_MUL, {Ty}}).Action; in lowerBitCount() 7381 if (LI.getAction({RevOpcode, {Ty, ShTy}}).Action == Lower) in lowerFunnelShift()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Action.cpp | 195 : Action(OffloadClass, HDep.getAction()), HostTC(HDep.getToolChain()) { in OffloadAction() 198 HDep.getAction()->propagateHostOffloadInfo(HDep.getOffloadKinds(), in OffloadAction() 224 : Action(OffloadClass, HDep.getAction()), HostTC(HDep.getToolChain()), in OffloadAction() 229 HDep.getAction()->propagateHostOffloadInfo(HDep.getOffloadKinds(), in OffloadAction()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | InputInfo.h | 80 const Action *getAction() const { return Act; } in getAction() function
|
| H A D | Action.h | 344 Action *getAction() const { return &HostAction; } in getAction() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | LegalizerInfo.h | 428 LegalizeAction getAction() const { return Action; } in getAction() function 1375 LegalizeActionStep getAction(const LegalityQuery &Query) const; 1381 LegalizeActionStep getAction(const MachineInstr &MI, 1385 return getAction(Query).Action == LegalizeAction::Legal; in isLegal() 1389 auto Action = getAction(Query).Action; in isLegalOrCustom()
|
| H A D | LegalizationArtifactCombiner.h | 459 LI.getAction({TargetOpcode::G_TRUNC, {SrcWideTy, UnmergeTy}}) in tryFoldUnmergeCast() 689 LI.getAction({TargetOpcode::G_BUILD_VECTOR, {NewBVTy, SrcTy}}); in findValueFromBuildVector() 1098 LegalizeActionStep ActionStep = LI.getAction( in tryCombineUnmergeValues() 1537 auto Step = LI.getAction(Query); in isInstUnsupported() 1542 return LI.getAction(Query).Action == LegalizeActions::Legal; in isInstLegal()
|
| H A D | LegacyLegalizerInfo.h | 281 LLVM_ABI LegacyLegalizeActionStep getAction(const LegalityQuery &Query) const;
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | HIPUtility.cpp | 302 const auto *A = II.getAction(); in constructHIPFatbinCommand()
|
| H A D | Cuda.cpp | 547 auto *A = II.getAction(); in ConstructJob()
|
| H A D | CommonArgs.cpp | 470 if (auto *IA = II.getAction()) in AddLinkerInputs()
|
| H A D | Clang.cpp | 9056 const Action *OffloadAction = Input.getAction(); in ConstructJob()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 4834 static Action getAction(Instruction *Ext, const SetOfInstrs &InsertedInsts, 4943 TypePromotionHelper::Action TypePromotionHelper::getAction( in getAction() function in TypePromotionHelper 5373 TypePromotionHelper::getAction(Ext, InsertedInsts, TLI, PromotedInsts); in matchOperationAddr() 6497 TypePromotionHelper::getAction(I, InsertedInsts, *TLI, PromotedInsts); in tryToPromoteExts()
|