LLVM: lib/Target/DirectX/DXILOpLowering.cpp File Reference (original) (raw)
Go to the source code of this file.
| Macros | |
|---|---|
| #define | DEBUG_TYPE "dxil-op-lower" |
| #define | DXIL_OP_INTRINSIC_ARG_SELECT_TYPE(name) |
| #define | DXIL_OP_INTRINSIC(OpCode, Intrin, ...) |
◆ DEBUG_TYPE
#define DEBUG_TYPE "dxil-op-lower"
◆ DXIL_OP_INTRINSIC
| #define DXIL_OP_INTRINSIC | ( | OpCode, |
|---|---|---|
| Intrin, | ||
| ... ) |
Value:
case Intrin: \
HasErrors |= replaceFunctionWithOp( \
break;
ArrayRef - Represent a constant reference to an array (0 or more elements consecutively in memory),...
◆ DXIL_OP_INTRINSIC_ARG_SELECT_TYPE
| #define DXIL_OP_INTRINSIC_ARG_SELECT_TYPE | ( | name | ) |
|---|
◆ INITIALIZE_PASS_BEGIN()
| INITIALIZE_PASS_BEGIN | ( | DXILOpLoweringLegacy | , |
|---|---|---|---|
| DEBUG_TYPE | , | ||
| "DXIL Op Lowering" | , | ||
| false | , | ||
| false | ) |