LLVM: lib/Target/ARM/ARMSelectionDAGInfo.cpp File Reference (original) (raw)
Go to the source code of this file.
| Variables |
|
| static 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."))) |
◆ DEBUG_TYPE
#define DEBUG_TYPE "arm-selectiondag-info"
◆ GET_SDNODE_DESC
◆ MAKE_CASE
◆ shouldGenerateInlineTPLoop()
◆ 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 |