Home
last modified time | relevance | path

Searched refs:SET_OPTION (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp471 #define SET_OPTION(Option) \ in getCGPassBuilderOption() macro
475 SET_OPTION(EnableFastISelOption) in getCGPassBuilderOption()
476 SET_OPTION(EnableGlobalISelAbort) in getCGPassBuilderOption()
477 SET_OPTION(EnableGlobalISelOption) in getCGPassBuilderOption()
478 SET_OPTION(EnableIPRA) in getCGPassBuilderOption()
479 SET_OPTION(OptimizeRegAlloc) in getCGPassBuilderOption()
480 SET_OPTION(VerifyMachineCode) in getCGPassBuilderOption()
481 SET_OPTION(DisableAtExitBasedGlobalDtorLowering) in getCGPassBuilderOption()
482 SET_OPTION(DisableExpandReductions) in getCGPassBuilderOption()
483 SET_OPTION(PrintAfterISel) in getCGPassBuilderOption()
[all …]
/freebsd/contrib/ofed/librdmacm/
H A Dcma.c2240 CMA_INIT_CMD(&cmd, sizeof cmd, SET_OPTION); in rdma_set_option()