LLVM
15.0.0git
|
#include <cstdint>
Go to the source code of this file.
Classes | |
struct | llvm::X86InstrRelaxTableEntry |
Namespaces | |
llvm | |
This is an optimization pass for GlobalISel generic memory operations. | |
llvm::X86 | |
Define some predicates that are used for node matching. | |
Functions | |
const X86InstrRelaxTableEntry * | llvm::lookupRelaxTable (unsigned ShortOp) |
Look up the relaxed form table entry for a given ShortOp . More... | |
const X86InstrRelaxTableEntry * | llvm::lookupShortTable (unsigned RelaxOp) |
Look up the short form table entry for a given RelaxOp . More... | |
unsigned | llvm::X86::getShortOpcodeArith (unsigned RelaxOp) |
Get the short instruction opcode for a given relaxed opcode. More... | |
unsigned | llvm::X86::getRelaxedOpcodeArith (unsigned ShortOp) |
Get the relaxed instruction opcode for a given short opcode. More... | |