|
| FunctionPass * | llvm::createX86ISelDag (X86TargetMachine &TM, CodeGenOpt::Level OptLevel) |
| | This pass converts a legalized DAG into a X86-specific DAG, ready for instruction scheduling. More...
|
| |
| FunctionPass * | llvm::createX86GlobalBaseRegPass () |
| | This pass initializes a global base register for PIC on x86-32. More...
|
| |
| FunctionPass * | llvm::createCleanupLocalDynamicTLSPass () |
| | This pass combines multiple accesses to local-dynamic TLS variables so that the TLS base address for the module is only fetched once per execution path through the function. More...
|
| |
| FunctionPass * | llvm::createX86FloatingPointStackifierPass () |
| | This function returns a pass which converts floating-point register references and pseudo instructions into floating-point stack references and physical instructions. More...
|
| |
| FunctionPass * | llvm::createX86IssueVZeroUpperPass () |
| | This pass inserts AVX vzeroupper instructions before each call to avoid transition penalty between functions encoded with AVX and SSE. More...
|
| |
| FunctionPass * | llvm::createX86PadShortFunctions () |
| | Return a pass that pads short functions with NOOPs. More...
|
| |
| FunctionPass * | llvm::createX86FixupLEAs () |
| | Return a pass that selectively replaces certain instructions (like add, sub, inc, dec, some shifts, and some multiplies) by equivalent LEA instructions, in order to eliminate execution delays in some processors. More...
|
| |
| FunctionPass * | llvm::createX86OptimizeLEAs () |
| | Return a pass that removes redundant LEA instructions and redundant address recalculations. More...
|
| |
| FunctionPass * | llvm::createX86FixupSetCC () |
| | Return a pass that transforms setcc + movzx pairs into xor + setcc. More...
|
| |
| FunctionPass * | llvm::createX86WinAllocaExpander () |
| | Return a pass that expands WinAlloca pseudo-instructions. More...
|
| |
| FunctionPass * | llvm::createX86CallFrameOptimization () |
| | Return a pass that optimizes the code-size of x86 call sequences. More...
|
| |
| FunctionPass * | llvm::createX86WinEHStatePass () |
| | Return an IR pass that inserts EH registration stack objects and explicit EH state updates. More...
|
| |
| FunctionPass * | llvm::createX86ExpandPseudoPass () |
| | Return a Machine IR pass that expands X86-specific pseudo instructions into a sequence of actual instructions. More...
|
| |
| FunctionPass * | llvm::createX86FixupBWInsts () |
| | Return a Machine IR pass that selectively replaces certain byte and word instructions by equivalent 32 bit instructions, in order to eliminate partial register usage, false dependences on the upper portions of registers, and to save code size. More...
|
| |
| void | llvm::initializeFixupBWInstPassPass (PassRegistry &) |
| |
| FunctionPass * | llvm::createX86EvexToVexInsts () |
| | This pass replaces EVEX ecnoded of AVX-512 instructiosn by VEX encoding when possible in order to reduce code size. More...
|
| |
| void | llvm::initializeEvexToVexInstPassPass (PassRegistry &) |
| |