Home
last modified time | relevance | path

Searched defs:getAction (Results 1 – 9 of 9) sorted by relevance

/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp323 LegalizerInfo::getAction(const LegalityQuery &Query) const { in getAction() function in LegalizerInfo
333 LegalizerInfo::getAction(const MachineInstr &MI, in getAction() function in LegalizerInfo
H A DLegacyLegalizerInfo.cpp373 LegacyLegalizerInfo::getAction(const LegalityQuery &Query) const { in getAction() function in LegacyLegalizerInfo
/llvm-project/mlir/include/mlir/Debug/
H A DExecutionContext.h29 const Action &getAction() const { return action; } in getAction() function
/llvm-project/clang/include/clang/Driver/
H A DInputInfo.h80 const Action *getAction() const { return Act; } in getAction() function
H A DAction.h343 Action *getAction() const { return &HostAction; } getAction() function
/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDependencyTracker.h171 LiveRootWorklistActionTy getAction() const { in getAction() function
/llvm-project/lldb/tools/lldb-test/
H A Dlldb-test.cpp764 Expected<Error (*)(lldb_private::Module &)> opts::symbols::getAction() { getAction() function in opts::symbols
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h414 LegalizeAction getAction() const { return Action; } getAction() function
/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4607 TypePromotionHelper::Action TypePromotionHelper::getAction( getAction() function in TypePromotionHelper