LLVM 17.0.0git
|
#include "AMDGPU.h"
#include "AMDGPUSubtarget.h"
#include "llvm/Analysis/TargetTransformInfo.h"
#include "llvm/CodeGen/TargetPassConfig.h"
#include "llvm/IR/Constants.h"
#include "llvm/IR/Instructions.h"
#include "llvm/IR/IntrinsicInst.h"
#include "llvm/IR/IntrinsicsR600.h"
#include "llvm/IR/Module.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Target/TargetMachine.h"
#include "llvm/Transforms/Utils/LowerMemIntrinsics.h"
Go to the source code of this file.
Macros | |
#define | DEBUG_TYPE "amdgpu-lower-intrinsics" |
Functions | |
INITIALIZE_PASS (AMDGPULowerIntrinsics, DEBUG_TYPE, "Lower intrinsics", false, false) static bool shouldExpandOperationWithSize(Value *Size) | |
#define DEBUG_TYPE "amdgpu-lower-intrinsics" |
Definition at line 22 of file AMDGPULowerIntrinsics.cpp.
INITIALIZE_PASS | ( | AMDGPULowerIntrinsics | , |
DEBUG_TYPE | , | ||
"Lower intrinsics" | , | ||
false | , | ||
false | |||
) |
Definition at line 64 of file AMDGPULowerIntrinsics.cpp.
References llvm::ConstantInt::getSExtValue(), and Size.