/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerInfo.cpp | 97 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 D | LoadStoreOpt.cpp | 353 auto Action = LI->getAction(Query).Action; in isLegalOrBeforeLegalizer() 969 LegalizeActionStep ActionStep = LI.getAction(Q); in initializeStoreMergeTargetInfo()
|
H A D | LegacyLegalizerInfo.cpp | 373 LegacyLegalizerInfo::getAction(const LegalityQuery &Query) const { in getAction() 370 LegacyLegalizerInfo::getAction(const LegalityQuery &Query) const { getAction() function in LegacyLegalizerInfo
|
H A D | LegalizerHelper.cpp | 126 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 D | CombinerHelper.cpp | 145 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 D | Action.cpp | 187 : 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 D | InputInfo.h | 80 const Action *getAction() const { return Act; } in getAction() function
|
H A D | Action.h | 343 Action *getAction() const { return &HostAction; } in getAction() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | LegalizerInfo.h | 414 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 D | LegalizationArtifactCombiner.h | 454 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 D | LegacyLegalizerInfo.h | 280 LegacyLegalizeActionStep getAction(const LegalityQuery &Query) const;
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | HIPUtility.cpp | 240 const auto *A = II.getAction(); in constructHIPFatbinCommand()
|
H A D | Cuda.cpp | 543 auto *A = II.getAction(); in ConstructJob()
|
H A D | CommonArgs.cpp | 462 if (auto *IA = II.getAction()) in AddLinkerInputs()
|
H A D | Clang.cpp | 8989 const Action *OffloadAction = Input.getAction(); in ConstructJob()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 4498 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()
|