LLVM 20.0.0git
|
#include "DXILOpLowering.h"
#include "DXILConstants.h"
#include "DXILIntrinsicExpansion.h"
#include "DXILOpBuilder.h"
#include "DXILResourceAnalysis.h"
#include "DXILShaderFlags.h"
#include "DirectX.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/Analysis/DXILMetadataAnalysis.h"
#include "llvm/Analysis/DXILResource.h"
#include "llvm/CodeGen/Passes.h"
#include "llvm/IR/DiagnosticInfo.h"
#include "llvm/IR/IRBuilder.h"
#include "llvm/IR/Instruction.h"
#include "llvm/IR/Instructions.h"
#include "llvm/IR/Intrinsics.h"
#include "llvm/IR/IntrinsicsDirectX.h"
#include "llvm/IR/Module.h"
#include "llvm/IR/PassManager.h"
#include "llvm/InitializePasses.h"
#include "llvm/Pass.h"
#include "llvm/Support/ErrorHandling.h"
#include "DXILOperation.inc"
Go to the source code of this file.
Macros | |
#define | DEBUG_TYPE "dxil-op-lower" |
#define | DXIL_OP_INTRINSIC_ARG_SELECT_TYPE(name) name, |
#define | DXIL_OP_INTRINSIC(OpCode, Intrin, ...) |
Functions | |
static bool | isVectorArgExpansion (Function &F) |
static SmallVector< Value * > | populateOperands (Value *Arg, IRBuilder<> &Builder) |
static SmallVector< Value * > | argVectorFlatten (CallInst *Orig, IRBuilder<> &Builder) |
INITIALIZE_PASS_BEGIN (DXILOpLoweringLegacy, DEBUG_TYPE, "DXIL Op Lowering", false, false) INITIALIZE_PASS_END(DXILOpLoweringLegacy | |
Variables | |
DEBUG_TYPE | |
DXIL Op | Lowering |
DXIL Op | false |
#define DEBUG_TYPE "dxil-op-lower" |
Definition at line 32 of file DXILOpLowering.cpp.
#define DXIL_OP_INTRINSIC | ( | OpCode, | |
Intrin, | |||
... | |||
) |
Definition at line 116 of file DXILOpLowering.cpp.
|
static |
Definition at line 58 of file DXILOpLowering.cpp.
References llvm::SmallVectorImpl< T >::append(), assert(), llvm::User::getNumOperands(), llvm::User::getOperand(), llvm::Value::getType(), I, and populateOperands().
INITIALIZE_PASS_BEGIN | ( | DXILOpLoweringLegacy | , |
DEBUG_TYPE | , | ||
"DXIL Op Lowering" | , | ||
false | , | ||
false | |||
) |
Definition at line 37 of file DXILOpLowering.cpp.
References F.
|
static |
Definition at line 47 of file DXILOpLowering.cpp.
References llvm::IRBuilderBase::CreateExtractElement(), llvm::Value::getContext(), llvm::Type::getInt32Ty(), llvm::Value::getType(), I, and llvm::SmallVectorTemplateBase< T, bool >::push_back().
Referenced by argVectorFlatten().
DEBUG_TYPE |
Definition at line 806 of file DXILOpLowering.cpp.
DXIL Op false |
Definition at line 806 of file DXILOpLowering.cpp.
DXIL Op Lowering |
Definition at line 806 of file DXILOpLowering.cpp.