Thanks to visit codestin.com
Credit goes to llvm.org

LLVM 22.0.0git
ARMSelectionDAGInfo.cpp File Reference

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "arm-selectiondag-info"

Functions

static bool shouldGenerateInlineTPLoop (const ARMSubtarget &Subtarget, const SelectionDAG &DAG, ConstantSDNode *ConstantSize, Align Alignment, bool IsMemcpy)

Variables

static cl::opt< TPLoop::MemTransferEnableMemtransferTPLoop ("arm-memtransfer-tploop", cl::Hidden, cl::desc("Control conversion of memcpy to " "Tail predicated loops (WLSTP)"), cl::init(TPLoop::ForceDisabled), cl::values(clEnumValN(TPLoop::ForceDisabled, "force-disabled", "Don't convert memcpy to TP loop."), clEnumValN(TPLoop::ForceEnabled, "force-enabled", "Always convert memcpy to TP loop."), clEnumValN(TPLoop::Allow, "allow", "Allow (may be subject to certain conditions) " "conversion of memcpy to TP loop.")))

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "arm-selectiondag-info"

Definition at line 18 of file ARMSelectionDAGInfo.cpp.

Function Documentation

◆ shouldGenerateInlineTPLoop()

Variable Documentation

◆ EnableMemtransferTPLoop

cl::opt< TPLoop::MemTransfer > EnableMemtransferTPLoop("arm-memtransfer-tploop", cl::Hidden, cl::desc("Control conversion of memcpy to " "Tail predicated loops (WLSTP)"), cl::init(TPLoop::ForceDisabled), cl::values(clEnumValN(TPLoop::ForceDisabled, "force-disabled", "Don't convert memcpy to TP loop."), clEnumValN(TPLoop::ForceEnabled, "force-enabled", "Always convert memcpy to TP loop."), clEnumValN(TPLoop::Allow, "allow", "Allow (may be subject to certain conditions) " "conversion of memcpy to TP loop."))) ( "arm-memtransfer-tploop" ,
cl::Hidden ,
cl::desc("Control conversion of memcpy to " "Tail predicated loops (WLSTP)") ,
cl::init(TPLoop::ForceDisabled) ,
cl::values(clEnumValN(TPLoop::ForceDisabled, "force-disabled", "Don't convert memcpy to TP loop."), clEnumValN(TPLoop::ForceEnabled, "force-enabled", "Always convert memcpy to TP loop."), clEnumValN(TPLoop::Allow, "allow", "Allow (may be subject to certain conditions) " "conversion of memcpy to TP loop."))  )
static