LLVM 22.0.0git
|
#include "llvm/IR/IRBuilder.h"
#include "llvm/IR/Instructions.h"
#include "llvm/IR/Module.h"
#include "llvm/IR/PatternMatch.h"
#include "llvm/SandboxIR/BasicBlock.h"
#include "llvm/SandboxIR/Constant.h"
#include "llvm/SandboxIR/User.h"
#include "llvm/Support/Compiler.h"
#include "llvm/SandboxIR/Values.def"
Go to the source code of this file.
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
namespace | llvm::sandboxir |
Macros | |
#define | OP(OPC) |
#define | OPCODES(...) |
#define | DEF_INSTR(ID, OPC, CLASS) |
#define | DEF_INSTR(ID, OPC, CLASS) |
#define | WRAP_STATIC_PREDICATE(FunctionName) |
#define | WRAP_MEMBER(FunctionName) |
#define | WRAP_BOTH(FunctionName) |
#define DEF_INSTR | ( | ID, | |
OPC, | |||
CLASS ) |
Definition at line 48 of file Instruction.h.
#define DEF_INSTR | ( | ID, | |
OPC, | |||
CLASS ) |
Definition at line 48 of file Instruction.h.
#define OP | ( | OPC | ) |
Definition at line 46 of file Instruction.h.
Referenced by llvm::CSKYAsmBackend::CSKYAsmBackend(), dofwd(), llvm::xray::FileBasedRecordProducer::FileBasedRecordProducer(), findmust(), INITIALIZE_PASS(), llvm::AsmPrinter::isBlockOnlyReachableByFallthrough(), llvm::M68kTargetLowering::M68kTargetLowering(), p_ere_exp(), p_simp_re(), pluscount(), llvm::xray::RecordInitializer::RecordInitializer(), llvm::xray::RecordInitializer::RecordInitializer(), transformGlobalArray(), and llvm::HexagonPacketizerList::undoChangedOffset().
#define OPCODES | ( | ... | ) |
Definition at line 47 of file Instruction.h.
#define WRAP_BOTH | ( | FunctionName | ) |
Definition at line 2482 of file Instruction.h.
#define WRAP_MEMBER | ( | FunctionName | ) |
Definition at line 2479 of file Instruction.h.
#define WRAP_STATIC_PREDICATE | ( | FunctionName | ) |
Definition at line 2475 of file Instruction.h.