LLVM 17.0.0git
|
#include "X86.h"
#include "llvm/ADT/SmallSet.h"
#include "llvm/Analysis/TargetTransformInfo.h"
#include "llvm/CodeGen/Passes.h"
#include "llvm/CodeGen/TargetPassConfig.h"
#include "llvm/CodeGen/ValueTypes.h"
#include "llvm/IR/DataLayout.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/IRBuilder.h"
#include "llvm/IR/Instructions.h"
#include "llvm/IR/IntrinsicInst.h"
#include "llvm/IR/IntrinsicsX86.h"
#include "llvm/IR/PatternMatch.h"
#include "llvm/InitializePasses.h"
#include "llvm/Pass.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Target/TargetMachine.h"
Go to the source code of this file.
Macros | |
#define | DEBUG_TYPE "pre-amx-config" |
Functions | |
static bool | isAMXIntrinsic (IntrinsicInst *II) |
static bool | isTileLoad (IntrinsicInst *II) |
static bool | isTileStore (IntrinsicInst *II) |
static bool | onlyTileDef (IntrinsicInst *II) |
static bool | brokenVolatile (Instruction *I) |
Variables | |
static const char | PassName [] = "Pre AMX Tile Config" |
#define DEBUG_TYPE "pre-amx-config" |
Definition at line 58 of file X86PreAMXConfig.cpp.
|
static |
Definition at line 84 of file X86PreAMXConfig.cpp.
References I.
|
static |
Definition at line 60 of file X86PreAMXConfig.cpp.
References llvm::Value::getType(), llvm::Type::isX86_AMXTy(), and llvm::User::operands().
|
static |
Definition at line 67 of file X86PreAMXConfig.cpp.
References llvm::IntrinsicInst::getIntrinsicID().
|
static |
Definition at line 72 of file X86PreAMXConfig.cpp.
References llvm::IntrinsicInst::getIntrinsicID().
|
static |
Definition at line 77 of file X86PreAMXConfig.cpp.
References llvm::Value::getType(), llvm::Type::isX86_AMXTy(), and llvm::User::operands().
Definition at line 406 of file X86PreAMXConfig.cpp.