LLVM  8.0.1
Namespaces | Functions
X86.h File Reference
#include "llvm/Support/CodeGen.h"
Include dependency graph for X86.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 llvm
 This class represents lattice values for constants.
 

Functions

FunctionPassllvm::createX86ISelDag (X86TargetMachine &TM, CodeGenOpt::Level OptLevel)
 This pass converts a legalized DAG into a X86-specific DAG, ready for instruction scheduling. More...
 
FunctionPassllvm::createX86GlobalBaseRegPass ()
 This pass initializes a global base register for PIC on x86-32. More...
 
FunctionPassllvm::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...
 
FunctionPassllvm::createX86FloatingPointStackifierPass ()
 This function returns a pass which converts floating-point register references and pseudo instructions into floating-point stack references and physical instructions. More...
 
FunctionPassllvm::createX86IssueVZeroUpperPass ()
 This pass inserts AVX vzeroupper instructions before each call to avoid transition penalty between functions encoded with AVX and SSE. More...
 
FunctionPass * llvm::createShadowCallStackPass ()
 This pass instruments the function prolog to save the return address to a 'shadow call stack' and the function epilog to check that the return address did not change during function execution. More...
 
FunctionPassllvm::createX86IndirectBranchTrackingPass ()
 This pass inserts ENDBR instructions before indirect jump/call destinations as part of CET IBT mechanism. More...
 
FunctionPassllvm::createX86PadShortFunctions ()
 Return a pass that pads short functions with NOOPs. More...
 
FunctionPassllvm::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...
 
FunctionPassllvm::createX86OptimizeLEAs ()
 Return a pass that removes redundant LEA instructions and redundant address recalculations. More...
 
FunctionPassllvm::createX86FixupSetCC ()
 Return a pass that transforms setcc + movzx pairs into xor + setcc. More...
 
FunctionPassllvm::createX86CondBrFolding ()
 Return a pass that folds conditional branch jumps. More...
 
FunctionPassllvm::createX86AvoidStoreForwardingBlocks ()
 Return a pass that avoids creating store forward block issues in the hardware. More...
 
FunctionPassllvm::createX86FlagsCopyLoweringPass ()
 Return a pass that lowers EFLAGS copy pseudo instructions. More...
 
FunctionPassllvm::createX86WinAllocaExpander ()
 Return a pass that expands WinAlloca pseudo-instructions. More...
 
FunctionPassllvm::createX86CallFrameOptimization ()
 Return a pass that optimizes the code-size of x86 call sequences. More...
 
FunctionPassllvm::createX86WinEHStatePass ()
 Return an IR pass that inserts EH registration stack objects and explicit EH state updates. More...
 
FunctionPassllvm::createX86ExpandPseudoPass ()
 Return a Machine IR pass that expands X86-specific pseudo instructions into a sequence of actual instructions. More...
 
FunctionPassllvm::createX86CmovConverterPass ()
 This pass converts X86 cmov instructions into branch when profitable. More...
 
FunctionPassllvm::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...
 
FunctionPass * llvm::createX86DomainReassignmentPass ()
 Return a Machine IR pass that reassigns instruction chains from one domain to another, when profitable. More...
 
FunctionPassllvm::createX86EvexToVexInsts ()
 This pass replaces EVEX encoded of AVX-512 instructiosn by VEX encoding when possible in order to reduce code size. More...
 
FunctionPassllvm::createX86RetpolineThunksPass ()
 This pass creates the thunks for the retpoline feature. More...
 
FunctionPassllvm::createX86DiscriminateMemOpsPass ()
 This pass ensures instructions featuring a memory operand have distinctive <LineNumber, Discriminator> (with respect to eachother) More...
 
FunctionPassllvm::createX86InsertPrefetchPass ()
 This pass applies profiling information to insert cache prefetches. More...
 
InstructionSelectorllvm::createX86InstructionSelector (const X86TargetMachine &TM, X86Subtarget &, X86RegisterBankInfo &)
 
FunctionPassllvm::createX86SpeculativeLoadHardeningPass ()
 
void llvm::initializeEvexToVexInstPassPass (PassRegistry &)
 
void llvm::initializeFixupBWInstPassPass (PassRegistry &)
 
void llvm::initializeFixupLEAPassPass (PassRegistry &)
 
void llvm::initializeShadowCallStackPass (PassRegistry &)
 
void llvm::initializeWinEHStatePassPass (PassRegistry &)
 
void llvm::initializeX86AvoidSFBPassPass (PassRegistry &)
 
void llvm::initializeX86CallFrameOptimizationPass (PassRegistry &)
 
void llvm::initializeX86CmovConverterPassPass (PassRegistry &)
 
void llvm::initializeX86CondBrFoldingPassPass (PassRegistry &)
 
void llvm::initializeX86DomainReassignmentPass (PassRegistry &)
 
void llvm::initializeX86ExecutionDomainFixPass (PassRegistry &)
 
void llvm::initializeX86FlagsCopyLoweringPassPass (PassRegistry &)
 
void llvm::initializeX86SpeculativeLoadHardeningPassPass (PassRegistry &)