LLVM 18.0.0git
|
#include "DXILShaderFlags.h"
#include "DirectX.h"
#include "llvm/IR/Instruction.h"
#include "llvm/IR/Module.h"
#include "llvm/Support/FormatVariadic.h"
#include "llvm/BinaryFormat/DXContainerConstants.def"
Go to the source code of this file.
Macros | |
#define | SHADER_FLAG(bit, FlagName, Str) |
Functions | |
static void | updateFlags (ComputedShaderFlags &Flags, const Instruction &I) |
#define SHADER_FLAG | ( | bit, | |
FlagName, | |||
Str | |||
) |
|
static |
Definition at line 23 of file DXILShaderFlags.cpp.
References I, and llvm::Type::isDoubleTy().
Referenced by llvm::dxil::ComputedShaderFlags::computeFlags().