OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAction
(Results
1 - 14
of
14
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
LegalizerInfo.cpp
107
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
(const LegalityQuery &Query) const
[
all
...]
CombinerHelper.cpp
118
return !LI || LI->
getAction
(Query).Action == LegalizeActions::Legal;
497
if (LI->
getAction
({MI.getOpcode(), {UseTy, SrcTy}, {MMDesc}}).Action !=
LegalizerHelper.cpp
112
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)
/src/external/apache2/llvm/dist/clang/lib/Driver/
Action.cpp
179
: 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(),
InputInfo.h
80
const Action *
getAction
() const { return Act; }
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
LegalizerInfo.h
353
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
(Query).Action == LegalizeAction::Legal
[
all
...]
LegalizationArtifactCombiner.h
563
LegalizeActionStep ActionStep = LI.
getAction
(
994
auto Step = LI.
getAction
(Query);
999
return LI.
getAction
(Query).Action == LegalizeActions::Legal;
/src/external/apache2/llvm/dist/clang/include/clang/Driver/
Action.h
324
Action *
getAction
() const { return &HostAction; }
/src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
HIP.cpp
124
const auto* A = II.
getAction
();
Cuda.cpp
540
auto *A = II.
getAction
();
CommonArgs.cpp
242
if (auto *IA = II.
getAction
())
/src/external/bsd/elftosb/dist/elftosb2/
ConversionController.cpp
1157
bool isInclude = sectionNode->
getAction
() == SectionASTNode::kInclude;
ElftosbAST.h
1097
inline match_action_t
getAction
() { return m_action; }
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
CodeGenPrepare.cpp
4144
static Action
getAction
(Instruction *Ext, const SetOfInstrs &InsertedInsts,
4253
TypePromotionHelper::Action TypePromotionHelper::
getAction
(
4689
TypePromotionHelper::
getAction
(Ext, InsertedInsts, TLI, PromotedInsts);
5714
TypePromotionHelper::
getAction
(I, InsertedInsts, *TLI, PromotedInsts);
Completed in 42 milliseconds
Indexes created Sun Sep 20 00:26:38 UTC 2026